body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #770000;
	background-color: #770000;
}
#nav {
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #330000;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
}
#head {
	background-image:  url(img/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	border-bottom: solid #770000 1px;
	border-top: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
}
#main #content img {
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	}	

#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a {
	color: #333333;
	text-decoration: none;
	}	

a:hover {
	color: #333333;
	text-decoration: underline;
	}
#main {
	width: 750px;
	background-color: #ffffff;
	margin: 0 auto;
}
#content {
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#portfolio {
	text-align: left;
}
#portfolio td {
	height: 16px;
}
#footer {
	position: relative;
	height: 40px;
	padding: 10px 10px 10px 10px;
	border-top: dotted #666666 1px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 110%;
	text-transform: capitalize;
}

