html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia;
	font-size: 8pt;
	color: #000000;
        background-image: url(bg.png);
	background-color: #000000;
}

#header {
	background: ;
	height: 1000px; 
        position: absolute;
        top: 0px;
        left: 30px;
}

#content {
        width: 470px;
	background-color: #F4290B;
        position: absolute;
        top: 700px;
        left: 370px;
	padding: 3px;

}

#sidebar {
        float: left;
	width: 210px;
	background-color: #F4290B;
        position: absolute;
        top: 700px;
        left: 140px;
	padding: 3px;
}

#ad {
        float: left;
	width: 210px;
	background-color: #000000;
        position: absolute;
        top: 605px;
        left: 140px;
	padding: 3px;
}

h1 {
        background-repeat: repeat-x;
        background-color: #800000;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 10px;
        font-size: 7pt;
        font-family:tahoma;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
}

.padding {
	padding: 0px;
}

a#nav, a#nav:active, a#nav:link, a#nav:visited {
display:block;
font-family: Microsoft Sans Serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
letter-spacing:2px;
text-decoration:none;
background: ;
color: #808080;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}
a#nav:hover {
display:block;
font-family: Microsoft Sans Serif;
font-size: 11px;
line-height:15px;
font-weight: normal;
letter-spacing: 2px;
text-decoration:none;
background: #ededed;
color: #8C742B;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}

a:link img { 
border:1px solid #FFFFFF;
padding:1px;
background:#FFFFFF;
} 

a:visited img { 
border:1px solid #FFFFFF;
padding:1px;
background:#FFFFFF;
} 

a:hover img { 
border:1px solid #000000;
padding:1px;
background:#FFFFFF;
}


b {color: #1D1717;}
i {color: #1D1717;}
u {color: #1D1717;}
strong {color: #1D1717;}
A:link { text-decoration: none; color:#1D1717; cursor: crosshair ;}
A:active {text-decoration: none; color:#1D1717; cursor: crosshair ;}
A:visited {text-decoration: none; color:#FFFFFF; cursor: crosshair ;}
A:hover { text-decoration: none; color:#1D1717; cursor: crosshair ;}