/* CSS Document */

a
{font-family:Arial, Helvetica, sans-serif;
 color:#333333;
 text-decoration:none;
 font-size:11px; 
 }
a:hover {text-decoration: underline; color:#FFFFFF;}
body {
	padding: 0;
	margin:0 auto;
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 0.70em;
	color:#FFF;
	}
	
#wrapper {
	width:800px;
	height:598px;
	background-image:url(images/lopez_hp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:50px auto 0 auto;
	padding:0;
	}
#logo {
	text-indent:-5000px;	
	}

#bullets {
	width:168px;
	height:25px;
	position:relative;
	top:-42px;
	left:606px;
	}
	
		
#mainnav {
	width: 650px;
	position:absolute;
	top: 520px;
	left: 190px;
	right: 55px;
	height:25px;
	color:#fff;
	margin:auto;
	padding: 0px;
	font-size: 0.9em;
	}
	
#mainnav ul li{	
	display:none;
	}

		
	
#footer {
	position:relative;
	top: 510px;
	right: 0px;
	}
	
#footer p {
	text-align:right;
	color:#666666;
	}

.foottext {
	color:#666666;
	text-decoration:none;
	font-size: 0.90em;
	}
	
a.foottext:link {
	color:#666666;
	text-decoration:none;
	}
	
a.foottext:visited {
	color:#666666;
	text-decoration:none;
	}
	
a.foottext:hover {
color:#FFFFFF;
	text-decoration:underline;
	}
	
a.foottext:active {
color:#FFFFFF;
	text-decoration:underline;
	}
