/*  Body */


body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #FFFFFF;
	}
a { text-decoration: none; color: #FF0000; border-bottom: none; }
a:hover { border-bottom: 1px dashed #FF0000; color: #FF0000; }


/*  Container */

	
#container {
	margin: 0 auto;
	width: 800px;
	height:600px;
	text-align:center;
	
	}


/*  Header  */

#header {
	background-image:url(images/Logo.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	width:800px;
	height:75px;
	}

/*  Nav */


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


#pics {
 	float: left;
	width: 800px;
  min-height: 600px; height: auto !important; height: 600px;
	margin-left: 15px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
}
#pics div { background: #000; }
 
#content {
	float: right;
	width: 550px;
	min-height: 500px; height: auto !important; height: 500px;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #000; }	

/*  Footer */


#footer {
	background: #000;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	clear: both;	
	}
	
#footer a { text-decoration: none; color: #CC6714; border-bottom: 1px dashed #CC6714; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
