@charset "utf-8";
/* CSS Document */

body 
{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
} 
#wrapper 
{ 
 margin: 0 auto; 
 border: 1px solid red; 
 padding: 0; 
 width: 720px; 
 text-align: left; 
} 
.top_nav {
	position: relative;
	vertical-align:top;
	margin-top: 70px;
	display: inline;
	
}

.nav_char {
height:149px;
left:176px;
position:relative;
top:8px;
width:216px;
z-index:1;
}

.navigation {
background-image:url(../img/nav_bg.jpg);
display:block;
height:54px;
margin-left:250px;
position:relative;
top:-42px;
width:693px;
}

a.index_navon  {
	background-image:url(../img/home_on.png);
	background-repeat:no-repeat;
	height:41px;
	padding-bottom:20px;
	position:relative;
	width:130px;
}

a.index_nav {
	background-image:url(../img/home.png);
	background-repeat:no-repeat;
	height:41px;
	padding-bottom:20px;
	position:relative;
	width:130px;
}

a.index_nav:hover {
	background-image:url(../img/home_on.png);
	background-repeat:no-repeat;
	height:41px;
	padding-bottom:20px;
	position:relative;
	width:130px;
}

.btn_row {
	height:55px;
	left:100px;
	position:relative;
	top:-19px;
}

.nav_btn {
	float:left;
	padding-left:14px;
	position:relative;
	width:130px;
}

.bird {
float:right;
left:20px;
position:relative;
top:-225px;
}

a.logo {
background-image:url(../img/stucco_name.png);
float:left;
left:225px;
position:relative;
top:-170px;
vertical-align:top;
width:368px;
}
a.logo:hover {
float:left;
left:225px;
position:relative;
top:-170px;
vertical-align:top;
width:368px;
background-image:url(../img/stucco_name2.png);
}

.mainContent {
	background-image:url(../img/main_bg.jpg);
	height:524px;
	left:60px;
	position:relative;
	top:20px;
	width:864px;
}

.white_paper {
left:30px;
position:relative;
top:-55px;
}

.media_nav {
left:-180px;
position:relative;
top:-370px;
}


