@charset "UTF-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

h1 {
	font-weight:bold;
	color:#880000;
	font-size:28px;
	margin-bottom:40px;
}

h2 {
	font-weight:bold;
	color:#363636;
	font-size:18px;
	margin-bottom:42px;
}

p.small {
	font-weight:bold;
	font-size:10px;
}

#header {
	width:850px;
	margin:22px auto;
}

#navi {
	height:20px;
	background-color:#A4A4A4;
	margin-bottom:3px;
}

#navi ul {
	background-color:#A4A4A4;
	width:850px;
	text-align:center;
	list-style:none;
	margin:0px auto;
}

#navi ul li {
	background-color:#A4A4A4;
	line-height:20px;
	display:inline;
	padding:0px 10px;
}

#navi ul li a, #navi ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#navi ul li a:active, #navi ul li a:hover, #navi ul li a.active {
	text-decoration:none;
	color:#880000;
}

#navi_decor {
	height:144px;
	background:#000000;
	background: url('../images/navibg.jpg') bottom left repeat-x;
	margin-bottom:2px;
}

#navi_decor div {
	height:6px;
	background-color:#000000;
	border-bottom:2px solid #FFFFFF;
}

#content {
	margin: 50px auto;
	width:850px;
}

#footer_decor {
	height:136px;
	background:url('../images/footerbg.jpg') top left repeat-x;
}

#footer {
	background-color:#A4A4A4;
	height:30px;
	text-align:right;
}

#footer p {
	width:850px;
	line-height:30px;
	margin:0px auto;
}

#footer p a, #footer p a:visited {
	text-decoration:none;
	color:#FFFFFF
}

#footer p a:hover, #footer p a:active, #footer p a.active {
	text-decoration:none;
	color:#880000;
}