/*General*/
body{
	background: rgb(50,50,50)/* url('vbar.gif') repeat-y 0px*/; padding:0;
	color:#CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
}
a{color:rgb(200,100,100)}
p{text-indent: 1em; margin:.5em;}
img{border: none;}
/*Header Styles*/
#header{
	width: 100%; height: 61px;
	position: fixed; top: 0; left: 0;
	background: transparent url('hbar.png') repeat-x 0% 100%;	
	z-index: 1;
}
#rubidot{
	position: absolute; top: 0; left: 80px;
	height: 60px;
}
/*Navigation Styles*/
#nav{
	position: fixed;
	top: 36px; left: 350px;
	height: 20px;
	padding: 0px;
	margin:0;
	z-index: 2;
	list-style-type:none;
}
#nav li{
	float: left;
	background: rgb(200,200,200);
	padding: 3px;
	text-align: center;
	margin-left: 1em;
}
#nav li:hover{
	background: #ededf3;
}
	
#nav #currentPage{
	background: rgb(50,50,50);
}
/*Content*/
#contentBox{
	padding-left: 60px;
	padding-top: 60px;
	padding-right: 0;
}

