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

body {
	font-family: Arial;
	font-size: 8pt;
	color: #4d4d4d;
        background-image: url("http://i27.tinypic.com/r269vr.png");
        background-repeat: repeat-x;
	background-color: #E3E3E4;
}

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

#content {
        width: 560px;
	background-color: #ffffff;
        position: absolute;
        top: 600px;
        left: 385px;
	padding: 3px;

}

#sidebar {
        float: left;
	width: 215px;
	background-color: #ffffff;
        position: absolute;
        top: 600px;
        left: 155px;
	padding: 3px;
}

#ad {
        float: left;
	width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 480px;
        left: 142px;
	padding: 3px;
}

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

h2 {
        background-repeat: repeat-x;
        background-color: #A8D3D1;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 5px;
        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: #000000;
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 #D6ECEB;
padding:1px;
background:#FFFFFF;
} 

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

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


b {color: #E1B72C;}
i {color: #FF0066 ;}
u {color: #914966;}
strong {color: #EBCBDB;}
A:link { text-decoration: none; color:#FF0066; cursor: crosshair ;}
A:active {text-decoration: none; color:#FF0066; cursor: crosshair ;}
A:visited {text-decoration: none; color:#D6D6D3; cursor: crosshair ;}
A:hover { text-decoration: none; color:#D6D6D3; cursor: crosshair ;}