body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/clarke_frontis2.jpg) no-repeat fixed center;
	background-color: #000;
}

img { border: none; }

#container {
	width: 750px;
	padding: 0;
	margin: 10px auto 10px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 2px;
	border-color: #980A09;
	border-style: dotted;
	text-align: center;
	background: White;
}

#header {
	padding: 0;
	margin: 0;	
}

.navcontainer {
	float: left;
	width: 150px;
}

.navcontainer p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.nav ul{
	list-style: none;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.nav a:link {
	display: block;
	list-style: none;
	padding: 5px 5%;
	width: 90%;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: White;
	font-weight: bold;
	font-size: 11px;
	background-color: #980A09;
}

.nav a:visited {
	display: block;
	list-style: none;
	padding: 5px 5%;
	width: 90%;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: bold;
	font-size: 11px;
	background-color: #980A09;
	color: #cccccc;
}

.nav a:hover {
	color: #980A09;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: White;
}

table {
	margin-left: 175px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	width: 550px;
	border:#eeeeee;
}

#portfolio {
	padding: 5px;
	text-align: left;
	font-size: 12px;
}

#portfolio table {
	width: 550px;
}

#content a:link{
	text-decoration: none;
	color: #980A09;
	font-weight: bold;
	font-size: 12px;
}

#content p{
	margin-left: 175px;
	margin-right: 5px;
	text-align: left;
	font-size: 12px;
}

#content a:visited { color: #666; }

#content a:hover, a:active {
	background-color: #980A09;
	color: White;
}
	
#content h3{
	font-size: 15px;
	color: #980A09;
}

#content ul{
	margin-left: 175px;
	margin-right: 5px;
	text-align: left;
	font-size: 12px;
}

#content li {
	list-style-position: outside;
	list-style-type: square;
	line-height: normal;
}

#contact {
	float: right;
	width: 150px;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contact h3 { 
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #980A09;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer {
	clear: both;
	margin: 2px;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
	font-size: 11px;
}

#footer a:link {
	text-decoration: none;
	color: #980A09;
	font-weight: bold;
	font-size: 11px;
}

#footer a:visited { color: #666; }

#footer a:hover, a:active {
	background-color: #980A09;
	color: White;
}

.boldred{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color : #660000;
}
