/* ----------------------------------------------------------
	BASICS
---------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {

	font: 70%/155% Arial, Helvetica, sans-serif;
	background:#414141;
	color: #414141;
}
ul, ol {
	margin: 0 0 0 20px;
}

/* ----------------------------------------------------------
	MENU
---------------------------------------------------------- */
ul.nav { 
	list-style-type: none;
	margin: 0 75px 20px 75px;
	border-bottom: 1px dotted #9b9b9b;
	padding: 20px 0 5px 0;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	margin: 0 20px 0 0;
	font-size: 120%;
	color: #414141;
	text-decoration: none;
}

/* ----------------------------------------------------------
	CONTAINER
---------------------------------------------------------- */
#container {
	width: 750px;
	position: absolute;
	left: 50px;
	top: 0;
	background: #fff;
	padding: 0 0 20px 0;
}
/* ----------------------------------------------------------
	HEADER
---------------------------------------------------------- */
#header {
	margin: 0 75px 0 75px;
	height: 240px;
	background: #003399 url(../img/header.gif);
	
}
/* ----------------------------------------------------------
	CONTENT
---------------------------------------------------------- */
#content {
	margin: 10px 75px 0 75px;
}
	#content h1 {
		font-size: 160%;
		border-bottom: 1px dotted #9b9b9b;
		font-weight: normal;
		padding: 0 0 10px 0;
		margin: 20px 0 0 0;
		text-transform: uppercase;
	}
	#content p {
		margin: 10px 0;
		text-align: justify; 
	}

/* ----------------------------------------------------------
	THUMB
---------------------------------------------------------- */
.thumb {
	padding: 5px;
	border: 1px solid #9b9b9b;
	margin: 20px 2px 0 0;
}
/* ----------------------------------------------------------
	GALLERY
---------------------------------------------------------- */
#gallery { 
	position: relative; 
	width:500px; 
	height:240px; 
	margin:0 75px; 
	padding:0; 
}
#gallery li { 
	display: block; 
}

#first_marquee {
	position:absolute;
	left: 810px;
	top: 0;
}
