body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

img { border: none; }

#container {
	width: 900px;
	padding: 0 5px 0 5px;
	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: 200px;
}

.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: #000;
	font-weight: bold;
	font-size: 11px;
	background-color: #fff;
}

.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: #fff;
	color: #000;
}

.nav a:hover {
	display: block;
	list-style: none;
	padding: 5px 5%;
	width: 90%;
	text-decoration: none;
	color: #980A09;
	/*border-top: 1px solid #999;*/
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*border-left: 1px solid #999;*/
	background-color: #eee;
}

table {
	margin-left: 210px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	width: 675px;
	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: 210px;
	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;
}

#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;
}

