html {
	
}

body {
	background-color: #f7c039;
	background-image: url('/images/background_repeat.jpg');
	background-position: top;
	background-repeat: repeat-x;
	
	width:100%;
	 
	text-align:center;
	
	padding-top:11px;
	
	font-size:13px;
	font-family:LucidaGrande, Lucida Sans Unicode,Verdana;
}

#main_content {
	width:961px;
	text-align:center;
	margin:0px auto;
	height:100%;
}

#header_bar {
	width:100%;
}

#nav_table {
 	width:921px; 
 	height: 51px; 
	border: 0px;
	margin:0px auto;
}
	
.nav_item {
	cursor:pointer;	}
}
	
#main_body {
	margin:0px auto;
	width:961px;
	
}

#footer_copy {
	text-align:left;
	padding-top:10px;
	color: #333333;
	font-size:11px;
	margin:0px auto;
	padding-left: 10px;
	position: relative;
}

#footer_social{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size:11px;
	vertical-align: middle;
}

#footer_social img{
	vertical-align: middle;
}

#page_body {
	width:921px;
	margin:0px auto;
	padding-top:10px;
	
}
		
.page_heading {
	font-size:14px;
	font-weight:bold;
	color:#cc3300;
}

.page_body_left {
	float:left; 
	width:565px; 
	
	text-align:left; 
	padding-left:20px;
	padding-right:20px;
	background-image: url('/images/gradient.jpg');
	background-repeat: repeat-x;
}

a {
	color: #0033ff;	
	text-decoration:underline;
}

.sidebar_link {}

div {
	font-size:13px;
	font-family:LucidaGrande, Lucida Sans Unicode, Verdana;
}

.gradient {
	background-image: url('/images/gradient.jpg');
	background-repeat: repeat-x;
}
