body{
	background: url(../images/bg.jpg) repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {font-family:"Trebuchet Ms", Verdana, Arial, sans-serif;}

#outer_wrapper{
	position: relative;
	width: 960px;
	margin:0 auto;
}


#logo{
	background:url(../images/logo_point4.png);
	width: 271px; 
	height: 64px;
}

#logo span{ display: none;}

#inner_wrapper{
	background:url(../images/bg-centerpiece.jpg) repeat-y;
	width: 956px;
	margin: 0px;
	padding: 0px 3px; 
}

#nav{	
	position: relative;
	float: left;
	background:url(../images/nav_menu_bg.png);
	background-position:0px 0px;
	width: 250px;
	height: 324px;	
	z-index: 100;
}

#nav ul{ position: relative; list-style: none; font-size: 18px; line-height: 35px;  margin-top:8px;  }
#nav ul li{ position: relative;}

#nav a, #nav a:active, #nav a:visited{ text-decoration:none; color: #42809f;}
#nav a:hover, #nav a:visited:hover{ color: #96856a;}

#nav_login{
	position: static;
 	margin-top: 20px;
	padding-top: 35px;
	padding-left: 10px;
	float: left;
	background: url(../images/nav_login_bg.png) no-repeat;
	width: 250px;	
	height: 230px;
	font-size: 15px;
	font-weight: bold;
	color: #42809f;
}

#content_top{
	background: url(../images/bg-content-top.png) no-repeat; 
	padding:0; 
	margin:0; 
	height:10px; 
	width: 956px;
}
#content{ position: relative;}

#left_content{ position: relative; float: left; width: 260px; height: 100%; }


#main_content{ position: relative;  padding: 1px 5px; padding-right: 20px; width: 660px; float: right; z-index: 1;}

#main_content h1{ font-size:34px; color: #03567f;}
#main_content h3{ font-size: 16px; color: #83b5cc; display: inline;}

#content_bottom{
	position: relative; 
	background:url(../images/bg-content-bottom.jpg);
	width: 956px; 
	height:10px;
}

.list_header{ 
	font-family:Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size:18px
}

.list_header a,.list_header a:active, .list_header a:visited{ text-decoration: none; color: #0099cc;}
.list_header a:hover, .list_header a:visited:hover{ color:#c3ac8a;}

.list_shortdesc{ margin-left: 30px;}

#footer{
	font-size:10px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	color:#999999;
}


.clear{ clear: both;}