body {
	background-color: black;
	margin-top:0px;
}
body,td {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
}
td,div {
	background-color:#010318;
}
a:link,a:visited,a:active {
	color:#4E50DB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset { border-color:#555555 }
td { vertical-align:top; }
input,textarea {
	color:white;
	background-color:#111111;
	border:2px solid #555555
}

.section { width:650px; }
.section_inner { width:650px; padding:12px; padding-top:15px }

.title_text { font-size:18pt; color:#ffffff; display:none }
.larger { font-weight:bold; color:#ffffff; }

.portfolio_div {
	border:1px solid #444444; background-color:#1E1E1E;
	padding:9px;
	width:245px;
	text-align:center;
	margin-top:5px
}

#wrapper {
	width: 896px;
	padding: 0px;
	border-left: thin solid #3c3c3c;
	border-right: thin solid #3c3c3c;
	border-bottom: thin solid #3c3c3c;
}
#nav td {
	vertical-align:bottom;
}
#bottom {
	color:#555555;
	text-align:center;
	background-color: black;
}