* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff url(images/bg.png) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

a { color: #255EA8; text-decoration: none; }
a:hover { color: #48B9EF; text-decoration: underline; }

#header {
	width: 800px;
	margin: 0px auto 0 auto;
	height: 65px;
}
#header h1 {
padding: 20px 0 0 0px;
font-size: 25px;
letter-spacing: -2px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 2px;
font-size: 17px;
color: #627476;
font-weight: 100;
}

#wrap {
	width: 800px;
	margin: 0px auto 10px auto;
	border: 2px solid #BBBBBB;
	background: #fff url(images/wrapbg.png) repeat-x top;
}

#left {
	float: left;
	width: 240px;
	padding: 20px 0 10px 10px;
}
#left h2 { 
color: #000000;
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 15px;
}
#left ul { color: #F09540; padding: 5px 0 5px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
	float: left;
	width: 350px;
	padding: 20px 0 0 10px;
	
}
#center h2 {
color: #000;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
}
#center h2 a { color: #F09540; }
#center h2 a:hover { color: #000; text-decoration: none; }

#right {
	float: right;
	width: 180px;
	padding: 20px 10px 10px 0;
}
#right h2 { 
color: #000000;
height: 30px;
line-height: 30px;
padding-left: 15px;
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
}
#right ul { color: #F09540; padding: 5px 0 5px 30px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { text-decoration: none;  }
#right ul li a:hover { color: #000; }

#footer {
text-align: center;
font-size: 11px;
padding-bottom: 10px;
color: #255EA8;
}
#footer a {
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
