#top {
	height: 250px;
	width: 960px;
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
	background-repeat: no-repeat;
	background-color: #030;
}

#side {
	background: #f5f5f5 url('../img/middle_bg.png') repeat-x;
	min-height: 200px;
	width: 250px;
	padding: 10px;
	border-right: 1px solid #ccc;
	float: left;
}
#side li {
	margin-bottom: 8px;
}
#side a {
	display: block;
	border: 1px solid #ccc;
	padding: 6px;
	font-family: Arial, sans-serif;
	color: #585858;
	text-decoration: none;
	background: #f5f5f5;
}
#side a:hover {
	background: #ddd;
	color: #082905;
}
#side a.active {
	border: 0;
	padding: 7px;
	background-image: url('../img/menu_active.png');
	color: #082905;
}
#side a.acive:hover {
	background-image: url('../img/menu_active.png');
}

#main {
	min-height: 500px;
	background: url('../img/subpage_bg.png') repeat-y;
}
#main .main {
	width: 689px;
	float: right;
}
#main .heading h1 {
	text-align: center;
	text-transform: uppercase;
}
#main .heading p em {
	font-style: normal;
}
#main .heading p {
	color: #082905;
	font-style: italic;
}
#main .column, #main .heading {
	margin: 10px 25px 31px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#main .column h1, #main .heading h1 {
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
}
#main .column h1 {
	color: #333;
}
#main .column ul {
	list-style: disc;
	margin-left: 16px;
}
#main .column strong {
	font-size: 16px;
	font-weight: bold;
}
#main .column em {
	font-style: italic;
}
#main .column em.small {
	font-size: 12px;
}

#contactform {
	margin: 16px 10px 31px 25px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
#contactform fieldset {
	clear: both;
	margin-bottom: 12px;
}
#contactform label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}
#contactform .text {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 6px 4px;
	width: 180px;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	margin-right: 10px;
}
#contactform textarea.text {
	padding: 5px 4px;
	width: 240px;
	height: 200px;
}
#contactform .text:focus {
	border-color: #c9c9c9;
}
#contactform span.msg {
	display: none;
}
#contactform fieldset.error .text {
	border-color: #c99;
}
#contactform fieldset.error label, #contactform fieldset.error span.msg {
	color: #900;
}

#main .column table tr.underline td {
	border-bottom: 1px solid #082905;
	padding-bottom: 5px;
}
#main .column table tr.space td {
	padding-top: 5px;
}








