@charset "UTF-8";
/* this applies to all universal elements */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-image: url(../img/grayStripsBG.jpg);
	background-repeat: repeat;
}
#container {
	width: 789px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 82px;
	padding: 55px 0 0 0;
	background: #FFFFFF;
	border-top: 0px #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
}

#header h1 {
	padding: 0px 0;
	background-image: url(../img/rob_header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#header h1 a {
	width: 293px;
	height: 61px;
	display: block;
	margin: 0px 0 0 0;
}

#header h1 span {
	display: none;
	vertical-align: bottom;	
}

#nav {
	list-style-type: none;	
}

#nav li {
	height: 17px;
	float: right;
}

#nav li a {
	width: 68px;
	height: 18px;
	display: block;
	width: auto;
	background: url(../img/navBtns/cssBtns.jpg) no-repeat top left;
}

#nav li a span {
	display: none;
}

#nav li.media 		a {width: 72px; background-position: 0px 0;}
#nav li.performance	a {width: 130px; background-position: -72px 0;}
#nav li.about		a {width: 69px; background-position: -202px 0;}
#nav li.links		a {width: 68px; background-position: -271px 0;}
#nav li.contact		a {width: 81px; background-position: -339px 0;}

#nav li.media		a:hover {background-position: 0 -18px;}
#nav li.performance	a:hover {background-position: -72px -18px;}
#nav li.about		a:hover {background-position: -202px -18px;}
#nav li.links		a:hover {background-position: -271px -18px;}
#nav li.contact		a:hover {background-position: -339px -18px;}


#header div.col1 {
	width: auto;
	float: left;
}

#header div.col2 {
	width: 460px;
	float: right;
	padding: 40px 0 0 0;
}

#mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 442 px;
	background: #FFFFFF;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 10 px;
	background-color: #666666;
	border-top: 2px solid #000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
