@charset "utf-8";
#mainNav {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#mainNav li {
	padding-right: 20px;
	padding-left: 20px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul a:link {
	color: #333333;
	text-decoration: none;
}
#GuestBook2 {
	width: 200px;
}

ul a:hover {
color:#990000;
}
ul a:active {
	color: #990000;
	text-decoration: none;
}
ul a{
	display: block;/*block so whole are is clickable*/
	line-height:30px;
	text-decoration:none;
	color:#333333;
}
/*Nav*/
a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
#mainContent a {
	color: #333333;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #990000;
	text-decoration: none;
}
#secoundaryContent a {
	color: #333333;
	text-decoration: underline;

}
#secoundaryContent a:hover {
	color: #990000;
	text-decoration: none;
}

#membership #wrapper #mainNav .nav_a ,
#biographies #wrapper #mainNav .nav_b , 
#photos #wrapper #mainNav .nav_c ,
#manifesto #wrapper #mainNav .nav_d ,
#boxerama #wrapper #mainNav .nav_e ,
#catalog #wrapper #mainNav .nav_f ,
#scolarship #wrapper #mainNav .nav_g ,
#collegiate #wrapper #mainNav .nav_h ,
#ring #wrapper #mainNav .nav_i ,
#credits #wrapper #mainNav .nav_j,
#ring #wrapper #footer fnav_c{
	color: #990000;
	cursor: default;
}


#wrapper {
	width: 762px;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	text-align: center;
	min-width: 770px;
}
#content {
	float: right;
	width: 600px;
}
#secoundaryContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#secoundaryContent td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



#content h1, h2, p {
	padding-right: 20px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
#mainContent {
	float: left;
	width: 410px;
	padding-bottom: 0px;
}
#secoundaryContent {
	float: right;
	width: 185px;
	padding-top: 15px;
}
#mainContent img {
	background-position: right;
	padding-top: 15px;
	border: 0;
	float: none;
}

#secoundaryContent h3 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}

.spacer {
	clear: both;
}

#content ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 16px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
	background-image: url(images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}





/* Footer */

#footer {
	height:180px;
	font-size:10px;
	background-image: url(images/footer_bg.jpg);
	float: left;
	background-repeat: no-repeat;
	width: 762px;
	padding-top: 0px;
	}

#footer ul {
	list-style-type:none;
	width:762px;
	background-position: center;
	clip: rect(auto,auto,auto,666px);
	margin-left: 250px;
	margin-top: 20px;
	}
#footer ul a {
	color: #990000;
	display: block;
	float: left;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer ul .first a {

}
	
#footer ul li {
	display:inline;
	}
