/******************** Global ********************/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color : #4F4E38;
	/*font-family : tahoma, arial, verdana, helvetica, sans-serif;*/
	font-family : arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
a {
	text-decoration: none;
	color: #CE9E35;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
h2{
	color: #fff;
	font-size: 80%; 
	font-weight: bold;
}
h3{
	font-size: 95%;
}
img{
	border: #000 1px solid;
}
/***************** End Global *****************/
/***************** Cons *****************/
#mainCon{
	position:relative;
	width: 766px; 
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	/*background: url(../img/main.jpg) no-repeat;*/
} 
#headCon{
	position:relative;
	height: 134px;
	background: url(../img/head.jpg) no-repeat; 
}
#headCon h1{
	position:relative; 
	top: 75; 
	left: 140;
	margin: 0;
	padding: 0; 
	font-size: 140%; 
	font-weight: bold;
}
#navCon{
	height: 59px;
	background: url(../img/nav.jpg) no-repeat; 
	font-size: 65%; 
}
#navCon ul{	
	padding: 0;
	margin: 0;	
	list-style-type:none;
}
#navCon li ul {	display: none;	position: relative;	/*top: 12;	left: 0;*/	width: 110px; /*10em;*/
	padding: 4;
	background-color: #4F4E38;
	border: #000 1px solid;
}
#navCon li ul li{
	margin: 6;
}
#bodyCon{
	position:relative;
	height: 462px;
	background: url(../img/body.jpg) no-repeat;
	color: #fff;
	font-size: 75%; 
	font-weight: normal; 
}
#body2Con{
	position:relative;
	height: 462px;
	background: url(../img/con.jpg) no-repeat;
	color: #fff;
	font-size: 75%; 
	font-weight: normal; 
}
#body2Con table{
	font-size: 100%;
	text-align: center;
	width: 100%;
}
#body2Con td{
	width: 14%; 
}
#body2Con ul{
	list-style-type:none;
}
#body2Con li{
	float: none;
}
#footCon{
	position:relative;
	height: 45px;
	background: url(../img/foot.jpg) no-repeat;
	font-size: 63%; 
	font-weight: normal;
	text-align: center;
}
/************** End Cons **************/
/************** Gallery **************/

#gallery ul li{ 
	display: inline;
}

#gallery li img { 
	margin:0 5 5 0;

}

/************ End Gallery ************/
/************ Micellaneous ************/
#foot{
	position: relative; 
	top: 20;
}
#footNotes{
	font-size: 90%;
}
#footNotes p{
	margin: 0 0 4 0;
}
#bod1{
	position: absolute; 
	left: 120; 
	top: 37;
	width: 180;	
}
#bod2{
	position: absolute; 
	left: 120; 
	top: 277;
	width: 180;
}
#bod3{
	position: absolute; 
	left: 340; 
	top: 47;
	width: 300;
}
#bod4{
	position: absolute; 
	left: 340; 
	top: 233;
	width: 300;
}
#bod5{
	position: absolute; 
	left: 340; 
	top: 367;
	width: 300;
}
#bodFAQ{
	position: absolute; 
	left: 120; 
	top: 12;
	width: 510;
}
#bodFAQ ul{
	list-style: square;
	font-size: 90%;
}
#bodFAQ li ul{
	list-style: none;
	font-size: 100%;
}
#bodFAQ ul img{
	float:left
}
#person ul,li{
	margin:0;
	padding:0;
}
#person li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:20px;
}
#nav1{
	position: absolute; 
	left: 120; 
	top: 151;
	z-index: 10;
}
#nav2{
	position: absolute; 
	left: 232; 
	top: 151;
	z-index: 10;
}
#nav3{
	position: absolute; 
	left: 342; 
	top: 151;
	z-index: 10;
}
#nav4{
	position: absolute; 
	left: 460; 
	top: 151;
	z-index: 10;
}
#nav5{
	position: absolute; 
	left: 585; 
	top: 151;
	z-index: 10;
}
#preview{
	position: absolute;
	top: 175;
	right: 50;
	/*border: 1px solid #CE9E35;*/
	background: #222;
	padding: 8px;
	display: none;
	color: #fff;
	font-size: 75%;
}
/*#show div{
	position: absolute; 
	left: 170; 
	top: 250;
	/*display: none;
	font-size:90%;*/
}
#show h3{
	cursor: pointer;
	text-decoration: none;
	color: #CE9E35;
	font-weight: bold;
}
#show div.meet{
	position: absolute; 
	left: 120; 
	top: 220;
}
#show div.motor{
	position: absolute; 
	left: 120; 
	top: 235;
}

#show2 div{
	position: absolute; 
	/*left: 170;*/
	top: 130;
	font-size:90%;
}
#show2 h3{
	cursor: pointer;
	text-decoration: none;
	color: #CE9E35;
	font-weight: bold;
}
/********** End Micellaneous **********/

