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

body {
	font-family: Arial;
	font-size: 8pt;
	color: #363636;
        background-image: url("");
	background-color: #dfe2e4;
}

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

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

}

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

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

h1 {
        background-repeat: repeat-x;
        background-color: #c35ead;
        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: #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 #c35ead;
-moz-border-radius: 5px;padding:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 

background:#FFFFFF;
} 

a:visited img { 
border:1px solid #c35ead;
-moz-border-radius: 5px;padding:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 

background:#FFFFFF;
} 

a:hover img { 
border:1px solid #bc4ba3;
-moz-border-radius: 5px;padding:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
background:#FFFFFF;
}


b {color: #c35ead;}
i {color: #c35ead;}
u {color: #c35ead;}
strong {color: #A3B997;}
A:link { text-decoration: none; color:#c35ead; cursor: crosshair ;}
A:active {text-decoration: none; color:#c35ead; cursor: crosshair ;}
A:visited {text-decoration: none; color:#bc4ba3; cursor: crosshair ;}
A:hover { text-decoration: none; color:#bc4ba3; cursor: crosshair ;}