html, body, form, ul, li, p, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
body {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	background: url(img/bg.jpg) #051804 repeat-x;
}
#main {
	width: 1002px;
	float: left;
}
#logo {
	width: 215px;
	height: 248px;
	padding: 20px 0 0 25px;
	float: left;
}
#menu_out, #flash_out {
	width: 1002px;
	margin: 0px auto;
}
#flash {
	width: 1002px;
	height: 238px;
	text-align: right;
	padding: 60px 0 0 0;
	position: absolute;
	z-index: 1;
}
#menu {
	width: 982px;
	height: 50px;
	list-style: none;
	margin: 268px 0 0 20px;
	position: absolute;
	z-index: 2;
}
#menu li {
	height: 50px;
	background: url(img/menu_border.gif) no-repeat right 0;
	padding: 0 1px 0 0;
	float: left;
}
#menu .last {
	background: none;
}
#menu a {
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 15px 0 15px;
	float: left;
}
#content_main {
	width: 932px;
	min-height: 135px;
	_height: 135px;
	background: url(img/content_bg.jpg) no-repeat;
	padding: 80px 35px 0 35px;
	float: left;
}
#sidebar {
	width: 150px;
	float: left;
}
#sidebar #submenu {
	width: 150px;
	list-style: none;
	float: left;
}
#sidebar #submenu li {
	padding: 0 0 2px 0;
	float: left;
}
#sidebar #submenu a {
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#sidebar #submenu a:hover, #sidebar #submenu a.act, #menu a:hover, #menu a.act {
	color: #7CC482;
}
#content {
	width: 740px;
	float: right;
}
#content h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 10px 0;
	display: block;
}
#content h1 span {
	text-transform: uppercase;
}
#content p {
	padding: 0 0 10px 0;
	display: block;
}
#footer {
	width: 932px;
	text-align: right;
	padding: 30px 35px 10px 35px;
	float: left;
}