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

body {
	background: url(../_images/body-bg.jpg) repeat-x #751111;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #f9f3ac;
	line-height: 150%;
	font-family: Verdana, Geneva, sans-serif;
}
#container {
	width: 775px;
	text-align: left;
	margin: 0 auto;
}
#image-right {
	float: right;
}
#footer {
	text-align: center;
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	padding: 15px 0;
}
#footer a {
	color: #ffffff;
}
h1 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
a {
	color: #f9f3ac;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
li {
	padding-bottom: 5px;
}