a{
	text-decoration:none;
	color:#F90;
}

img{
	border-style: none;
}
body {
	background:	url(images/bg.gif);
}

#bod {
       position:     absolute;
       top:          0px;
       left:         50%;/*some magic to align the element in the center;*/
       width:        800px;
	   height:		 auto;
       margin-left:  -400px;/* half of the width */
}

#header {
       position:     absolute;
       top:          0px;
       left:         50%;/*some magic to align the element in the center;*/
       width:        800px;
	   height:		 210px;
       margin-left:  -400px;/* half of the width */
	   background:url(images/header.png) no-repeat;
}

#headerspacer{
	float:		left;
	height:		210px;
	width:		380px;
}

#menu1spacer{
	width:	85px;
	height:	56px;
	float:	left;
}

#menu2spacer{
	width:	150px;
	height:	50px;
	float:	left;
}

#menu3spacer{
	width:	100px;
	height:	47px;
	float:	left;
}

#menu1{
	width:		335px;
	height:		56px;
	float:		left;
	display:	block;
}

#menu2{
	width:		270px;
	height:		50px;
	float:		left;
	display:	block;
	background:	url(images/menu2.png) no-repeat;
}

#menu2:hover{
	width:		270px;
	height:		50px;
	float:		left;
	display:	block;
    background:	url(images/menu2-hover.png) no-repeat;
}

#menu3{
	width:		320px;
	height:		47px;
	float:		left;
	display:	block;
	background:	url(images/menu3.png) no-repeat;
}

#menu3:hover{
	width:		320px;
	height:		47px;
	float:		left;
	display:	block;
    background:	url(images/menu3-hover.png) no-repeat;
}

#menu4{
	width:		420px;
	height:		57px;
	float:		left;
	display:	block;
	background:	url(images/menu4.png) no-repeat;
}

#menu4:hover{
	width:		420px;
	height:		57px;
	float:		left;
	display:	block;
    background:	url(images/menu4-hover.png) no-repeat;
}

#flashnavi{
	margin-top:	215px;
	width:	800px;
	height:	160px;
	float:	left;
}

#content{
	width:		800px;
	height:		auto;
	float:		left;
}

#footer{
	text-align:	center;
	width:		800px;
	height:		20px;
	font-weight:bold;
	color:		#fff;
	float:		left;
	background:#33C;
	font-size:	14px;
	margin-top:	10px;
	padding-top:2px;
}

#midstrip{
	display:	inline;
	width:		800px;
	height:		100px;
	background:	url(images/midstrip.png) no-repeat;
	float:		left;
}

span#strip{
	display: 	block;
	top:		0px;
	padding:    18px 0px 0px 37px;
	color:		#d7eaff;
	font-size:	26px;
	font-weight:bold;
	font-family:Rockwell;
}

span#strip2{
	display: 		block;
	float:			left;
	padding:   	    10px 0 0 45px;
	color:			#191f77;
	font-size:		22px;
	font-weight:bold;
	font-family:Rockwell;}
	

div.listbox{
	width:		400px;
	height:		220px;
	float:		left;
	background:url(images/listing.png) no-repeat;
}

div.imagespacing{
	float:left;
	width:37px;
	height:100px;
}

div.listimage{
	float:		left;
	width:		100px;
	height:		100px;
}

div.listtopspace{
	float:		left;
	width:		400px;
	height:		18px;
}

div.listdetailbox{
	width:	263px;
	height:	100px;
	float:	left;
}

span.details{
	display:	block;
	padding:    0px 0px 0px 100px;
}

p.detitle{
	line-height:11px;
	color:		#FFF;
	font-size:	11px;
	font-family:Arial;
}

div.spacing2{
	float:left;
	width:37px;
	height:100px;
}

div.addressbox{
	float:left;
	width:	110px;
	height:100px;
}

span.address{
	display:block;
	color:	#000;
	padding-top: 7px;
	padding-left:5px;
	font-family:Arial;
	font-size:10px;
}

div.buttonspace{
	float:left;
	width:253px;
	height:20px;
}

div.button1{
	text-align:center;
	width:110px;
	height:50px;
	float:left;
}

div.button2{
	text-align:center;
	width:110px;
	height:50px;
	float:left;
}

span#shoutbox{
	color:#FFF;
	font-family:Rockwell;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding-left:160px;
	float:left;
}