html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0807DF;
	text-decoration: underline;
}
a:hover {
	color: #FFDB00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #DF1302 0px 135px url(images/home_back.jpg) repeat-x;
	font: 16px arial, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
}

#header {
	background: 5px 0 url(images/logo_home_ext.gif) repeat-x;
height:123px;
}

h1 {
	height: 25px;
	color: #FFDB00;
	font-weight: normal;
	font: 20px arial, tahoma, sans-serif;
	line-height: 22px;
	text-indent: 23px;
	width: 700px;
}
h1 span {
	font-size: 50px;
}

h2 {
	height: 60px;
	color: #FFFFFF;
	font-weight: normal;
	font: 20px arial, tahoma, sans-serif;
	line-height: 70px;
	text-indent: 23px;
	width: 800px;
}

h3 {
	height: 35px;
	color: #3B0203;
	font-weight: normal;
	font: 25px "times new roman", tahoma, sans-serif;
	line-height: 35px;
	text-indent: 33px;
	width: 500px;
}

#body {
	background: top right url(images/) no-repeat;
}

#content {

	width: 680px;
	margin: 20px 28px 28px 150px;
}
#content .i {
	padding: 5px;
}

#copyright {
	text-indent: 230px;
	padding-bottom: 5px;
	font: 12px arial, sans-serif;
	line-height: 20px;
	color: #FFDB00;
}
#footer {
	font: 12px arial, sans-serif;
	line-height: 20px;
	color: #FFDB00;
	width: 680px;
	margin: 5px 28px 28px 150px;
}