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

body {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
        background-image: url("back.png");
        background-repeat: repeat-x;
	background-color: #ffffff;
}

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

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

}

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

#ad {
        width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 460px;
        left: 760px;
	padding: 3px;

}

h1 {
        background-repeat: repeat-x;
        background-image: url("h1.png");
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 11px;
        font-size: 8pt;
        font-family: georgia;
        font-style: italic;
        text-transform: normal;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
}

h2 {
        font-family: georgia;
        line-height: 1px;
        font-size: 1pt;
        font-style: italic;
        text-transform: normal;
        color: #FFFFFF;
        text-align: center;
}

.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: #8C4481;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}

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

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

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


b {color: #953476;}
i {color: #8C4481;}
u {color: #D79BC7;}
strong {color: #953476;}
A:link { text-decoration: none; color:#A63F83; cursor: crosshair ;}
A:active {text-decoration: none; color:#A63F83; cursor: crosshair ;}
A:visited {text-decoration: none; color:#A63F83; cursor: crosshair ;}
A:hover { text-decoration: none; color:#000000; cursor: crosshair ;}