	/* PROJECT NAME: CELEBRITAS LOGOS */


	/* IE6 CSS AND .HTC TO MAKE PNG WORK */
	
img, div, a { 
	/*
	behavior: url(iepngfix.htc); 
	*/
	}
		
		
	/* CSS GENERAL */
	
* { 
	margin:0; padding:0;
	}

img { 
	border:0;
	}

table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	}
	
.left {
	float: left;
	}	
	
.right {
	float: right;
	}	


	/* MAIN LAYOUT */
	
html, body { 
	width:100%; 
	height:100%;
	}
	
body { 
	text-align:center;
	background:#fff; 
	font-family:Arial; 
	font-size: 13px;
	}
	
#wrapper { 
	width:990px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(../images/wrapper.png); 
	background-repeat: repeat-y; 
	overflow:hidden; 
	}
	
#wrapper-inner {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow:hidden; 
	}
	
.red { 
	color:#d8030b; 
	}
	
		
	/* HEADER */

#header {
	width: 982px;
	height: 150px;
	}

#header h1 a {
	float: left;
	width: 510px;
	height: 133px;
	padding-right: 30px;
	background-position: 10px 20px; 
	/*
	background-image: url(../images/logoALT.png);
	*/
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	/*
	background-color: #FFFF00;
	*/
	}
	
#header h1 a:link {
	text-decoration: none;
	color: #fff;
	}	
	
#header h1 a:visited {
	text-decoration: none;
	color: #fff;
	}	
	
#header h1 a:hover {
	text-decoration: none;
	color: #fff;
	}	

#header h1 a:active {
	text-decoration: none;
	color: #fff;
	}	
	
	
	/* NAVIGATION */
	
#nav {
	float: right;
	background-image: url(../images/brackets.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	width: 442px;
	height: 122px;
	/*
	background-color: #66FF00;
	*/
	}

#nav-inner {
	float: left;
	width: 320px;
	height: 92px;
	padding-top: 30px;
	padding-left: 110px;
	}	
	
#nav ul {
	float: left;
	width: 300px;
	display: inline;
	list-style: none;
	margin-top: 12px;
	}
	
#nav ul li {
	float: left;
	margin-right: 1px;
	}	
	
#nav ul li a {
	float: left; 
	line-height: 25px; 
	background-color: #6b6969; 
	color: #fff; 
	font-size: 12px; 
	text-decoration: none; 
	padding-right: 10px;
	padding-left: 10px;
	}	
	
#nav ul li a:hover {
	background-color: #d8030b;
	}	

#nav ul#search {
	padding-left: 41px;
	}		
		
#nav ul#search li a {
	background-color: #fff;
	color: #000;
	}	
	
#nav ul#navbar {
	padding-top: 23px;
	}	
	
	
	/* SEARCH FORM */
	
#errors p {
	color: #ef444a;
	padding-left: 40px;
	}
	
	
	/* MIDDLE AND TABLE W/THUMBNAILS */

#middle {
	width: 982px;
	height: 482px; 
	overflow: hidden;
	background-color: #000;
	}	

#middle table {
	width: 982px;
	color: #fff;
	background-color: #000;
	font-size: 13px; 
	}

#middle table td {
	padding-top: 20px;
	padding-left: 28px;
	}
	
#middle table td span a {
	color: #fff;
	}
	
#middle table td a:link {
	color: #fff;
	text-decoration: underline;
	}	
	
#middle table td a:visited {
	color: #fff;
	text-decoration: underline;
	}	

#middle table td a:hover {
	color:#d8030b; 
	text-decoration: none;
	}	

#middle table td a:active {
	color:#d8030b; 
	text-decoration: none;
	}	
		
#bottom-padding-table {
	width: 982px;
	height: 20px;
	}
			
#middle table.directions {
	width: 140px;
	}
		
#middle table.directions td {
	padding: 0;
	}			
	
	/* FOOTER */
		
#footer {
	width: 990px;
	height: 50px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow:hidden; 
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	overflow:hidden; 
	font-size:12px; 
	font-weight:bold;
	}
	
span#footer-line-space {
	width: 990px;
	height: 1px;
	background-color: #fff;
	}