@charset "utf-8";
/* CSS Document */


#wrapper{
	margin: auto;
	height: auto;
	width: 1024px;
}

.clr {clear:both;}


#nav{
	margin: 0px;

}

#header{
	background-image: url(images/header_one.jpg);
	width: 1024px;
	height: 415px;

}

#body{
	background-color: #efedee;

}
#bodyhomepage {
	text-decoration: none;
	padding:0px 12px;
	background-color: #efedee;
	height:auto;
	width:1000px; margin:0px auto;
	overflow:auto;
}


#upperfooter{
	width: 1024px;
}

#bottomfooter{

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#logo {width:auto; height:100%; float:right; margin-top:10px; margin-left:20px; margin-right:20px;}
#logo img {padding:2px; border:2px solid #999999; margin-bottom:10px;}
