* {
  padding: 0;
  margin: 0;
}
html, body {
  background: #3f464f url("bg.png");
}
body {
  width: 700px;
  margin: 0 auto;
  font-family: Georgia,sans-serif;
  font-size: 11px;
  color: #F2D826;
}
a {
  color: #F2D826;
  text-decoration: underline;
}

a:hover {
  color: #F2D826;
  text-decoration: none;
}

#title {
	font-family: Georgia,sans-serif;
	text-align: center;
	color: #F2D826;
	font-size: 17px;
	padding-bottom: 20px;
       }

#content
	{
	border: 1px solid #656D76;
	font-family: Georgia,sans-serif;
	text-align: center;
	background: #23272C;
	margin-top: -35px;
	margin-left: -125px;
	padding: 15px;
	position: absolute;
	top: 25%;
	left: 45%;
	width: 350px;
	visibility: visible;
	z-index:1;
	}

.bodytext
	{
	font-size: 14px;
	}

.small {
       padding: 20px 0 0 0;
       font-size: 10px;
       }


#brush {
       float: left;
       margin: 0 auto;
       text-align: center;
       }

#brush ul, #brush li,
#brush form,
#brush button {
border:0; margin:0;padding:0; list-style:none;
}

#brush li a{
margin:0 6px;
text-decoration:none;
color:#F2D826;
font-weight:bold;
}

#desc{
background:#36393D;
border:solid 1px #666666;
width:300px;
height: 100px;
padding:10px;
margin:5px;
color:#F2D826;
font-weight:bold;
font-size:15px;
line-height:18px;
}
#desc li{
padding-bottom:6px;
text-align:right;
}
#mini{
padding-right:5px;
height:100px;
width:100px;
float:left;
line-height:12px;
}
#descb{
padding-left:20px;
height:100px;
width:160px;
float:left;
line-height:12px;
text-align:left;
}

#descb p {
            font-size: 11px;
            font-weight: normal;
            padding-bottom: 7px;
            * padding-bottom: 5px;
            }

#desc button{
background:url(button.gif);
display:block;
height:24px;
padding: 0 7px 3px 5px;
* padding: 0;
width: 59px;
margin: 5px;
float:right;
color:#23272C;
font-size:11px;
font-weight:bold;
text-align:center;
cursor:pointer;
}

.spacer{clear:both; height:1px;}

