body {
	background-color:#404040;
	font-family: Arial, Helvetica;
	font-size:13px;
	font-color:#000;
	background-image:url(/files/cms_userfile/images/css/bkg_main2.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width:960px;
	margin:0 auto;
}

#header {
	height: 130px;
}

#logo {
	position:absolute;
	/*top:35px;*/
	left:0;
}

#right {
	float:right;
	height:600px;
	width:180px;
}

#right img {
	display:block;
	width:180px;
	height:auto;
	margin-bottom:10px;
}

#content .content_top {
	width:776px;
	height:8px;
	background-image:url(/files/cms_userfile/images/css/bkg_content_top.png);
	background-repeat: no-repeat;
}



#content .content {
	width:716px;
	padding:30px;
	background-image:url(/files/cms_userfile/images/css/bkg_content.png);
	background-repeat: repeat-y;
	line-height:140%;
	float: left;
}

#content .content_bottom {
	width:776px;
	height:8px;
	background-image:url(/files/cms_userfile/images/css/bkg_content_bottom.png);
	background-repeat: no-repeat;
}

#content2 {
	width:778px;
	height:335px;
	background-image:url(/files/cms_userfile/images/css/bkg_banner.png);
	background-repeat: no-repeat;
}

.content_left {
    float: left;
    height: 500px;
    width: 200px;
    }
    
    .content_right {
    float: left;
    width: 500px;
    }

#news {
	position:relative;
	width:778px;
	height:53px;
	background-image:url(/files/cms_userfile/images/css/bkg_news.png);
	background-repeat: no-repeat;
}


.box {
	width:154px;
	height:173px;
	float:left;
	padding:20px;
	background-image:url(/files/cms_userfile/images/css/bkg_box.png);
	background-repeat: no-repeat;
}

#footer {
	clear:left;
}

.created a {
	font-weight:normal;
	padding-top:15px;
	padding-bottom:30px;
	text-decoration:none;
	padding-left:5px;
	color:#777;
}

.label {
	display:none;
}

#boxes form input {
	font-size:11px;
	width:145px;
}

#boxes form textarea {
	font-size:11px;
	width:145px;
}

#boxes form input.submit {
	width:auto;
}

.news-detail-image {
	max-width: 300px; 
	max-height: 300px; 
	float: right;
	margin-left: 10px;
}

.news-detail-image img {
	width: 100%; 
	height: 100%;
	height:auto;
}
