/*  Body */


body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	color: #ddd;
	}

a { text-decoration: none; color: #CC6714; border-bottom: none; }
a:hover { border-bottom: none; color: #ddd; }


/*  Container */

	
#container {
	width: 740px;
	background: #000;
	border: 1px solid #ddd;
	padding: 0 5px;
	margin: 0 auto;
	}


/*  Header  */


#header {
	padding: 5px;
	height: 100px;
	background: #000 url(../img/logo.jpg) 5% no-repeat;
	}
	
#logo 	{
    	font-size: 14pt;
    	color: #D9CFAB;
    	font-style: italic;
    	margin: 40px 0 0 350px;
	}


/*  Nav */


#nav 	{
	background: #000; 
	border: 1px solid #ddd;
	margin: 0; 
	padding: 0;
	height: 2.3em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	border-right: 1px solid #ddd; 
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #ddd; color: #000; }


/*  Content */


#content {
	float: left;
	width: 700px;
	min-height: 390px; height: auto !important; height: 390px;
	margin-left: 15px;
	padding: 6px 0 10px 0;
	line-height: 15px; 
	text-align: justify; 
	}	

#content h1 	{ 
	font-size: 12px;
	font-weight: bold;	 
	color: #D9CFAB; 
	}
	
#content h2 	{ 
	font-size: 10px;
	color: #D9CFAB; 
	}


/*  Footer */


#footer {
	position: relative;
	padding: 4px 0 4px 0;
	clear: both;
	border-top: 1px solid #ddd;
	color: #ddd;
	font-size: 10px;
    	text-align: center;
	}

