* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	font: 0.82em "Verdana", sans-serif;
  line-height: 1.5;
  color: #6b6a6a;
  background: url(../images/background2.jpg) repeat;
}

ul { list-style: none; }

a:link { text-decoration: none; color: #aa1e1e; }
a:visited { text-decoration: none; color: #aa1e1e; }
a:hover, a:active { text-decoration: underline; color: #aa1e1e; }

#container {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
}

#header {
	width: 780px;
	height: 64px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid #b8b8b8;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 79px 0 0 170px;
}

#navigation {
	width: 950px;
	height: 36px;
	background: url(../images/navigation_background.png) no-repeat;
	border-bottom: 1px solid #b8b8b8;
}

#navigation #main li { float: left;	}
#navigation #main a {	text-align: center; padding: 10px 15px; display: block; color: #aa1e1e; font-weight: bold; }
#navigation #main a:hover { text-decoration: none; color: #ffffff; background: #aa1e1e; }

#content {
	width: 948px;
	padding: 1px;
	background: #ffffff;
	border-bottom: 1px solid #b8b8b8;
}

#content h1 { width: 888px; float: left; color: #ffffff; padding: 0 30px; font-size: 1.4em; background: #bd4f4f; }
#content h2 { float: left; color: #505050;	padding: 0 30px; font-size: 1.1em; background: #d1d1d1; }
#content .text { clear: both; margin: 0 20px; }

#footer {
	width: 890px;
	height: 16px;
	background: url(../images/footer_background.png) no-repeat;
	border-bottom: 1px solid #b8b8b8;
	padding: 10px 30px;
	font-size: 0.9em;
}
