@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../graphics/bkgrnd.jpg);
	repeat: x;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
}

#pagebox {
	border: solid #000 4px;
	background-color: #99CCFF;
	width: 800px;
	top: 50px;
	margin-left: 60px;
	height: 650px;
 }
 #pageboxprice {
	border: solid #000 4px;
	background-color: #99CCFF;
	width: 750px;
	top: 50px;
	height: 1200px;
	left: 30px;
	margin-left: 60px;
 }
a {
	color: #006600;
}
#sidebar {
	width: 260px;
	height: 500px; 
}

left-col {
	width: 200;
	height: 99%;
	
}

#rightbox {
	width: 460px;
	height: auto;
	border: solid #006600 2px;
	background-color: #FFFFFF;
	top: 120px;
	padding: 2em;
	font-style: italic;
	position: absolute;
	left: 340px;
}
#rightboxprice {
	width: 400px;
	height: auto;
	border: solid #006600 2px;
	background-color: #FFFFFF;
	top: 120px;
	padding: 2em;
	font-style: italic;
	position: absolute;
	left: 340px;
}

#menubox {
	width: 120px;
	height: auto;
	background-color: #FFFFCC;
	color: #000000;
	border: solid #000 3px;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	position: absolute;
	left: 100px;
	top: 330px;
}
.current {
	color: #003366;
	font-weight: bold;	
	}
#menubox a {
	color: #006600;
}
#footer {
	width: 800px;
	margin-left: 75px;
	color: #000066;
}

