body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

/* -------------------- LINKS & FONTS----------------------*/
h3 {
font-weight:500;
letter-spacing:2px;
text-align:center;
}

h3 a {
text-decoration:none;
border-bottom: 0px solid black;
text-align:left;
color:black;
}

.sub {
font-weight:900;
text-align:left;
color:#666666;


}

/* -------------------- IMAGES ----------------------*/

#content img {
background-color:none;
border-bottom:0px;
}

/* -------------------- LINKS ----------------------*/

#content a {
text-decoration:none;
font-weight:700;
color:#000;
background-color:none;
}

#content a:hover {
background-color: #000;
font-weight:700;
color:#ffcc00;
}


#footer a {
color:#999999;
font-size:small;
font-weight:500;
}


/* -------------------- LAYOUT  ----------------------*/

#accessibility {
position:absolute;
left:-10000px;
}

#navigation {
	/* position: fixed; */
	top: 0px;
	left: 0px;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	/*border: 5px solid #ccc; */
	width: 230px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
        background-color:#000;
        
        	}
html>body #navigation {
	width: 207px; /* ie5win fudge ends */
	}


#content {
        position: absolute;
	top: 0px;
	margin: 10px 20px 20px 280px;
	padding: 10px;
        width: 750px;
min-height:880px;
background-color:#ffffff;
                }

#content_home {
        position: absolute;
	top: 0px;
	margin: 30px 20px 20px 280px;
	padding: 10px;
        width: 850px;
background-color:#ffffff;
                }


#right {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 20px 10px 20px 20px;
	padding: 10px;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}


html>body right {
	width: 120px; /* ie5win fudge ends */
	}
	
	#footer
	{
	background-color:#000;
	margin:0px 0px 5px 5px;
	padding:5px;
        color:#999999;
        text-align:center;
        font-weight:700px;
position:relative;
}


