@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border:0;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#f60;
	overflow:hidden;
	z-index: 0;
}

div, img, iframe{
	margin:0;
	padding:0;
	border:0;
}

.background {
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	overflow:hidden;
}

.background-image{
	min-width:100%;
	min-height:100%;
	position:absolute;
	overflow:hidden;
}
.background-gradient{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(img/degrade.png);
	background-repeat:repeat-x;
	z-index:12;
}
.background-pattern{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(img/trama2.png);
	z-index:13;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: center;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:mover, a:active, a:focus {
	text-decoration: blink;
}
.container {
	width: 560px;
	background-color: none;
	z-index: 100;
	margin: 0 auto; 
	overflow: hidden;
}
.sidebar1 {
	float: left;
	width: 30px;
	background-color: none;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 500px;
	float: left;
}
.top {
	padding: 10px 0;
	width: 500px;
	height:	200px;
	float: left;
}
.separator {
	padding: 10px 0;
	width: 500px;
	height:	50px;
	float: left;
}
.middle {
	padding: 10px 0;
	width: 500px;
	float: left;
	z-index: 100;
}
.bottom {
	padding: 10px 0;
	width: 500px;
	height:	200px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 30px;
	background-color: none;
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;
	text-decoration: none;
}
ul.nav a:hmover ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}