html {
	margin-top:0;
	padding:0;
}

body {
	margin:0 auto;
	position:relative;
	width:1024px;
	padding-top:20px;
	font-family:Verdana;
	font-size:12px;
}

div.header {
	background:url('images/head.jpg');
	height:142px;
}

div.page {
	width:824px;
	margin:0 auto;
	padding:0 100px;
	position:relative;
	background: url('images/background.gif') no-repeat;
}
div.content {
	float:right;
	width:580px;
	padding:50px 0 30px 0;
	text-align:justify;
}
.content a {
    color:black;
    border-bottom:1px #dddddd dashed;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px #dddddd solid;
}
div.news {
	padding:50px 0 30px 0;
	margin-right:620px;
	text-align:justify;
}

.newstitle {
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#787878;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:30px;
}
div.clear {
	clear:both;
	padding-top:20px;
}

div.footer {
	border-top: thin black dotted;
	font-size:10px;
	padding:20px 0;
}

div.search {
	position:absolute;
	top:-125px;
	right:30px;
}
div.menu {
	position:absolute;
	top:120px;
	right:90px;
	text-align:center;
	font: 16px verdana;
}
	div.menu a{
		color:white;
		text-decoration:none;
		display: block;
		float:left;
		margin:0 10px;
		line-height:40px;
	}
	div.menu a:hover{
		text-decoration:underline;
	}
h1, h2, h3, h4 {
	color: #787878;
}
a {
	text-decoration:none;
	color: #076b9f;
}
a:hover {
	text-decoration:underline;
}