html {
	margin-top:0;
	padding:0;
}

body {
	background: url('images/bg.jpg') repeat-x;
	margin:0 auto;
	position:relative;
	font-family:Verdana;
	font-size:12px;
	min-width:1000px;
}

div.header {
	background:url('images/head.jpg') no-repeat left top;
	height:302px;
}
div.slogan {
	position:absolute;
	top:30px;
	left:40px;
	width:180px;
	font: 31px impact;
	color: #b3653c;
	text-transform:uppercase;
}
div.page {
	margin:0 auto;
	position:relative;
	padding:20px 0 0 0;
	text-align:left;
}
div.content {
	margin-left:300px;
	padding:0 30px 30px 0;
}
.content a {
    color:black;
    border-bottom:1px #dddddd dotted;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px #dddddd solid;
}
div.news {
	float: left;
	padding:0 0 30px 30px;
	width:240px;
}

.newstitle {
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#b3653c;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:20px;
}
div.clear {
	clear:both;
}

div.footer {
	border-top:1px black dotted;
	font-size:10px;
	padding:10px 0;
	margin:0 30px;
}

div.search {
	position:absolute;
	top:-40px;
	right:0;
	height: 20px;
	margin:0;
	padding:0;
}
div.search form {
	margin:0;
	padding:0;
}
div.search input {
	float:left;
	margin: 0 10px 0 0;
}
div.menu {
	position:absolute;
	top:250px;
	left:30px;
	text-align:left;
	font: 12px verdana;
}
	div.menu a{
		background: url('images/menuButton.jpg') no-repeat;
		color: white;
		text-decoration:none;
		display: block;
		float:left;
		margin: 0 10px;
		width:87px;
		height:33px;
		line-height:33px;
		text-align:center;
	}
	div.menu a:hover{
		text-decoration:underline;
	}
h1, h2, h3, h4 {
	color: #b3653c;
}
a {
	text-decoration:none;
	color: #b3653c;
}
a:hover {
	text-decoration:underline;
}
