body {
	background:url("images/background_gradient.gif") repeat-x #f9b36b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top:0;
}

img {
	border:none;
}

li {
	margin-bottom:10px;
}

.container {
	width:899px;
	margin:auto;
	padding:0;
}

.banner {
	height:184px;
	background:url("images/banner.gif") no-repeat;
}

.navbar_background {
	width:177px;
	height:100%;
	background:url("images/navbar_background.gif") repeat-y;
}

.navbar {
	width:177px;
	background:url("images/navbar_top.gif") no-repeat;
}

.navbar_bottom {
	width:177px;
	height:74px;
	background-image:url("images/navbar_bottom.gif");
	background-repeat:no-repeat;
}

.navbar p {
	margin:5px;
}

.divider {
	width:10px;
	height:1px;
}

.body_background {
	width:712px;
	height:580px;
	background:url("images/content_background.gif") repeat-y;
}

.body {
	background:url("images/content_top.gif") no-repeat;
	padding-left:60px;
	padding-top:20px;
	padding-right:40px;
	padding-bottom:20px;
}

.body_bottom {
	width:712px;
	height:74px;
	background-image:url("images/content_bottom.gif");
	background-repeat:no-repeat;
	line-height:74px;
	text-align:center;
}

.body a {
	color:#990000;
}

.body a:hover {
	color:#000000;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#1C8355;
}