*{
	padding:0; 
	margin:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top: 3px;
	margin-bottom: 6px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}
.container {
	position:relative;
	background-color:#FFF;
	border: 1px solid #000;
	width: 800px;
	margin: 0em auto;
}
.header {
	background-image: url(../img/header.jpg);
	width: 800px;
	height: 100px;
}
.menuspace {
	width:800px;
	height:35px;
	background-color:#000;
}
.menuspace ul{
	list-style-type:none;
}
.menuspace ul li {
	text-align:center;
	float:left;
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	padding-left:9px;
	padding-right:8px;
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
}
.menuspace ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	text-decoration:none;
	color: #FFF;
}
.menuspace ul li a:hover {
	text-decoration:none;
	color: #FF6600;
}
.titlespace {
	float:left;
	width:370px;
}
.titlepicL {
	float:left;
	width:200px;
	margin-left:15px;
	margin-top:10px;
	height:115px;
	height:auto;
}
.titlepicR {
	float:left;
	width:200px;
	margin-right:15px;
	margin-top:10px;
	height:115px;
	height:auto;
}
.main-content {
	background-color:#FFF;
	width:780px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}
.boothspace{
	width:780px;
	height:314px;
	background-image: url(../img/booth.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
	margin-top:10px;
}
.customspace{
	width:750px;
	height:300px;
	background-image: url(../img/custombats.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:15px;
}
.footer{
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #000;
	padding-top:10px;
}
.titlespace p{
	font-weight:bold;
	font-size:24px;
	line-height:120px;
	text-align:center;
	color:#FF9900;
}
.main-content p{
	font-size:15px;
	color:#000;
	text-align:justify;
	margin-bottom:10px;
}
.main-content a{
	text-decoration:none;
	color:#FF9900;
}
.main-content a:hover{
	text-decoration:underline;
	color:#FF9900;
}
.main-content h1{
	font-size:20px;
	font-weight:bold;
	color:#FF9900;
	text-align:left;
	line-height:24px;
	margin-bottom:5px;
}
.footer p{
	font-size:14px;
	text-align:center;
	margin-bottom:7px;
}
.footer a{
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}
.footer a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#FF9900;
}
.paypal_space {
	clear:both; 
	float:left; 
	margin-left:10px;
	margin-right:10px; 
	padding:1px;
}
.picspace {
	clear:both; 
	float:left; 
	margin-left:10px;
	margin-right:10px; 
	padding:1px;
}
.clear {
	clear:both;
}
.lpage { 
	font:normal 12px verdana;
	margin-left:25px;
}
.main-content h2{
	font-size:12px;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
}