html{
	height: 100%;
}

body {
	margin: 0px;
	margin-left: 8px;
	min-width: 800px;
	height: 100%;
}

.black, .white{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.black{
	color: #000000;
}

.white{
	color: #FFFFFF;
}

#header_text1 span{
	line-height: 15px;
}

.black a{
	text-decoration: none;
	color: #B31C23;
}

.black a:hover{
	text-decoration: none;
	color: #333333;
}

#main{
	margin: 0px;
	margin-top: 8px;
	position: relative;
	display: block;
	width: 816px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 100%;
	height: expression("100%")
}

#header{
	position: relative;
	display: block;
	background-color: #D00000;
	background-image: url(../media/style/bg_header.gif);
	width: 800px;
	height: 100px;
	overflow: hidden;
}

#header_image{
	position: relative;
	display: block;
	width: 150px;
	height: 80px;
	top: 10px;
	left: 10px;	
	float: left;
	clear: none;
}

#header_image img{
	width: 146px;
	height: 76px;
	border: 2px solid #FFFFFF;
}

#header_title{
	position: relative;
	display: block;
	clear : none;
	float: left;
	top: 7px;
	left: 20px;
	width: 290px;
	height: 26px;
}

#header_title span{
	display: none;
}

#header_text1{
	position: relative;
	display: block;
	float: left;
	width: 290px;
	height: 60px;
	top: 34px;
	left: -270px;
	color: #FFFFFF;
	overflow: hidden;
	clear: none;
}

#header_text1 span strong{
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 60px;
}

#header_text2{
	position: relative;
	display: block;
	float: right;
	width: 320px;
	height: 70px;
	top: -50px;
	color: #000000;
	background-color: #FFFFFF;
	right: 10px;
	overflow: hidden;
	padding: 5px;
}

#header_text2 span{
	position: relative;
}

.sep{
	position: relative;
	display: block;
	width: 800px;
	height: 1px;
	background-image: url(../media/style/bg_sep.gif);
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: none;
	font-size: 0px;
}

#content{
	display: block;
	position: relative;
	text-align: left;
	margin: 0px;
	margin-left: -16px;
}

#sep_content_footer{
/*	position: absolute;
	display: block;
	bottom: 30px;
	bottom: expression("11px");*/
}

#footer {
	position: relative;
	background-image: url(../media/style/bg_footer.gif);
	background-color: #D00000;
	width: 800px;
	height: 20px;	
	margin: 0px;
	margin-bottom: 8px;
}

#copyright, #info{
	display: block;
	position: relative;
	margin: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

#copyright{
	float: left;
}

#info{
	float: right;
	margin-top: 4px;
}
