img { border:0; }
body {
	background:url(../images/bg-body.png) repeat-x top center #E8F7F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	background-color:#006699;

}
* {
	margin:0;
	padding:0;
}
img { border:0; }
#wrapper {
 margin:0 auto;
 width:953px;
 background:#ffffff;
 font-size:1.20em;
}
#header{
	height:140px;
	background:url(../images/bg-header.jpg) no-repeat;
}
#header a{
display:block;
width:100%;
height: 100%;
}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
}

#content {
	
	float:left;
	width:953px;
	min-height:250px;
	background-color:#ffffff;
}
#footer {
	clear:both;
	height:100px;
	
}
#menu ul { list-style-type:none; }
#menu li { float:left; }
#menu a.current, #menu a.section {
		color: #000;
		background: #174E75 url(../images/nav_menu_item_left_corner.png) no-repeat;
	}
	#menu a.current .navItemBottomLeft , #menu a.section .navItemBottomLeft  {
		background: #174E75 url(../images/nav_menu_item_bottom_left_corner.png) 0% 0% no-repeat;
	}
	#menu a.current .navItemBottomRight , #menu a.section .navItemBottomRight  {
		background: url(../images/nav_menu_item_bottom_right_corner.png) 100% 0% no-repeat;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
}
#sidebar li { overflow: hidden; }
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
}
#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#006699;
}

