@charset "utf-8";
html, body  { 
	margin:0 auto; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../images/body_bg.jpg) top center repeat-x;
	font-size:12px;
	color:#363636;
}
p {
	color:#363636;
}
body  {

}

a {
	color:#a1c1db;
	outline:none;
}
a:hover{
	color:#a1c1db;
	outline:none;
}

#wrapper{
	margin:0 auto;
	width:966px;
	min-height:600px; 
} 

#header{
	position:relative;
	margin:0 auto;
	width:966px;
	height:90px;
} 

#logo {
	position:absolute;
	top:30px;
	left:12px;
}
#tag_line {
	position:absolute;
	top:48px;
	left:475px;
}
#menu{
	position:relative;
	margin:0 auto;
	width:966px;
	height:31px;
	border-top:solid 1px #efe0db;
	border-bottom:solid 1px #efe0db;
} 
#home_content{
	position:relative;
	margin:0 auto;
	width:966px;
	margin-top:12px;
} 
#sub_content{
	position:relative;
	margin-left:25px;
	width:565px;
	margin-top:12px;
	line-height:24px;
}
#home_col1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#363636;
	padding-bottom:30px;
}
#home_col2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#363636;
	padding-bottom:30px;
}
#footer{
	position:relative;
	margin:0 auto;
	width:100%;
	min-height:60px;
	background:url(../images/footer_bg.jpg) top center repeat-x;
	margin-top:20px;
} 
#footer_container{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	color:#81919b;
	margin:0 auto;
	width:946px;;
	height:100px;
	padding:22px 0px 0px 20px;
}
#logo_sm {
	position:absolute;
	top:28px;
	right:25px;
}
