body {
font-family: Arial;
margin: 0px;
padding: 0px;
background-color: #e9e9e9;
}

/* top stuff: h1, giant logo, intro above .content text */

h1 {
margin: 0px;
font-size: 300%;
position: absolute;
top: 30px;
left: 150px;
}

.logo {
position: absolute;
top: 18px;
left: 12px;
border: none;
}

.intro {
margin: 0px 0px 0px 75px;
padding: 5px 225px 5px 5px;
text-align: justify;
border: 2px dotted #aaa;
border-right: none;
border-top: none;
}


/* Basic Layout */


.whole {
background-color: white;
margin: 75px 0px 0px 75px;
padding: 0px 0px 20px 0px;
border: 3px solid black;
border-bottom: none;
border-right: none;
}

.content {
margin: 0px 225px 0px 0px;
padding: 0px 5px 5px 5px;
min-height: 500px;
}

.menu {
float: right;
width: 220px;
margin: 20px 0px 0px 0px;
}


/* Right Menu */


.menu dl {
margin: 0px;
}

.menu dt {
height: 37px;
font-size: 150%;
}

.menu dt a {
color: #aaa;
text-decoration: none;
display: block;
padding: 5px 0px 5px 45px;
voice-family: "\"}\""; 
voice-family: inherit;
padding: 5px 0px 4px 45px;
} .fourohfoured {} /* Tantek Hack, apparent 1px bottom missing in IE5 */


.menu dt a:hover {
color: white;
}

.menu dt.forums a {
background: url(forumnew.png) #feb no-repeat -37px -37px;
}

.menu dt.forums a:hover {
background: url(forumnew.png) #FFC30D no-repeat 0px 0px;
}

.menu dt.customize a {
background: url(customizenew.png) #feb no-repeat -37px -37px;
}

.menu dt.customize a:hover {
background: url(customizenew.png) #FFC30D no-repeat 0px 0px;
}

.menu dt.spread a {
background: url(spreadnew.png) #feb no-repeat -37px -37px;
}

.menu dt.spread a:hover {
background: url(spreadnew.png) #FFC30D no-repeat 0px 0px;
}

.menu dt.tb a {
background: url(tbnew.png) #feb no-repeat -37px -37px;
}

.menu dt.tb a:hover {
background: url(tbnew.png) #FFC30D no-repeat 0px 0px;
}

.menu dd {
line-height: 125%;
font-size: 90%;
padding: 2px 5px 2px 15px;
margin-left: 37px;
text-align: right;
background-color: #e9e9e9;
}

.menu dd .define {
border-bottom: 1px black dotted;
cursor: help;
}

.menu dd.bottomleft {
background: #e9e9e9 url(menubottomleft.png) bottom left no-repeat;
}

/* Shot Button */

a#shop {
float:right;
display: block;
height: 19px;
width: 200px; 
font-size: 95%;
background: #feb url(shopbgb.png) no-repeat; 
text-align: center;
color: #aaa;
text-decoration: none;
font-weight: bold;
margin-right: 5px;
}

a#shop:hover {
background: #FFC30D url(shopbga.png) no-repeat; 
color: white;
}


#shopimg {
text-align: center;
position: absolute;
top: 10px; 
right:0;
border: none;
margin-right: 5px;
}

/* Heading */

.sechead{
margin: 20px 0px 0px 0px;
padding: 5px 5px 5px 35px;
font-size: 180%;
color: #FFC30D;
background-color: #feb; 
border: dotted 2px #aaa;
border-right: none;
border-left: none;
}

