/* CSS Document */
body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #adad8e;
	background-image: url(img/back2.jpg);
	background-repeat: repeat-x;
	}
h1 {
	font-size: 1.20em;
	color: #000000;
	display: inline;
	position: relative;
	top: 50px;
	left: 60px;
	font-weight: normal;
	font-variant: normal;
	}
h2 {
font-size: 1.05em;
color: #000000;
font-weight: normal;
font-variant: normal;
}
h3 {
font-size: 0.90em;
color: #000000;
font-weight: normal;
	font-variant: normal;
}
p,ul,ol {
	font-size: 0.75em;
	color: #000000;
}
a {color: #990000;
	text-decoration: underline;
    }
a:hover {
	color: #000000;
	text-decoration: none;
    }
#contener {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	padding-bottom: 10px;	
	}
#header1 {
	height: 310px;
	background-image: url(img/header01.jpg);
	background-repeat: no-repeat;
	}

#content {
	background-image: url(img/cont01.jpg);
	background-repeat: repeat-y;	
}
#right {
	float: right;
	width: 530px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	padding-right: 60px;
	padding-left: 40px;
	}

#left {
	background-color: transparent;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#bottbar {
	background-color: transparent;
	clear: both;
	height: 1px;
	}
#footer {
	background-color: transparent;
	clear: both;
	height: 160px;
	background-image: url(img/footer01.jpg);
	background-repeat: no-repeat;
	}
#footer p {
    display: inline;
	position: relative;
	top: 80px;
	left: 260px;
}
#subfooter {
	background-color: transparent;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
.central {
	color: #333333;
	text-align: center;
}
.small {
	color: #666666;
	text-align: center;
	font-style: italic;
}
.listinlist {
	font-size: 1.00em;
	color: #000000;
}
.right_inp {
	float:right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
