* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../img/background.jpg) repeat-y scroll center top #6F6F6F;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: white;
}

#borderline {
	background-image: url(../img/bodybackground2.jpg);
	background-repeat: repeat-x;
	height: 105px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

#site {
	width: 798px;
}

#logo {
	background-image: url(../img/logo.jpg);
	height: 105px;
}

#content {
	width: 702px;
	text-align: left;
	padding: 10px 48px;
	font-size: 14px;
}

#content a{
	color: #EEBB33;
	text-decoration: none;
}

#content a:hover{
	color: #EEBB33;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid black;
	width: 742px;
	padding-top: 5px;
}

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

#footer a:hover{
	color: #EEBB33;
	text-decoration: underline;
}

h1 {
	background-color: #EEBB33;
	color: #323232!important;
	font-size: 18px;
}

h1 a{
	color: #323232!important;
	text-decoration: none;
}

h1 a:hover{
	color: #323232!important;
	text-decoration: none;
}

.tt_news_date {
	font-size: 11px;
	padding-bottom: 5px;
}

.news-list-item {
	padding-bottom: 40px;
}

.bodytext {
	text-align: justify;
}
