body {

font-family:Verdana, Sans-serif;
color: #0f0f0f;
font-size: 14px;
background: #950000 url(1.gif) repeat;


}

#mainbody { 
	border: 2px solid #6b6b6b;
	padding-top: 10px; 
	float: right;
	width: 510px;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 20px; 
	text-align: left;
	background: #ffffff  url(guestback.gif) repeat;
}

#wrapper {
	margin: 0 auto;
	margin-top: 5px;
	width: 800px;
	background: #950000 url(1.gif) repeat;
	}

#links {
	font-size: 15px;
	float: left;
	width: 250px;
        background: #000;
	border: 1px solid #6b6b6b;
        padding: 1px;
        position:relative;
}




#links p {
	margin: 0px;
	background: #000;
	color: yellow;
	border-bottom: 1px ridge #949494;
	border-top: 0px ridge #949494;
        border-left: 1px ridge #949494;
        border-right: 1px ridge #949494;
	padding-left: 5px;
	height: 40px;
}



#links a	{
	display: block;
	width: 240px;
	line-height: 40px;
	min-height: 40px;
	text-decoration: none;
   	color: #944A00;
   	background: #000 url(car18.gif) no-repeat;
   	background-position: 3px -40px; 
}

#links a:hover{
   	background-position: 130px 6px;
   	color: #E07000;
}


input,textarea, select {
	color: #000000;
	font: normal 12px;
	border-collapse: collapse; border: 1px solid #000000;
}

.maintable {                  /*main table for forum*/
    border: 2px solid #000000;
    width: 500px; 
    padding: 0px; 
    }

.row1 {                       /*registration row, mainly here for symetry*/
    font-family: Verdana,Sans-serif;
    color: #000000; 
    font-weight: bold; 
    font-size: 12px;
    } 

.headline {                   /*headline row, the first row that says forum name, topics, posts and such*/
    font-family: Verdana,Sans-serif;
    font-weight: bold;
    background-color: #000000;
    font-size: 11px; 
    color: #ffffff;
} 

.row2 {                       /*color of the forum rows*/
    font-family: Verdana,Sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 12px;} 

.entry {                      /*main table for add entry*/
    border: 6px;
    width: 40%;
    padding: 6px;
    background-color: #F2F2F2}


a:visited { 
    font-weight: bold; 
    text-decoration: none; 
    color: #E07000;
    }

a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #E00000;
    }

a:hover, a:active { 
    text-decoration: none; 
    color: #FFD700;
    }
