* {
	margin: 0;
	padding: 0;
}
/*	HEADER  */		
#headtop { 
height: 330px; 
background: url(images/body-bg.jpg) top center repeat-x; 
}					  
#head-inside { 
background: url(images/header-bg.jpg) 0 0px no-repeat; 
height: 330px; 
width: 970px; 
position: relative;  
margin: 0 auto; 
}									  

#cu3er-container {width:600px; outline:0;}

/*	ITEMS - HEADER  */
#cu3er-container {width:600px; outline:0;}
#item2-logo {
	background: url(images/expose-yourself-logo.jpg) bottom center no-repeat;
	font: italic bold 24px Verdana, Sans Serif;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 379px;
	height: 80px;

}

#item1-headtop {
	font: italic bold 19px Verdana, Sans Serif;
	position: absolute;
	top: 109px;
	left: 20px;
	width: 267px;
	height: 41px;
	color: #FFF;
}
#quotesphone {
	font: bold 26px "Arial Black", Gadget, sans-serif;
	position: absolute;
	top: 0px;
	left: 541px;
	width: 467px;
	height: 76px;
	color: #FFF;
	font-stretch: expanded;
}
#item4-headtop {
	font: bold 10px Verdana, Sans Serif;
	position: absolute;
	top: 96px;
	left: 543px;
	width: 327px;
	height: 25px;
	color: #FFF;
}

/*	NAV BUTTONS  */		
	ul#mainnav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#mainnav li a {
		display: block;
		width: 110px;
		height: 130px;
		float: left;
		margin-top: 180px;
		margin-right:2px;
		margin-left: 20px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#mainnav li a:hover, ul#nav li a:active {
			color: yellow;
		}


		
