body{
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #D8D8D8;
	font-size:12px;
}
img{
	border: 0px;
}
a:link {
	color:#AC0C0C;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color:#AC0C0C;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#AC0C0C;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color:#AC0C0C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap{
	width: 760px;
	margin: 0 auto;
	background:#FFFFFF;
}
#header{
	height: 110px;
	background: url(css_images/bg_header.jpg);
}
#wrap_top_btn{
	width: 200px;
	float:right;
}
.top_btn{
	width: 90px;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	clear: none;
}
#top_nav{
	height: 18px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #444444;
}
.top_menu{
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 2px;
	float: right;
}
#top_picture{
	height: 130px;
	background:#FFFFCC;
	clear: right;
}
/*Left Navigation 160px wide*/
#left_nav{
	width: 140px;
	min-height: 232px;
	padding: 10px 8px;/*change later to 10 after removing border*/
	background: #444444;
	float:left;
	clear: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#corporate_friends{
	float: left;
	height: 95px;
	width: 156px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color:#444444;
	text-align: left;
	clear:left;
}
#left_nav ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#left_nav ul li{
	text-align:left;
}
.menu_on a{
	color: #FFF100;
	text-decoration: none;
}
.menu_off a{
	color: #C0C0C0;
	text-decoration: none;
}
#content{
	width: 580px;
	padding: 10px;
	float: right;
	clear: right;
	min-height: 327px;
}
#bottom_nav{
	padding-top: 10px;
}
#previous_menu{
	height: 20px;
	background: url(../images/arrow_left.jpg) no-repeat;
	padding-left: 25px;
	float: left;
}
#next_menu{
	height: 20px;
	background: url(../images/arrow_right.jpg) no-repeat scroll right;
	padding-right: 25px;
	float: right;
}
#footer{
	height: 15px;
	text-align: center;
	background: #333333;
	border: 1px solid #000000;
	padding: 10px;
	color: #FFFFFF;
	clear: both;
}

.content_picture{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

form {
	margin: 0px;
}