body {
	background-color:#272325;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size:12px;
	margin-top:0px;
	line-height:20px;
}
* { margin: 0; padding: 0; }
a:link, a:visited, a:active {
	color: #CCC;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #FF0;
}

#wrapper {
	width: 790px;
	margin: 0 auto 0 auto;
	background-image: url(../images/content_back.gif);
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
#header {
	height:160px;
	color:#000;
	padding:0px 22px 0px 0px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat}
	
#content ul {padding:10px 0px 5px 40px;}
#content ul li {list-style:square; padding:2px;}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0px 25px 0px 0px;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 9px 0 9px;
	text-align:center;
	width:73px;
	height:25px;
	background:transparent url(../images/button.png) no-repeat;		
	
}
	
ul#menu li a:hover
{
	color:#000;
	background:transparent url(../images/button-over.png) no-repeat;		
}
a:link.button {text-align:center; background-image:url(../images/button-over.png); padding:10px 18px 12px 17px; color:#000; font-weight:bold;}

#content {
	width:770px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:10px;
	
}

#footer {
	width: 810px;
	height:52px;
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
	background-image: url(../images/footer.gif);
	padding-top: 30px;
	line-height:20px;
	text-align:center;
	font-size:10px;
}

h1 {
	font-size:20px;
	color:#FFF;
	line-height:24px;
	text-decoration:underline;
}
h2 {font-size:14px; color:#fff; text-decoration:underline }
h3 {font-size:12px;}

.prices {
	float:right;
	padding:10px;
	border:1px dotted #666;
	background-color:#333;
	text-align:center;
	font-size:14px;
	color:#FF0;
	margin:0px 10px 10px 10px;
	font-weight:bold;
}
.prices p{padding-bottom:5px;}
#wcMessage {display: none;}
