@charset "UTF-8";
/* CSS Document */



html, body {
	height: 100%;
	margin: 0;
	padding: 0;

}





.body-text {
	font-family:Arial;
	font-size:13px;
	
	color:black;
	text-align: left;

	}
	
	
	
	
	
	.body-text-small {
	font-family:Arial;
	font-size:10px;
	
	color:black;
	text-align: left;

	}
	
	
	
	
	
	
	
	
	
	.body-text-big {
	font-family:Arial;
	font-size:14px;
	color:black;
	text-align: left;

	}
	
	
	
	
	
	
	
.body-bold {
	font-family:Arial;
	font-size:14px;
	color:black;
    font-weight:bold;
	text-align: left;
	}
	
	
	
.bold-link {
	font-family:Arial;
	font-size:12px;
	color:#575454;
    font-weight:bold;
	text-decoration: underline;
	}





































A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}


#wrapper{

width: 80%;
margin-left: 10%;
position: relative;
margin-top: 35px;
}



#container{

width: 800px;
margin: 0 auto;
border-width:thin;
border-style:solid;
overflow:hidden;
top:25px;
}



#logobox{

width: 300px;
position:relative;
float:left;

}


#content_left{
	width: 180px;
	height:430px;
	float:left;
	position:relative;

}




#content_left_pic{

	vertical-align: baseline;
	background-color:green;
	position: absolute;
     right: 0; bottom: 0;
}






#content_middle{
	width: 494px;
	position:relative;
	float:left;
	left: 17px;
}

#content_right{
	width: 96px;
	position:relative;
	float:left;
	left:30px;
	
}




#nav{

width: 500px;
position:relative;
float:left;
top: 65px;
}


#flash{

width: 800px;
position:relative;
float:left;
background-image:url(images/contentbg.jpg);
background-repeat: repeat-y;

}


#nav2{

width: 800px;
position:relative;
float:left;

}

