@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, ol, dl, dt, dd, img, form, fieldset, blockquote, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #000 url(img/sfondo.jpg) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #bda5a4;
	height: 100%;
}

html { height: 100% }

p {
	margin: 10px 0 10px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #88603c;
}

a:hover, a:active {
	text-decoration: underline;
	color: #dfb784;
}	

#container {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px;
}

#header {
	height: 120px;
	background: url(img/header.jpg);
	clear: both;
}

h1 a {
	display: block; width: 385px; height: 120px; float: left;
	background: url(img/title.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	font-weight: normal;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #dfb784;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #dfb784;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
}	


h3 {
	font-size: 16px;
	color: #FFF;
}

#menu {
	font-size: 10px;
	height: 32px;
	background: url(img/menu.jpg);
	clear: both;
}

ul {
	margin: 10px 0 10px 15px;
	list-style-image: url(img/li.gif);
}

ul.navigation {
	margin: 10px 10px 0 10px;
	_display: inline;
	float: left;
	list-style: none;
}

	ul.navigation li {
		margin-right: 10px;
		display: inline;
		text-transform: uppercase;  
	}
	
	ul.navigation li a:link, ul.navigation li a:visited {
		text-decoration: none;
		color: #bda5a4;
	}
	
	ul.navigation li a:hover, ul.navigation li a:active {
		text-decoration: underline;
		color: #fff;
	}

ul.right {
	margin: 10px 10px 0 10px;
	_display: inline;
	float: right;
	list-style: none;
}
	ul.right li {
		margin-left: 10px;
		display: inline;
		text-transform: uppercase;  
	}
	
	ul.right li a:link, ul.right li a:visited {
		text-decoration: none;
		color: #bda5a4;
	}
	
	ul.right li a:hover, ul.right li a:active {
		text-decoration: underline;
		color: #fff;
	}

#dragon {
	height: 112px;
	background: url(img/dragon.jpg);
	clear: both;
}

#content {
	margin-top: 14px;
	background: url(img/content.jpg) top no-repeat;
	min-height: 429px;
	height: auto !important;
	height: 429px;
}

#main_content {
	float: left;
	position: relative;
	margin: 10px 10px 10px 10px;
	width:980px;
	_display: inline;
}

#footer {
	font-size: 10px;
	color: #FFF;
	position: relative;
	height: 32px;
	background: #130003;
	border-top: 1px solid #1e0004; 
	clear: both;
}

	#footer span{
		margin: 8px 10px 0 10px;
	}

#push {
	height: 33px;
}

#clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#fixed {
	margin: 0 auto 0 auto;
	width: 1000px;
}

.column1 {
	float: left;
	width: 740px;
}

.column2 {
	float:left;
	width: 220px;
	margin-left:20px;
	_margin-left: 15px;
}

.white {
	color: #FFF;
}

p.right {
	text-align: right;
}

p.acenter {
	text-align: center;
}

.story {
	text-align:justify;
}

.story img {
	margin: 10px 10px 10px 10px;
}