body {
	background-color:#183026;
	text-align:center;
}
.wrapper {
	background-color:#FFFFFF !important;
	width:750px;
    margin:auto;
}
.main {
	background-color:#FFFFFF !important;
	width:738px;
    border-style:solid;
    border-width: 0px 6px 6px 6px;
    border-color:#A39161;
    text-align:left;
}
.text {
	background-color:#FFFFFF !important;
    margin:10px;
    font-size:14px;
}
.right {
	background-color:#FFFFFF !important;
	width:200px;
    border-style:solid;
    border-width: 6px 0px 3px 3px;
    border-color:#A39161;
    float:right;
    text-align:center;
}
.rightbuybox {
	width:166px;
    border-style:dotted;
    border-width:2px;
    border-color:#161A19;
    text-align:center;
    font-size:13px;
    padding:5px;
    margin:auto;
    background-color:#E8E3D9;
}
#pointermenu{
border-top: 6px solid #A39161; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 36px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: #161A19;
background: black url(../images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
.buybutton
 {
   color:#FFFFFF;
   font-weight:bold;
   background-color:#8B0000;
   border-width:1px;
   border-color:#000000;
   border-style:solid;
   padding:2px;
}
h1 {
   color:#8B0000;
   font-size:22px;
   font-weight:bold;
   text-align:center;
}
h2 {
   color:#A39161;
   font-size:18px;
   font-weight:bold;
   text-align:center;
}
h3 {
   color:#000000;
   font-size:16px;
   font-weight:bold;
   text-align:left;
}
a {
	color:#8B0000;
	text-decoration:underline;
}
a:hover {
	color:#A39161;
	text-decoration:none;
}