body {
	background-image: url('../images/background.jpg'); background-repeat: no-repeat; background-position: center top;
	margin: 0px; padding: 0px; width: 100%; height: 96%; overflow-y: scroll; font-size: 11px; line-height: 0px; background-color: black;
}
html {
	margin: 0px; padding: 0px; width: 100%; height: 100%;
}
h1 {
	margin: 0px 0px 9px; padding: 0px; font-weight: bold;
}
h2 {
	 font-family: arial, serif; margin: 0px 0px 9px; padding: 0px; font-weight: bold; line-height: 20px;
}
h3 {
	 font-family: arial, serif; margin: 0px 0px 9px; padding: 0px; font-weight: bold; line-height: 20px;
}
h4 {
	margin: 0px 0px 9px; padding: 0px; font-weight: bold;
}
h5 {
	margin: 0px 0px 9px; padding: 0px; font-weight: bold;
}
h6 {
	margin: 0px 0px 9px; padding: 0px; font-weight: bold;
}
h4 {
	font-size: 12px;
}
* {
	font-family: Verdana, Arial;
}

img {
	border: 0px currentColor; border-image: none;
}

a:link {
	color: rgb(69, 75, 79); text-decoration: none;
}
a:visited {
	color: rgb(69, 75, 79); text-decoration: none;
}
a:active {
	color: rgb(69, 75, 79); text-decoration: none;
}
a:hover {
	color: rgb(221, 42, 27); text-decoration: underline;
}

#header {
	background-image: url('../images/top-background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px; padding: 15px 15px 0px 0px; width: 880px; height: 125px;
	padding-top: 10px;
}

#header_info {
	font-family: "Verdana";
	font-size: 11px;
	color: black;
	line-height: 13px;
	float: right;
	text-align: right;
	padding-top: 5px;
}

#header_info a {
	font-family: "Verdana";
	color: black;
}

#header_info a:hover {
	color: black;
}

header.logo {
	float: left;
	width: 315px;
}

#decoration {
	width: 100%;
	height: 3px;
	background-color: orange;
}

#logo {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin-left: 2px;
	width: 156px;
}

#main {
	margin: 38px auto; padding: 0px; width: 900px;
	margin-bottom: 0px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
}

#content {
	font-size: 11px;
	padding: 25px; width: 850px; min-height: 400px; color: black; background-color: white; line-height: 20px; text-align: justify;
	background-image: url('../images/content-background.jpg');
	background-repeat: repeat-x;
}

#content img {
	border: 1px solid black;
}

#content ul li {
	margin-left: 30px;
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
}

#container {
	width: 620px;
 	margin: 0px auto;
	padding: 20px;
	text-align: justify;
}

#footer {
	font-family: "Verdana";
	width: 880px;
	height: 50px;
	font-size: 10px;
	color: black;
	padding: 5px 10px 0px 10px;
	background-image: url('../images/bottom-background.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}

#slider {
	width: 850px; height: 445px; display: block;
}

#slider img {
	width: 850px; height: 445px; margin: 0px; padding: 0px;
}

#intro {
	width: 500px; height: 281px; margin: 0px; padding: 0px;
}

div {
	margin: 0px; padding: 0px;
}

ul {
	margin: 0px; padding: 0px;
}

li {
	margin: 0px; padding: 0px;
}

.clear {
	clear: both;
}

#boxtitle {
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
	color: white;
	height: 27px;
	background-color: #404040;
	padding: 0px 10px 0px 10px;
}

#boxtitle_decoration {
	width:  10px;
	height: 10px;
	margin-right: 3px;
	background-image: url('../images/decoration.jpg');
	background-color: #FCDC61;
	display: inline-block;	
}

.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #003070;
}