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

body {
	font-family: "Century Gothic", Arial, "trebuchet MS";
	color: #333;
	padding: 0px;
	margin:0px;
	background-color: #e3e3e3;
}

a:link, a:visited {
	color: #314b5c;
	text-decoration:none;
}

a:hover, a:active {
	color: #a3bbba;
	text-decoration:none;
}

#main_content {
	margin: auto;
	height: 100%;
	width: 1001px;
	background-image: url(../images/main_repeat.gif);
	background-repeat: repeat-y;
	margin-top: 30px;
}

h1#header{
    position: relative;
    width: 100%;
    height: 220px;
	font-size: 8px;
	margin: 0px;
	padding:0px;
}

h1#header span{
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	background: url(../images/header_grey.gif) no-repeat;
} 

h1#header_2{
    position: relative;
    width: 100%;
    height: 162px;
	font-size: 8px;
	margin: 0px;
	padding:0px;
}

h1#header_2 span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/testatina.jpg) no-repeat;
	left: 0;
}
	
	
#login {
	height: 20px;
	width: 1001px;
	margin:auto;
}

#login ul {
	margin: 0px;
	padding:0px;

}

#login li{
	display: block;
	padding: 0px 10px 0px 10px;
	list-style:none;
	float:left;
	font-size:10px;
	text-transform:uppercase;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 15px;
	padding: 30px 0px 5px 0px;
	clear:both;
	color:#333;
	font-size:10px;
	text-align:center;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

#footer a:link,#footer a:visited, #login a:link, #login a:visited{
	border-bottom: 1px #333 dashed;
}

#footer a:hover, #footer a:active, #login a:hover, #login a:active {
	border-bottom: 0px;
	color:#000;
}

#prefooter {
	width: 100%;
	height: 30px;
	padding: 30px 0px 5px 0px;
	clear:both;
	color:#333;
	font-size:12px;
	text-align:center;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	background-repeat:no-repeat;
	background-position: bottom;
}


#heade_left{
	margin-left: 35px;
	width: 250px;
}

.login_button{
	border: none;
	border-bottom: 0px #333 dashed;
}

