body {
	background: rgb(0, 0, 21);
	margin: 0 auto;
	font-family: Arial;
	font-size: 11px;
	color: rgb(255,255,255);
}
#contentsquare {
	width: 1280px;
	height: 720px;
	background:  url(/images/rexford-web-back.jpg) no-repeat top center; 
	margin: 0 auto;
}
.hide {
	display: none;
}
#navigation {
	position:relative;
	top:33px;
	left:875px;
	width:389px;
	list-style-type: none;
	padding:0px;
	float:left;
	margin:0px 0px 0px 0px;
}
#navigation li {
	display:inline;
	padding:0px;
	margin:0px;
}
#navigation li a {
	vertical-align:middle;
	margin:0px;
	display:block;
    float:left;
	color:white;
	position:relative;
	background-position:top center;
}
#navigation li a span {
	display:none;
}
#navigation li a:hover {
	background-position:bottom center;
}
#nav-home a {
	width:72px;
	height:22px;
}
#nav-about a {
	width:87px;
	height:22px;
	left:0px;
}
#nav-portfolio a {
	width:122px;
	height:22px;
	left:0px;
}
#nav-contact a {
	width:108px;
	height:22px;
	left:0px;
}
/* Content */
#mainbox {
	position:relative;
	width:701px;
	float:left;
	top:245px;
	left:-125px;
}
#cbox1 {
	width:681px;
	height:395px;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;	
	overflow:hidden;
}

#footer {
	position:relative;
	top:275px;
	width:600px;
	left: 340px;
	list-style-type: none;
	padding:0px;
	float:left;
}