/* 1 GENERAL */

body {
	margin:0;
	padding:0;
	background:#000;
	text-align: center;
	font:80% Verdana, sans-serif;
	letter-spacing: .1em;
}
a  {
	color:#476e55;
	text-decoration:none;
}
a:hover {
	color:#90201e;
	background:url(images/content-a_bg.gif) repeat-x bottom right;
	text-decoration:none;
}
a:visited {
	color:#476e55;
	text-decoration:none;
}
a:active {
	color:#eca83d;
	text-decoration:none;
}
/* 2 HEADER */

#container {
	border: #000 1px solid; 
	background: #000; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px; 	
	position: relative; 
	text-align: left;
}
#header {
	margin: 0; 
	padding: 0; 
	width: 800px;
}
#navigationFlash {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 304px;
	height:200px;
	overflow: hidden; 
	background: #333; 
	position: relative; 
	text-align: left;
}
#navigation {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 496px;
	height:200px;
	overflow: hidden; 
	background: #333; 
	position: relative; 
	text-align: left;
}
#navigation ul li {
	clear:both;
	float: left; 
	margin: -10px auto 10px -40px;
	padding: 5px;
	font-weight:bold;
	overflow: hidden;
	list-style-type: none;
	letter-spacing: .15em;
	font-variant:small-caps;
}
#navigation ul li a {
	color:#666;		
	text-decoration: none;
	font-weight:bold;
	background:#333;
	font: 110% 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
#navigation ul li a:hover, #navigation ul li a:active {
	color: #aaa;	
}
#navigation ul li.current_page a {
	color: #ccc;
}

/* 2 CONTENT */

#content {
	clear:both;
	width:780px;
	margin:0;
	padding:10px;
	color:#414141;
	background:#101010;
}
#content p {
	margin:15px;
}
#content img {
	margin:10px;
	padding:5px;
	border:1px solid #333;
	text-align:center;
}

#content h1 {
	margin:15px;
	padding:0;
	font:150% Georgia, serif;
	font-weight:bold;
	letter-spacing: .15em;
	color:#476e55;
}
#content h2 {
	margin:15px;
	padding:0;
	font:135% Georgia, serif;
	font-weight:bold;
	letter-spacing: .15em;
	color:#476e55;
}
#content h3 {
	margin:15px;
	padding:0;
	font:110% Georgia, serif;
	font-weight:bold;
	letter-spacing: .15em;
	color:#476e55;
}


#content .col1 {
	float: left;
	width: 160; 
	text-align: center;
	margin: 5px;
	padding: 0;
}
#content .col2 {
	clear: both;
	float: left;
	width: 160; 
	text-align: center;
	margin: 5px;
	padding: 0;
}

#content .end {
	margin:0 0 100px 0;
	padding:0;
}

#footer {
	clear: both;
	color:#222;
	font:22px/1em Georgia, serif;
	font-size:12px;
}
#footer a  {
	color:#222;
	text-decoration:none;
}
#footer a:hover {
	color:#90201e;
	background:url(images/content-a_bg.gif) repeat-x bottom right;
	text-decoration:none;
}
#footer a:visited {
	color:#5c5f38;
	text-decoration:none;
}
#footer a:active {
	color:#eca83d;
	text-decoration:none;
}
.clear {
	clear: both;
}
.div1 {
	border-bottom: #444 1px dashed;
}

