@charset "utf-8";
/* CSS Document */

body {
	background:#565e86;
	margin:0 auto;
	text-align:center;
	}
	
#wrapper {
	margin:15px auto;
	text-align:left;
	width:976px;
	}
	
#header {
	position:relative;
	background:url(../images/bg-header.png) 0 0 no-repeat;
	height:146px;
	}
	
	#logo {
		width:516px;
		float:left;
		padding-left:25px;
		}
		
	.title {
		text-indent:-9999px;
		display:none;
		}
	
	.navigation ul { text-indent:-9999px;}
	
	#topNav {}
	
		#topNav li {
			display:inline;
			text-transform:uppercase;
			font:.8em "Georgia", Times New Roman, Times, serif;
			padding:0 3px;
			}
	
#cWrap {}

	#content {
		background:url(../images/bg-content.png) 0 0 no-repeat;
		position:relative;
		float:left;
		width:568px;
		padding-left:50px;
		}
		
		#xframe {
			width:540px;
			border:0;
			height:455px;
			overflow:auto;
			}
		
	#sidebar {
		position:relative;
		width:349px;
		background:url(../images/bg-sidebar.png) 0 0 no-repeat;
		float:left;
		height:455px;
		}
		
		.sidebarnav {  text-indent:-9999px;}
		
#footer {
	clear:both;
	background:url(../images/bg-footer.png) 0 0 no-repeat;
	height:124px;
	}
	
	#subFooter {
		
		}
		
		.footernav {  text-indent:-9999px;}