body {
	color: #ffffff;
	background: #341210 url(../images/bodybg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
}


#container
{
	width: 949px;
	margin: 0px auto; /* this is why we put 'text-align: center;' in body */
	text-align: left;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	background-color: #fdfbc9;
}

#header {
	width: 949px;
	height: 111px;
	margin: 0px auto;
	background: #000 url(../images/toplogo.jpg);
}

#solomenu {
	width: 949px;
	background: #300d0d url(../images/menubg.jpg) repeat;
	height: 30px;
}

#solomenu p {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#solomenu a {
	font-family: Arial, Courier;
	font-size: 10pt;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 17px;
	line-height: 28px;
	color: yellow;
}

#solomenu a:link, a:visited {
	color: yellow;
}

#solomenu a:hover {
	color: yellow;
}

#leftcol {
	width: 168px;
	float: left;
	background: #300d0d;
	text-align: left;
	margin-right: 0px;
	padding-bottom: 15px;
	min-height: 665px; 
}

#leftcol p {
	font-family: Arial, Courier;
	font-size: 8pt;
	width: 157px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom: 10px;
}

#leftcol p.lefttext {
	padding-left: 10px; 
	color: #999999;
}

#leftcol td {
	color: #999999;
	font-size: 9pt;
}

#leftcol td a {
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

#leftcol td a:hover {
	font-size: 9pt;
	color: yellow;
	text-decoration: none;
}

#leftcol a:visited.bottom, a:link.bottom {
	color: #999999;
	text-decoration: none;
}

#leftcol a:hover.bottom {
	color: yellow;
	text-decoration: none;
}


#rightcol {
	width: 187px;
	float: right;
	height: auto;
	padding-top: 0px;
	background: #300d0d;
	padding-bottom: 40px;
	min-height: 550px;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}

#rightcol h1 {
	font-family: "Myriad Pro", Arial, Courier;
	font-size: 12pt;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcol p {
	font-family: Arial, Courier;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcol a {
	font-family: Arial, Courier;
	font-size: 9pt;
	color: #CCFF00;
	text-decoration: none;
}

#rightcol a:hover, a:link {
	color: #CCFF00;
	text-decoration: underline;
}

#menu {
width: 949px;

}

#menu a {
	text-decoration: none;
}


#mainbody {
	color: black;
	width: 588px;
	padding-top: 05px;
	float: left;
	background-color: #fdfbc9;
/*	background-color: #fdfbc9;*/
}

#mainbody h1 {
	font-family: "Arial Narrow", Courier;
	font-size: 24pt;
	font-weight: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #660404;
}

#mainbody h2 {
	color: #660404;
	font-family: "Arial Narrow", Courier;
	font-size: 16pt;
	font-weight: none;
	padding-left: 15px;
	padding-right: 15px;
}

#mainbody p {
	font-family: "Arial", Courier;
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 15px;
}

#mainbody a:link, a:visited {
	color: #333300;
}

#mainbody p.ital {
	font-family: "Arial", Courier;
	font-size: 12pt;
	padding-left: 15px;
	padding-right: 15px;
}

#mainbody li {
	font-family: "Arial", Courier;
	font-size: 10pt;
	padding-bottom:4px;
}

td {
	font-family: Arial, Courier;
	font-size: 10pt;
}

#clearboth {
	clear: both;
}

#footer {
	border-top: 1px #ffffff solid;
	width: 949px;
	margin: 0px;
	padding-top: 15px;
	background-color: #01030c;
	background: #452a27 url(../images/footer.jpg) repeat-x;
	padding-bottom: 25px;
}

#footer p {
	padding-left: 24px;
	font-family: Arial, Courier;
	font-size: 8pt;

}

#footer a {
	font-family: Arial, Courier;
	font-size: 8pt;
	color:#666666;
	text-decoration : none;
}

#footer a:hover, a:visited {
	text-decoration: underline;
}

table.prod{
	text-align: center;
	font-family: Arial, "Arial Narrow", sans-serif ;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.prod td {
	color: #000;
	text-align: left;
	border: 1px #fff solid;
}

td.featpro {
	color: #660404;
	font-weight: bold;
	font-size: 10pt;
}

table.prod td.money {
	color: #000;
	text-align: right;
	border: 1px #fff solid;
}
