body {
	padding:0;
	margin: 0;
	background: #000;
	font-family: Arial;
	font-size: 14px;
	color: #939598;
}
a:link{
	color: #a07e63	
}
a:hover, a:active{
	color: #09f;	
}
a:visited{
	color: #f30;	
}

#container {
	margin: 20px auto 20px;
	width: 980px;
}
#content {
	height: 525px;
	position: relative;
}

#logo_tag {
	position: relative;
	height: 100px;
	margin-bottom: 20px;
}
#menu {
	height: 170px;
}
#tag {
	font-size: 22px;
	position: absolute;
	left: 410px;
	top: 0;
	margin-top: 0
}
#tagSummary {
	color: #ccc;
	position: absolute;
	left: 410px;
	top: 26px;
	font-size: 15px;
	padding-right:48px;
}
#leftContent {
	color: #ccc;
	width: 400px;
	height: 510px;
}
#leftContent h1{
	color:#555455
	}
	#leftContent h2{
		color: #939598;
	}
#leftScrolling{
	height: 440px;
	padding-bottom: 20px;
}
#leftScrolling ul li{
	margin-top: 6px	
}
#Specs{
	font-size: 16px;
	color: #666
}
#Specs strong{	color: #3a6c93	}
#rightContent {
	width: 570px;
	/*height: 524px;*/
	height: 100%;
	position: absolute;
	left: 400px;
	top: 0;
	padding-left: 10px;
}
#rightContent h2#bioTitle ~ p strong{
	color: #eaeaea;
	text-decoration: underline;
}
p#address{
	padding-left: 25px	
}
h2#bioTitle{
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4px
}
h2#bioTitle span, #bioContact strong{
	color: #3a6c93	
}
#bioContact{
color: #666;	
font-size: 16px;
}
#footer{
	background:  url(../images/logo_footer.png) no-repeat 770px top	;
	padding-top: 10px
}
#footer a{
	margin-right: 3px;
	margin-left: 3px;
	color: #09f;	
}
#footer a:hover,#footer a:visited{
	color: #333;	
}
#legal{margin: 8px 0 8px 3px;}