/* CSS Document */

#body {
	background-color: #081451;
	margin-left: 0px;
	margin-top: 0px;
	}

#leftcol {
	position: relative;
	float: left;
	background-image: url(../images/leftcol_bkg.jpg);
	background-repeat: repeat-y;
	width: 287px;
	height: 6500px;
	}
	
#content {
	position: relative;
	float: left;
	width: 366px;
	height: 6500px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #E7E8EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #596328;
	font-size: 12px;
	}
	
.content {
	font-size: 12px;
	color: #596328;
	}
	
.h1 {
	font-size: 15px;
	color: #596328;
	font-weight: bold;
	}
	
#content a, a:visited {
	font-size: 12px;
	color: #596328;
	text-decoration: underline;
	}
	
#content a:hover {
	font-size: 12px;
	color: #596328;
	text-decoration: none;
	}

#nav {
	position: relative;
	float: left;
	width: 198px;
	height: 6500px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-color: #E7E8EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #551429;
	font-variant: small-caps;
	}
	
#nav a, a:visited {
	font-size: 16px;
	color: #551429;
	font-variant: small-caps;
	text-decoration: none;
	}
	
#nav a:hover {
	font-size: 16px;
	color: #551429;
	font-variant: small-caps;
	text-decoration: underline;
	}
	
#rightcol {
	position: relative;
	float: left;
	width: 173px;
	height: 800px;
	}	
	
#footer {
	position: relative;
	clear: left;
	width: 726px;
	margin-left: 125px;
	background-color: #E7E8EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #596328;
	}
	
#footer a, a:visited {
	font-size: 10px;
	color: #596328;
	text-decoration: underline;
	}
	
#footer a:hover {
	font-size: 10px;
	color: #596328;
	text-decoration: none;
	}
	
#classesnav {
	width: 322px;
	height: 122px;
	background-image: url(../images/classes_bkg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-variant: small-caps;
	}
	
#classesnav a, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	}
	
#classesnav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-variant: small-caps;
	}
