/*--------------------------------------------------------

Project:	LCDENY-Total Woman Business Conference
Date:		February 2008
Version:	1.0
Author:		Christopher K Wright
Email:		info@christopherkwright.com
Website:	http://www.christopherkwright.com/
	
*** MAIN NAVIGATION ***

--------------------------------------------------------*/

* { padding: 0; margin: 0; }

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	line-height:15px;
	color: #333;
	background: #FFF url(../images/stripper-home.gif) top center repeat-x;
}
body.main {
 	background: #FFF url(../images/stripper-main.gif) top center repeat-x;
}

#wrapper { 
 	margin: 0 auto;
 	width: 764px;
	height: 223px;
	background: url(../images/header-top-home.gif) top center no-repeat;
	}

#wrapper.main { 
 	margin: 0 auto;
	padding: 0;
 	width: 764px;
	height: 223px;
	background: url(../images/header-top-main.gif) top center no-repeat;
}

#navigation {
	margin: 0 auto;
	width: 764px;
	}


#nav {
	padding-top: 160px;
	}

#nav li {
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	padding: 25px 20px 0 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #FFF;
	}
	
	
	
/* Footer -----------------------------------------*/

#footer { 
	clear: both;
	text-align: center;
 	margin: 0 auto;
	height: 375px;
	background: #fff url(../images/stripper-footer.gif) top center repeat-x;
}
#footertext {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin: 0 auto;
	width: 650px;
}
#footertext a:link, #footertext a:visited {
	font-size: 9px;
	color: #ff0000;
	text-decoration: none;
}
#footertext a:hover, #footertext a:active {
	color: #000;
	text-decoration: underline;
}





