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

body {
	background:url(../images/pattern.gif) repeat #e9d3a4;
	font-family: 'Voltaire', sans-serif;
	font-size:14px;
	color:#332e28;
}

.clear {
	clear:both;
}

#top {
	background:url(../images/top-bg.png) repeat-x center top;
	width:100%;
}

#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}

#logo {
	float:left;
	margin-right:10px;
}

#top_right {
	float:right;
}

.top_article {
	float:right;
	width:149px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	background:#dc7857;
	height:28px;
	line-height:28px;
	filter:alpha(opacity=65);
	-moz-opacity:0.7;
	opacity: 0.7;
	color:#fff;
	clear:both;
}

.top_article a {
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}

.top_article a:hover {
	color:#bb2e0d;
	text-decoration:none;
	padding:0 3px;
}

.top_menu {
	background:#ead2a4;
	height:22px;
	line-height:22px;
	filter:alpha(opacity=65);
	-moz-opacity:0.7;
	opacity: 0.7;
	font-size:15px;
}

.top_menu ul {
	list-style:none;
}

.top_menu li {
	float:left;
	background:url(../images/divider.gif) no-repeat;
	background-position:right;
}

.top_menu li a {
	text-decoration:none;
	color:#332e28;
	padding:0 24px;
	text-align:center;
	margin-right:1px;
}

.top_menu li a:hover {
	color:#fff;
	background:#de4f2f;
	text-align:center;
}

.top_menu .active a {
	color:#fff;
	background:#de4f2f;
	text-align:center;
}

#banner {
	margin-top:10px;
}

.articles {
	float:left;
	width:141px;
	background:url(../images/article-bg.png) no-repeat;
	padding:10px 15px;
}

.articles h1 {
	font-size:18px;
	color:#de4f2f;
	font-family: 'Federo', sans-serif;
	text-align:center;
	text-decoration:underline;
	padding-bottom:7px;
}

.articles p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-bottom:12px;
}

.articles span {
	color:#c23514;
}

.right_text {
	text-align:right;
}

.right_text a {
	color:#c23514;
}

.right_text a:hover {
	color:#c23514;
	text-decoration:none;
}

.big_image {
	position:absolute;
	width:723px;
	background:url(../images/banner.png) no-repeat;
	height:344px;
	left:176px;
	top:132px;
}

.news {
	position:absolute;
	right:18px;
	top:50px;
	width:125px;
}

.news h1 {
	font-size:18px;
	color:#de4f2f;
	font-family: 'Federo', sans-serif;
	text-align:center;
	text-decoration:underline;
	padding-bottom:7px;
}

.news p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-bottom:12px;
}

.news span {
	color:#c23514;
}

#mid {
	margin-top:50px;
}

#mid td {
	padding:5px;
}

#mid h2 {
	background:url(../images/band.png) no-repeat;
	background-position:center;
	height:78px;
	line-height:78px;
	font-family: 'Federo', sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	letter-spacing:5px;
	margin-bottom:40px;
}

.lftimage {
	float:left;
	margin-right:15px;
}

#mid p {
	padding-bottom:15px;
	line-height:24px;
}

.align_center {
	text-align:center;
	padding:20px 0;
}

#footer {
	margin-bottom:10px;
}

#footer a {
	color:#332e28;
}

#footer a:hover {
	text-decoration:none;
}

.Float_L {
	float:left;
}

.Float_R {
	float:right;
}

#marqueecontainer{
	position: relative;	
	height:215px; /*marquee height */
	overflow: hidden;
}