body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 10px auto;
}
#wrap{
	border:1px solid #000000;
	width: 770px;
	margin: 0 auto;
}
/* header */
#header{
	width:770px;
	height:168px;
	margin:0 auto;
}
#header_top{
	width:770px;
	background-image:url(images/header_top.gif);
	background-repeat:repeat-x;
	height: 27px;
}
#header_orange{
	width:770px;
	background-color:#FEA954;
	height: 117px;
}

#header_orange h1 {
	width:700px;
	margin:0;
	padding:0;
	font-size:22px;
	text-align:left;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	position:relative;
	top:30px;
	left:10px;
}
#header h2 {
	width:700px;
	margin:0;
	padding:0;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	color:#000000;
	font-weight:normal;
	position:relative;
	top:25px;
	left:10px;
}
#menu {
	background-image:url(images/header_menu_bg.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
	padding:0;
	width: 770px;
	height:24px;
}
#menu ul{
	margin:0 250px;
	padding:0;
	text-align:center;
	list-style:none;
}
#menu li {
	margin: 0 auto;
	display:inline;
}
#menu a {
	display: block;
	float:left;
	padding: 7px 15px 0px 15px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background-image:url(images/header_menu_a_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	height:17px;
}
/* content */
#content{
	float:left;
	height: auto;
	width: 770px;
	margin: 0 auto;
	background-color: #DFDFDF;
	background-image:url(images/content_bg.gif);
}
#colLeft{
	float:left;
	width: 145px;
	background-color: #DFDFDF;
}
#content h3{
	margin: 0;
	padding: 10px 0 5px 10px;
	border-width: 0;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
#content p{
	margin: 0px 10px 5px 10px;
	padding: 0;
	border-width: 0;
	text-align: left;
}
#colLeft ul{
	list-style: none;
	margin:0;
	padding: 0 0 0 10px;
}
#colLeft li{
	padding-left: 15px;
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0 0 10px 0;
}
#colLeft a{
	color: #006699;
	text-decoration:none;
}

#colLeft a:hover{
	color: #006699;
	text-decoration:underline;
}

#colCenter{
	float:left;
	width: 470px;
	min-height:100%;
	vertical-align:middle;
	background-color: #FFFFFF;
	border-right: 5px solid #999999;
	border-left: 5px solid #999999;
}
#colRight{
	float:left;
	height: auto;
	width: 145px;
}

/* footer */

#footer{
	width: 770px;
	padding: 0;
	margin: 0 auto;
	background-color: #000000;
	color:#FFFFFF;
	text-align:center;
}
