* {
margin: 0;
padding: 0;
}
body {
text-align: center;
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
background: url(../images/bg.gif) repeat #2a2a2a;

color: #707070;
font-size: 12px;
line-height: 18px;
}
#top-border {
width: 100%;
height: 9px;
background: #2a2a2a;
border-bottom: 1px solid #e0e0e0;
}
#wrapper {
margin: auto;
width: 920px;
height: 100%;
text-align: left;
}

p {
color: #707070;
font-size: 12px;
line-height: 18px;
}
a {
color: #e20030;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h4 {
color: #e20030;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
textarea {
width: 250px;
height: 150px;
}

#header {
width: 920px;
height: 240px;
background: url(../images/bg_header.gif) repeat-y;
}

#logo {
height: 220px;
width: 250px;
float: left;
}

#search {
width: 163px;
height: 33px;
padding-top: 60px;
float: right;
}
	#search input.inputbox {
	width: 117px;
	height: 19px;
	padding: 7px 0px 7px 13px;
	border: 0;
	color: #bfbfbf;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	background: url(../images/search-field.gif) no-repeat;
	float: left;
	}
	#search input.button {
	width: 33px;
	height: 33px;
	padding: 0;
	border: 0;
	color: #bfbfbf;
	float: left;
	}
#menu {
width: 625px;
height: 47px;
padding-top: 17px;
float: right;
}
	#menu ul {
	width: 613px;
	height: 47px;
	padding-left: 12px;
	background: url(../images/menu.gif) no-repeat;
	}
	#menu li {
	height: 47px;
	list-style: none;
	float: left;
	}
	#menu li a {
	color: #fff;
	padding: 0 14px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 46px;
	}
	#menu li a:hover {
	color: #E20030;
	padding: 0 14px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 46px;
	}
	#menu li#current a{
	color: #E20030;
	}

ul.latestnewstest{
padding-left: 15px;}

#banner-corners {
top: 0;
right: 0;
position: relative;
z-index: 99;
}
#banner {
height: 197px;
top: 250px;
position: absolute;
z-index: -1;
}

#content {
padding: 0 10px 0 10px;
width: 900px;
height: 100%;
min-height: 300px;
background: url(../images/bg_content.gif) repeat-y;
}
#left {
width: 250px;
height: 100%;
float: left;
}
#right {
width: 625px;
height: 100%;
float: right;
}

.content-item-left {
width: 250px;
height: 100%;
padding-bottom: 15px;
margin-bottom: 25px;
background: url(../images/left_bottom.gif) no-repeat bottom left;
}
.content-item-right {
width: 625px;
height: 100%;
padding-bottom: 15px;
margin-top: 25px;
background: url(../images/right_bottom.gif) no-repeat bottom left;
}
.content-item-bg {
padding: 15px 15px 0 15px;
background: url(../images/bg_content.gif) repeat;
}
	.content-item-bg h2 {
	width: 625px;
	background: url(../images/h2.gif) no-repeat;
	}
	.content-item-bg h3 {
	width: 235px;
	background: url(../images/h3.gif) no-repeat;
	}
	.content-item-bg h2, .content-item-bg h3 {
	height: 37px;
	padding: 0 0 8px 15px;
	margin: -15px 0 0 -15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 37px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 0 2px #000;
	letter-spacing: -1px;
	word-spacing: 2px;
	}

#footer {
width: 920px;
height: 24px;
padding: 15px 0 25px 0;
text-align: right;
clear: both;
background: url(../images/bg_footer.gif) repeat-y;
}
	#footer p {
	padding: 3px 0 0 35px;
	font-size: 10px;
	color: #fff;
	}
	#footer a {
	color: #fff;
	text-decoration: none;
	}
