body{
	margin:0px;
	padding:0px;
	background:#222 url(../images/bodybg.png) repeat-x fixed top center;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	
}
#container{
	width:700px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
	margin-top:20px;
}
h2{
	font-size:25px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}

p{
	line-height:22px;
	
}


img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}




/* top section */
#top{
	background:url(../images/contentbg.gif) repeat-y top center;
	margin-top:120px;
}


/* header */
#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:680px;
	height:100px;
	margin:auto;
	background:url(../images/headers/h1.jpg) no-repeat top center;
	text-align:left;
}
#title{
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;
}

#slogan{
	text-align:center;
	margin:11px 0px 0px 15px;
	font-size:30px;
	font-weight:bold;
}


/* content */
#content{
	min-height:140px;
	width:680px;
	margin:auto;
	color:#000;
	text-align:left;
	
}
* html #content{
	min-height:300px;
	height:auto !important;
	height:140px;
}
#left{
	width:680px;
	padding-top:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
* html #left{
	padding-top:10px;
}



