body 
{
background-image:
url('');
background-repeat: no-repeat;
font-size:12px;
	font-weight: normal;
	font-family: "bastardussans", Arial, Helvetica, sans-serif;
}
/* styles for the menu */
#menu ul{
	list-style:none;
	margin-left:0px;
	height:32px;
	/*float:left;*/
}
#menu li{
	list-style:none;
	width:140px;
	height:32px;
	overflow:hidden;
	display:block;
	float:left;
}
#menu a{
	background: url('home.jpg') top left no-repeat; 
	color: #ffffff;
	font-family: 'bastardussans';
	font-size:12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	width:120px;
	height:32px;
	display:block;
	text-decoration: none;

}
#menu a:hover{
	background-position: 123px 0;
	color: #ff0000;
	
	
}
#menu a:active{
	background-position: 245px 0;
	color: #000000;
	
}
.tl{
	width:10px;
	height:10px;
	overflow:hidden;
	background: url('acorners.png') top left no-repeat;
	font-size:1px;
	line-height:9px;
}
.topr{
	width:10px;
	height:10px;
	overflow:hidden;
	background: url('acorners.png') top right no-repeat;
	font-size:1px;
	line-height:9px;
}
.tb{
	height:10px;
	background:#002ff;
	font-size:1px;
	line-height:9px;
}
.bl{
	width:10px;
	height:10px;
	overflow:hidden;
	background: url('acorners.png') bottom left no-repeat;
	font-size:1px;
}
.botr{
	width:10px;
	height:10px;
	overflow:hidden;
	background: url('acorners.png') bottom right no-repeat;
	font-size:1px;
}
.lr{
	width:10px;
	background:#002ff;
	font-size:1px;
}
.content{
	background:#002ff;
	min-height:12px;
	min-width:400px;
	color:#bcf7b7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrappers{
	width:800px;
	min-height:35px;
	border:0;
	margin:10px 0 10px 0;/*top right bottom left*/
	
	
}
.space_betwen{
	height:5px;
	overflow:display;
}
/*end wrapper table */

#address_holder{
	float:right;
	width:440px;
	height:240px;
	display:block;
	margin: 0 10px 0 0;
	font-size:12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 10px 0 10px;
}
