/* CSS Document */


html{
	margin: 0px;
	padding: 0px;
	z-index: auto;
}

.main_page{

}

.header{
    width: 900px;
	height:  293px;

}


.top1{
	background-image: url(image/top.jpg);
	width: 900px;
	height: 147px;
	background-repeat: no-repeat;
}

.top2{
	background-image: url(image/2nd_top.jpg);
	height: 146px;
	width: 900px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
}
#top2_left{
	height: 146px;
	width: 600px;
	float: right;
}



.markermenu{
	list-style-type: none;
	margin: 5px 0px 5px 15px;
	padding: 0;
	border: 1px solid #9A9A9A;
	text-align: justify;


}

.markermenu li a{
	background: #CCCCCC url(image/bulletpoint.png) no-repeat 2px center;
	font: bold 20px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #660000;
	display: block;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #660000;
	cursor: hand;
	padding-bottom: 3px;
	padding-left: 22px;




}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(image/bulletpoint.png); /*onMouseover image change. Remove if none*/


}

.specials{
	background-repeat: no-repeat;


}

.main_text{
	background-repeat: no-repeat;
	height: 469px;
	width: 900px;
	background-image: url(image/main_text.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
	text-align: justify;
}

#left{
	width: 200px;
	float: left;
	margin-top: 35px;
	padding-left: 20px;
	background-repeat: no-repeat;




}

#right{
	height: 469px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
	float: right;

}

.bottom{
	background-image: url(image/bottom.jpg);
	background-repeat: no-repeat;
	height: 262px;
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330000;
	padding: 50px;





}

