body{
background: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF; 
text-align:center;
}

p{
margin:0 5px 5px;
}

h2 {
font-size:14px;
font-weight: bold;
width:100%;
margin-top:2px;
margin-bottom:2px;
margin-left:0px;
margin-right:0px;
background:#111111;
border-top:1px solid #444444;
border-bottom:1px solid #444444;
text-align:center;
}

div#header {
float: left;
margin-top:0px;
margin-left:0px;
width:400px;
height:385px;
text-align:left;
}

div#adspace {
float:left;
width:485px;
height:179px;
margin-top:155px;
margin-left:0px;
border:0px solid #CC0000;
text-align:left;
}

div#adspace2 {
float:left;
width:475px;
height:120px;
margin-top:10px;
margin-left:0px;
border:0px solid #CC0000;
text-align:left;
}

div#navigation {
float:left;
width:520px;
height:25px;
margin-top:0px;
margin-left:302px;
text-align:left;
}

div#container{
width:980px;
margin:0 auto;
text-align:left;
}

div#wrapper{
float:left;
width:100%
}

div#content{
margin: 0 230px; 
width:500px;
background: #000000;
border:0px solid #444444;
}

div#right{
float:left;
width:235px;
margin-left: -240px;
background:#222222;
border:1px solid #444444;
}

div#left{
float:left;
width:220px;
margin-left:-980px;
background:#222222;
border:1px solid #444444;
}

div#footer{
clear:left;
width:100%;
text-align:center;
}

.merch{
background:#000000;
border-top:1px dashed #444444;
border:0px dashed #444444;
margin-bottom: 10px;
}

a{   
text-decoration: underline;   
color: #CC0000;   
} 

a:visited{    
color: #FF8800;   
}

a:hover{
color: #444444;
text-decoration: underline;
}

a:active{
color: #FFFFFF;
}

a.nav:link {
font-size: 13pt;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

a.nav:visited{
font-size: 13pt;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

a.nav:hover{
font-size: 13pt;
color: #000000;
font-weight: bold;
text-decoration: none;
background:#CC0000;
}

a.smallx:link {
font-size: 7pt;
}

.small{
font-size: 7pt;
}

.title{
width:100%;
margin-top:0px;
margin-bottom:4px;
margin-left:0px;
margin-right:0px;
background:#111111;
border-top:1px solid #444444;
border-bottom:1px solid #444444;
text-align:center;
}

                /* Contact form  CSS */
				#contactform {
                        border: 0px;
                }
				
                #contactform img {
                        border: 0px;
                }

                #contactform .errors {
                        color: #ff0000;
                }

                #contactform .correct {
                        color: #FF8800;
                }

                #contactform legend {
                        font-size: 120%;
                        font-weight: bold;
						border: 0px;
                }


                #contactform .field {
                        color: #FFFFFF;
                        font-size: 90%;
                        margin-bottom: 7px;
                }

                #contactform .small {
                        font-size: 10px;
                }

                #contactform .thanks {
                        margin-top: 15px;
                        color: #FFFFFF;
                        font-size: 100%;
                        margin-bottom: 15px;
                }
				
				input[type=text] {
                background-color: #EEEEEE;
                }
				
				textarea {
                background-color: #EEEEEE;
                } 
				
				