* {
	margin:0px;
	padding:0px;
}

html, body {
	background-color:#C0C0BE;
	
	font-family:Tahoma, Arial;
	color:#BABBBD;
	font-size:12px;
}

a {
	color:#77AFF4;
	text-decoration:none;
}

div#header {
	width:983px;
	height:185px;
	margin:0px auto 0px auto;
	
	background-image:url('/templates/default/images/header.gif');
	background-repeat:no-repeat;
}

div#main {
	width:983px;
	height:500px;
	margin:0px auto 0px auto;
}

div#nav {
	float:left;
	width:218px;
	height:469px;
	
	position:relative;
	left:32px;
	
	background-image:url('/templates/default/images/nav_bg.gif');
	background-repeat:no-repeat;
}

div#nav a {
	color:#6FA3E4;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
}

div#nav ul {
	list-style-type:none;
	margin:52px 0px 0px 0px;
	padding-top:2px;
}

div#nav li {
	padding-bottom:.4em;
	text-align:right;
	padding-right:20px;
}

div#nav img {
	border-style:none;
	border-width:0px;
}

div#sep {
	float:left;
	width:61px;
	height:469px;
}

div#sep div.bar {
	width:61px;
}

div#content_bg {
	float:left;
	width:608px;
	height:469px;
	background-image:url('/templates/default/images/content_bg.gif');
	background-repeat:no-repeat;
	z-index:1;
}	

div#content {
	float:left;
	width:608px;
	height:429px;
	
	margin-top:20px;
	
	background-color:transparent;
	
	padding-right:20px;
	z-index:2;
	overflow-x:hidden;
	overflow-y:auto;
}

div#content div.title {
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

div#content div.body {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

div#content div.portfolio_ss {
	float:left;
	margin-left:30px;
}

div#content div.portfolio {
	float:left;
	margin-left:15px;
	margin-right:15px;
}

div#content img {
	border-style:none;
	border-width:0px;
}

p.footer {
	width:800px;
	margin:0px auto 0px auto;
	
	color:#000;
	font-size:9px;
	text-align:center;
}

p.footer a {
	color:#1437B2;
}