* { padding: 0; margin: 0; }

body {background: #470122 url('images/background.jpg') top center repeat-x; }

.footertext {font-family: verdana; font-size: 7pt; color: #ad8c45; }

.footer {font-family: verdana; font-size: 7pt; color: #ad8c45; }
.footer:visited, .footer:active, .footer:link {color: #ad8c45; text-decoration:none;}
.footer:hover {color: #FFF; text-decoration:underline; }

.text {font-family: verdana; font-size: 7pt; color: #000;}

H1 {font-family: verdana; font-size: 10px; color: #000; margin:0px; padding:0px; }

#wrapper { 
 margin: 0 auto;
 width: 450px;
}

#header {
 width: 450px;
 float: left;
 padding: 0px;
 height: 82px;
 margin:0px;
 background: url('images/top.jpg') top center no-repeat;
}

#leftcolumn { 
 background: url('images/left.jpg') top center no-repeat;
 margin:0px;
 padding: 0px;
 height: 358px;
 width: 111px;
 float: left;
}

#content { 
 font-family: verdana; 
 font-size: 7pt; 
 color: #000;
 float: left;
 background: #fff;
 margin:0px;
 padding: 0px;
 height: 358px;
 width: 319px;
 display: inline;
}

#rightcolumn { 
 background: url('images/right.jpg') top center no-repeat;
 margin:0px;
 padding: 0px;
 height: 358px;
 width: 20px;
 float: left;
}

#footer {
 width: 450px;
 height: 62px;
 clear: both;
 background: url('images/bottom.jpg') top center no-repeat;
 margin:0px;
 padding: 0px;
}