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

body {
	background-color: #1e6432;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 10pt;
}
#wrapper {
	background-color: #0a364c;
	width: 800px;
	margin: 0px auto;
	padding: 10px;
}
#header {
	height: 308px;
	width: 800px;
}
#navwrapper {
	width: 242px;
	clear: both;
	display: table-column;
	float: left;
	background-image: url(../images/main_nav_bg.gif);
	text-align: center;
}
#menu {
	width: 209px;
	height: 305px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/menubg.jpg);
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu .not_here {
	font-size: 18px;
	text-align: right;
	padding: 5px 20px 5px 0px;
}
#menu .here {
	font-size: 18px;
	text-align: right;
	padding: 5px 20px 5px 0px;
	background-image: url(../images/urhere.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
#menu .here a:hover {
	text-decoration: underline;
}
#menu .not_here a:hover {
	text-decoration: underline;
}
#businesscard {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 75px 0px 0px 0px;
}
#businesscard a {
	color: #FFFFFF;
	text-decoration: underline;
}
#businesscard img {
	background-color: #1E6432;
	padding: 2px;
	border: 2px solid #71cf3c;
	margin: 10px;
}
#content {
	background-color: #abeafa;
	padding: 10px;
	margin: 5px 0px 0px 5px;
	float: right;
	width: 533px;
	color: #0A364C;
}


#footline {
	background-color: #0A364C;
	height: 1px;
	clear: both;
}

#buyer_list {
position:relative;
width:500px;
margin:auto;
}

#buyer_list_left {
width:245px;
float:left;
margin-right:5px;
padding-bottom:15px;
}

#buyer_list_right {
width:245px;
float:left;
margin-left:5px;
padding-bottom:15px;
}

#buyer_list a {
color:#1e6432;
text-decoration:none;
line-height:20px;
 }

#buyer_list img {
width:235px;
height:176px;
border:5px solid #4ac6e5;
}

#head_bus {
font-size:18px;
line-height:28px;
}


