body {
	background-image : url(images/BG_body.png);
	background-repeat : repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
}

a{
	color : #FFF;
	text-decoration : none;
}

a:hover{
	color : #FFF;
	text-decoration : none;
}

a.link{
	color : #FFF;
	text-decoration : none;
	background-image : url(images/BG_line_orange.png);
	background-repeat : no-repeat;
	background-position : left center;
	height : 25px;
	padding-top : 17px;
	padding-left : 10px;
	padding-right : 50px;
}

a.link:hover{
	color : #FFF;
	text-decoration : none;
	background-image : url(images/BG_line_grey.png);
	background-repeat : no-repeat;
	background-position : left center;
	height : 25px;
	padding-top : 17px;
	padding-left : 10px;
	padding-right : 50px;
}

.main {
	background-image : url(images/BG_main.png);
	border-top : 2px solid #000;
	border-bottom : 2px solid #000;
	height : 380px;
}

.users {
	background-image : url(images/BG_users.png);
	background-repeat : no-repeat;
	width : 330px;
	height : 140px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #FFF;
	padding : 10px 10px;
}

.about {
	background-image : url(images/BG_about.png);
	background-repeat : no-repeat;
	width : 330px;
	height : 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height : 14px;
	color : #FFF;
	margin-top: 17px
}

.news {
	background-image : url(images/BG_news.png);
	background-repeat : no-repeat;
	color:cacbca;
	width : 505px;
	background-color:#cacbca;
	margin-top: 21px
}

.capmain {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color : #484848;
	padding-left : 15px;
	height : 32px;
}

.news-body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height : 15px;
	color : #454545;
	padding : 25px 28px;
}

.input {
	background-image : url(images/BG_input.png);
	background-repeat : no-repeat;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #333;
	border : none;
	height : 20px;
	width : 160px;
}

.button {
	background-image : url(images/BG_button.png);
	background-repeat : no-repeat;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;
	border : none;
	height : 22px;
	width : 62px;
	padding-bottom : 2px;
	margin-top : 3px;
}

.footer{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #333;
	padding-top : 6px;
}
