html, body{
    background:white;
    font-size:14px;
    height:100%;
    margin:0;
    padding:0;
}

a{
	text-decoration:none;
	color:#0165B1;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

#container{
	width:760px;
	margin:auto;
	padding:0 10px 0 10px;
	background:url(../images/layout/bg.jpg);
}

#header{
	height:196px;
	background:url(../images/layout/header.jpg);
}

.menu{
	background:#666;
	text-align:center;
	padding:5px 0 3px 0;
	border-top:#8c8989 solid 5px;
}

.menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li{
	display:inline;
	margin:0 25px 0 25px;
}

.menu a{
	font-weight:bold;
	color:white;
}

#search{ text-align:center; }

#search input, #search select{ border:#666 solid 1px; font-size:1.1em; }

#search input:hover, #search input:focus, #search select:hover, #search select:focus{ background:#eee; }

#search input[type="submit"]{ font-weight:bold; }

#badge{
	background:url(../images/layout/badge.jpg);
	width:101px;
	height:97px;
	float:right;
	margin:-20px -20px 10px 10px;
}
#content{
	padding:25px;
	text-align:justify;
	position:relative;
height:200px;
}

#footer{
	background:#ddd;
	text-align:center;
	padding:3px;
	font-size:0.8em;
}