body {

	margin:0;
	padding:0;
	background:#FFF url("../img/bodybg.gif") top left repeat;
	font-size:76%;

}

/* h1 {
	
	color:#FFF;
	font-weight:bold;
	font-family:verdana;
	font-size:1.0em;

}
*/
p {

	font:normal 0.95em arial, verdana, sans-serif;
	color:#FFF;
	line-height:13px;
	margin:0;
	padding:0 0 8px 0;

}

a {

		font:normal 1.0em arial, verdana, sans-serif;
	color:#FFF;
}

a.sub {

		font:bold 1.0em arial, verdana, sans-serif;
	color:#FFF;
}

ul {

	font-family:arial;
	color:#FFF;
	font-size:1.0em;

}

h1 {
	visibility: hidden;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 1em;
	font-size: 1.2em;
	color:#9fb3ca;
	padding:5px 0 0 0;
	margin:0;
}

#global {
     position:absolute;
     top: 50%;
     width: 100%;
     height: 600px;
     margin-top: -300px; /* half of the height */
     }
	 
#content_con {

	width:100%;
	background:transparent url("../img/con_bg.jpg") top center repeat-y;
	min-height:359px;

}

#content {

	width:766px;
	margin:0 auto;
	min-height:359px;

}

#header {

	width:766px;
	height:157px;
	background:url("../img/header.jpg") top left no-repeat;

}

#navigation {

	margin:5px 0 5px 0;

}

#left_img_hold {

	width:273px;
	float:left;

}

#left_sidebar {

	width:189px;
	float:left;
	text-align:center;
	
}

#left_sidebar ul {

	background:#091D37;
	margin:0 8px 0 0;
	padding:2px 0 2px 0;
	list-style:none;
	font-size:1.0em;
}

#left_sidebar li {

	background:#040D18 url("../img/li_arrow.jpg") center left no-repeat;
	margin:5px;
	padding:7px 0 10px 20px;
	text-align:left;
	
}

#left_sidebar a {

	text-decoration:none;

}

#left_sidebar img {

	display:block;
	margin-bottom:2px;
	margin:0 auto 4px auto;

}

#page_content {

	float:left;
	width:278px;
	background:transparent url("../img/line_fade.jpg") top left no-repeat;
	padding:0 10px 0 10px;
	overflow:auto;
	height:359px;

}

#footer {

	width:780px;
	text-align:left;
	padding-top:3px;
	clear:left;
	

}

#footer ul {

	list-style:none;
	margin:0 12px 0 0;
	padding:0;
	font-size:1.0em;

}

#footer li {

	display:inline;
	margin-right:5px;

}

#site_top {

	width:100%;
	background:transparent url("../img/site_top.jpg") bottom center no-repeat;
	height:11px;

}

#site_foot {

	width:100%;
	background:transparent url("../img/site_foot.jpg") top center no-repeat;
	height:11px;

}


