@charset "utf-8";
/* CSS Document */

body {
	background-color: #E0E0E0;
	margin: 0px;
}
a {
	color: #F25045;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00A2E3;
}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	position: relative;
	margin: auto;
}
#header-logo {
	float: left;
	height: 74px;
	width: 222px;
	margin-top: 10px;
	margin-left: 10px;
    background-color: #fff;
}

#header {
	height: 100px;
	background-image: url(images/header-bg.jpg);
}
#searchbar {
	float: right;
	height: 32px;
	width: 225px;
	margin-top: 55px;
	background-image: url(../images/search-bg.jpg);
	padding: 1px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
#search-go {
	height: 20px;
	width: 27px;
	padding-top: 5px;
	float: right;
	padding-right: 5px;
}

#searchbar-content {
	height: 25px;
	float: left;
	padding-top: 1px;
	width: 160px;
	background-repeat: no-repeat;
}
#searchbar-search {
	height: 25px;
	width: 25px;
	float: left;
	padding-top: 4px;
	padding-left: 5px;
}

.search-form {
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 6px;
	background-image: url(../images/search-content-bg.jpg);
	width: 150px
}

#go-btn {
	height: 20px;
	width: 27px;
	cursor: pointer;
	text-indent:-9999px;
	border: none;
	background-image: url(images/search-go.jpg);
	background-repeat: no-repeat;
}
#header-flash {
	height: 200px;
	width: 900px;
}

#header-nav {
	height: 60px;
	width: 900px;
}

#header-gallery {
	height: 460px;
	width: 900px;
}
#content {
	padding-left: 60px;
	width: 840px;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 40px;
	height: 725px;
}

#content-left {
	width: 390px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	padding-right: 30px;
}
#content-lefttext {
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
#content-right {
	width: 350px;
	float: right;
	padding-right: 40px;
}
#content-right a {
	font-size: 11px;
}
#content-righttext {
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
}
#news-header1 {
	margin-bottom: 10px;
	margin-top: 20px;
}
#news-header2 {
	margin-bottom: 10px;
}

#news-header3 {
	margin-bottom: 10px;
}
#news-header4 {
	margin-bottom: 10px;
}
#news-header5 {
	margin-bottom: 10px;
}
#news-content1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#news-content2 {
	height: 10px;
	margin-bottom: 20px;
}
#news-content3 {
	margin-bottom: 20px;
}
#news-content4 {
	margin-bottom: 20px;
}
#news-content5 {
	margin-bottom: 20px;
}

/* original
.main-content {
	font-size: 13px;
	color: #666666;
	vertical-align: 5%;
}
*/
.main-content p {
	font-size: 12px;
	color: #666666;
	vertical-align: 5%;
}

.subcontent {
	font-size: 12px;
	color: #666666;
}

#copyright-block {
	background-color: #FFFFFF;
	width: 860px;
	background-image: url(../images/copyright-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 15px;
}
.headings2 {
	font-size: 13px;
	font-weight: bold;
	color: #F25045;
}


.copyright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyright-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #F25045;
	text-decoration: none;
}
.clr {
	clear: both;
}

.important {
	color: #FF0000;
	font-size: 12px;
}

ul.archives {
    margin: 0;
}

