html {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	margin: 0 auto;
	padding: 0;
	background-image: url('images/head.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	position: relative;
	width: 774px;
	background-color: #FFFFFF;
}

.content {
	margin: 0;
	padding: 235px 20px 15px 270px;
}
.content a {
    text-decoration:none;
    color:black;
    border-bottom:1px #dddddd dotted;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px #dddddd solid;
}
h1 {
	font-size: 130%;
	color: #f7bd14;
	padding: 0;
	margin: 0 0 10px 0;
}


.menu {
	position: absolute;
	left: 145px;
	top: 0px;

}

.menu a {
	font-size: 14px;
	color: #f7bd14;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 20px;
border:0;
}

.menu a:hover {
	text-decoration: underline;
border:0;
}

.news {
	position: absolute;
	top: 235px;
	left: 30px;
	width: 210px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.copyright {
	border-top: 1px dashed #000000;
	padding: 15px;
	margin: 0;
	font-size: 10px;
}

.search {
	position: absolute;
	right: 10px;
	top: 187px;
}

form {
	padding: 0;
	margin: 0;
}

form label {
	color: #FFFFFF;
}
.news a {
color:#f7bd14;
text-decoration:none;
border:0;
}
.news a:hover {
text-decoration:underline;
border:0;
}
