body {

	background-color: #CCCCCC;
	font-family: Verdana, Arial, Hevetica, Sans-serif;
	font-size: 12px;

}

a:link {

	text-decoration: none;
	color: white;

} 


a:hover {

	text-decoration: none;
	color: white;

}

div#LadderLink {

	margin-left: 3px;
	color: black;

}


a:visited {

	text-decoration: none;
	color: white;

}

div#left a:hover {

	background-color: blue;

}


div#activelink {

	color: yellow;
	font-size: 14px;

}

div#container {
	margin: 0 auto 0 auto;
	width: 764px;
	border: 1px solid

}

div#header {

	background-image: url('../images/modlogo.png');
	border-bottom: 1px dotted;
	height: 100px;
	width: 100%;


}

div#left {

	float: left;
	width: 28%

}

div#title {

	font-family: Arial Black;
	font-size: 16px;
	color: red;
	
}


div#content {

	align: justify;
	margin-left: 27% ;
	width: 70%;
}

div#content a {

	color: blue;
}

div#footer {
	
	clear: both;
	text-align: center;
	border-top: 1px dotted;
	width: 760px;

}

.Small {font-size: 10px}