body {
	background: #EEEFE7 url(../images/bg.jpg) repeat-x scroll left top;
	margin-top: 0;
	margin-left: 0;
	font-family: Arial;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	background: transparent url(../images/wrapper-bg.png) repeat-y center top;
}
#header{
	width: 850px;
	height: 172px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-left: 9px;
}
#content{
	min-height: 500px;
	padding: 6px 27px 80px 25px;
	background: transparent url(../images/bottom.png) no-repeat center bottom;
	clear: both;
}
#menu{
	width: 810px;
	margin-left: 19px;
	line-height: 19px;
}
#left{
	width: 202px;
	float: left;
}
#news-box{
	background-color: #DEDED8;
}
#news-box h1.title{
	display: block;
	margin: 0;
	width: 202px;
	line-height: 22px;
	background-image: url(../images/news-title-bg.gif);
	text-indent: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}
#news-box dl#news{
	margin: 0;
	padding: 5px;
	
}
#news-box dl#news dt
{
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
#news-box dl#news dd
{
    padding: 0;
    margin: 0;
}
#middle{
	width: 589px;
	display: block;
	float: right;
}
#flash{
	width: 589px;
	height: 175px;
	background-color: #DEDED8;
	margin-bottom: 5px;
}
#middle h1.page-header{
	display: block;
	margin: 0;
	margin-bottom: 5px;
	width: 589px;
	line-height: 22px;
	background-image: url(../images/page-title-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}
#bottom-menu{
	margin: 0 auto;
	width: 810px;
}
#bottom-menu a
{
    color: #000;
    text-decoration: none;
}
#bottom-menu a:hover
{
    color: #337123;
}
.clear
{
    clear: both;
    visibility: hidden;
}
.failure
{
    background-image: url(../images/exclamation.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
    padding-bottom: 10px;
    color: #ff0000;
}
.popup-background
{
    background-color: #000;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
