@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
a:link { 
color: white; 
background-color: #000099;
font-family:Verdana, Arial, Helvetica, sans-Serif;
font-size:13;
font-weight:bold;

}
a:visited { 
color: white; 
background-color: #000099;
text-decoration: none; 

}
a:hover {
color: #000099; 
background-color: #cccccc;
text-decoration: none;
border: 2px solid black; 

}
a:active {
color: #000099; 
background-color: #cccccc;
text-decoration: none;
border: 2px solid black; 
} 
body{
background-color:#cccccc;
color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper{
width: 860px;
height: 756;
background-color:#000099;
margin:10px auto;
border: 2px solid #000099;
text-align:left;
}
#topleft {
	float:left;
	width: 660px;
	height: 145px;
	background-image:url(images/renaissance_top.jpg);
	
}
#topright {
	float: right;
	width: 200px;
	height: 676px;
	color: #fff;
}
#nav {
	float:top;
	width: 650px;
	height: 40px;
	background-color:#000099;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
#main {
	float:left;
	width: 660px;
	height: 531px;
	background-image:url(images/classof84.jpg);
}
#footer {
	clear: right;
	width: 860px;
	height: 40px;
	background-color:#999999;
	font-size: 12px;
	text-align: center;
	line-height: 3em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}		
#footer p {
	padding: 20px;
}
.clear {
	clear: both;
}