* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

#wrapper {
	margin: 0 auto;
	width: 1004px;
	background: #FFF url('images/bg.jpg') left top repeat-y;
}



#leftcol {
	width: 190px;
	float: left;
	padding: 20px 10px 10px 18px;
}


#rightcol {
	width: 190px;
	float: right;
	padding: 20px 16px 10px 10px;
}


.menu h2 {
	width: 150px;
	height: 23px;
	background: #635D78 url('images/menu_head.jpg') left top no-repeat;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 0 0 40px;
	color: #000000;
}

.menu ul{
	margin: 15px 0 20px 20px;
}
.menu ul ul{
	margin:5px 0 5px 20px;
}
.menu ul ul li{
	line-height: 12px;
	margin-bottom: 5px;
}
.menu li {
 list-style-type: none;
 line-height: 17px;
 margin-bottom: 10px;
 letter-spacing: 0px;
 font-size:12px;
}
.menu .current{
	font-weight:bold;
	list-style-image: url('images/arrow.jpg');
	color: #0000FF;
}
.menu li a {
	font-size:12px;
	text-decoration: none;
	color: #000;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active {
	text-decoration: underline;
	color: #FFF;
}


#content {
	width: 566px;
	margin-left: 220px;
}


#content #header {
	width: 100%;
	background: #a89788 url('images/head_bg.jpg') left top repeat-x;
	text-align: center;
	padding: 5px 0;
}
#content #header a{
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	}

#content_image {
	width: 551px;
	height: 207px;
	margin: 0 5px 10px 7px;
	background: #3f4152 url('images/image_bg.jpg') left top no-repeat;
}

#content_image img {
	margin: 7px 5px;
}


#content_text {
	width: 501px;
	min-height: 485px;
	margin: 5px 5px 5px 7px;
	padding: 10px 25px;
	background-color: #D7D1D1;
}

#content_text h1, #content_text h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px;
	color: #CE0000;
}

#content_text p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent:20px;
	text-align: justify;
}
#content_text ul {
	padding:0;
	margin:10px 10px 10px 50px;
	font-size: 12px;
}

#content_text a:hover,
#content_text a:focus,
#content_text a:active {
	color: #999;
}

.clear {
	clear: both;
	height: 1px;
}


#footer {
	width: 1004px;
	height: 70px;
	background: url("images/footer_bg.jpg") left top no-repeat;
	color: #575763;
}

#footer a {
	text-decoration: none;
	color: #0080FF;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
}


#footer .left {
	width: 170px;
	float: left;
	padding: 20px 10px 10px 38px;
}


#footer .right {
	width: 120px;
	float: right;
	padding: 20px 16px 10px 60px;
}


#footer .center {
	width: 564px;
	margin-left: 220px;
	padding-top: 20px;
	text-align: center;
}

#footer img {
	margin: 0 20px;
}