html,body {
	margin: 10px 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Tahoma, serif;
	text-align:center;
	background-color: #333;
}
p {
	margin: 0 10px 10px;
}

h2 { padding: 10px 5px 5px 10px; line-height: 100%; font-size: 14px; font-family: Tahoma, serif;}

a {
	text-decoration:none;
}

img {border: 0px;}

div#header {
	background: #333 url(images/headerbg.jpg);
	height: 70px;
}

div#header h1 {
	padding: 20px 10px;
	margin: 0px;
}

div#container {
	text-align:left;
	width:750px;
	margin:0 auto;
	border: #ddd 1px solid;
	background-color: #F6F0E0;
}

#horimenu{
	position:relative;
	display:block;
	height:26px;
	font-size:11px;
	font-weight:bold;
	background:#000;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:1px solid #333;
	border-bottom:3px solid #333;
	}

#horimenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#horimenu ul li{
	display:block;
	float:left;
	margin:0;
	}

#horimenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:7px 20px 0 20px;
	height:19px;
	background:transparent;
	border-right: 1px #333 solid;
	}

#horimenu ul li a:hover,#horimenu ul li a.current{
	color:#417FDA;
	}

div#content {
	float:left;
	width:500px;
	background-color:#fff;
}

div#content p {
	line-height:1.4;
	text-align: justify;
	font-size: 13px;
	font-family: Verdana, serif;
}

div#navigation{
	background: #CCC8B3;
	float:right;
	width:250px;
}

div#navigation ul{
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

div#navigation li {
	margin: 0 0px 5px 0px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position: 5px;
	padding-left:20px;
}

div#navigation li a {
	color: #417FDA;
	font-weight: bold;
}

div#extra {
	float:right;
	clear:right;
	width:250px;
	text-align: justify;
}

div#footer {
	color: #ccc;
	font-size: 12px;
	background:#000;
	clear:both;width:100%;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#footer a {
	color: #417FDA;
	border-bottom: 1px dashed #D1D1D1;
}