html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma;
	font-size: 7pt;
	color: #969696;
        background-image: url("http://i47.tinypic.com/20idwl0.png");
	background-color: #ffffff;
}

#header {
	background: ;
	height: 800px; 
        position: absolute;
        top: 0px;
        left: -300px;
}


#content {
        width: 470px;
	background-color: #ffffff;
        position: absolute;
        top: 400px;
        left: 650px;
	padding: 3px;

}

#sidebar {
        float: center;
	width: 180px;
	background-color: #ffffff;
        position: absolute;
        top: 250px;
        left:420px;
	padding: 3px;
}

#ad {
        float: left;
	width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 450px;
        left: 600px;
	padding: 3px;
}

h1 {
background-image: url('http://i46.tinypic.com/2hn7vgi.jpg');
        background-repeat: repeat-y;
        background-color: #f8f8f8;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 10px;
        font-size: 7pt;
        font-family:tahoma;
        text-transform: uppercase;
        font-weight: bold;
        color: #c2a59f;
        text-align: center;
        padding: 5px;
}

.padding {
	padding: 0px;
}

a#nav, a#nav:active, a#nav:link, a#nav:visited {
color: #cdced7;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
display:block;

}
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#nav:visited {
color: #cdced7;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
display:block;
}

a:img{
background-color: #111111;
border: 1px solid #000000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
}

a:img:hover {
background-color: #111111;
border: 1px solid #111111;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
filter : alpha(opacity=85);
 -moz-opacity : 0.8;
 opacity : 0.8;
-khtml-opacity: 0.8; }
}

a:visited img { 
border:1px solid #914966;
padding:1px;
background:#FFFFFF;
} 



b {color: #f0c6c3;}
i {color: #c1a49e;}
u {color: #c9c9d3;}
strong {color: #f0c6c3;}
em {color: #c1a49e;}

A:link {
color: #C5C5C5;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
}

A:active {
color: #C5C5C5;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
}
A:visited {
color: #C5C5C5;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
}
A:hover {
color: #c1a49e;
font-family: tahoma;
text-transform: uppercase;
font-style:normal;
font-weight: bold;
font-size: 7.5px;
text-decoration:none;
}



