body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url('../images/background.gif');
}
#maincontainer {
	color: #000000;
	background: #ffffff;
	margin: 0px auto;
	padding: 0;
	width: 700px;
	height:auto;
	border: none;
	text-align:left;
}
#header {
	color: #000000;
	background-color:#8899aa;
	margin: 0px auto;
	padding: 0;
	width: 700px;
	border: none;
	text-align:center;
	position:absolute; top:25px;
}
.logo {
	margin-left:-100px;
	border:none;
}
img {
	border:none;
	position:relative; z-index:1;
}
#menu {
	margin:0px auto;
	text-align:center;
	font-weight:700;
	font-size:1.25em;
	position:relative; top:-30px;
}
#content {
	margin:0px auto;
	padding:10px;
	text-align:left;
}
a.nav,
a.nav:active,
a.nav:visited {
	border-style:outset;
	border-color:#cccccc #666666 #666666 #cccccc;
	border-width:3px;
	width:75px;
	background-color:#8899aa;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
a.nav:hover {
	border-style:inset;
	border-color:#333333 #999999 #999999 #333333;
	border-width:3px;
	width:75px;
	background-color:#445566;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
a.current {
	border-style:inset;
	border-color:#333333 #999999 #999999 #333333;
	border-width:3px;
	width:75px;
	background-color:#445566;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
.bold {
	font-weight: 700;
}
a.portfolio,
a.portfolio:active,
a.portfolio:visited {
	text-decoration:underline;
	color:#0066CC;
	background-color: #FFFFFF;
}
a.portfolio:hover {
	font-weight: 700;
}
.center {
	text-align:center;
}
