@charset "utf-8";

body {
	background-color: #FFFFFF;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}



a:visited {
	color: #FF0033;
	text-decoration: underline;
}



a:hover {
	color: #339933;
	text-decoration: underline;

}
/* CSS Document */

#main {
	margin:0px auto;
	width:1000px;
	height:auto;
}

#banner {
	width:380px;
	height:150px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	background-image: url(images/banner.jpg);
	padding-left: 620px;
	background-color: #B11600;
}	

.top_left {
	height: auto;
	width: 500px;
	float: left;
	padding-right: 250px;
	padding-left: 250px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 20px;
}
#footer {
	width:800px;
	height:20px;
	background-image: url(images/index_13.jpg);
	float: left;
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
}

#footer a {
	color: #CCCCCC;
}

#footer a:visited {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFF00;
}


.image_left {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

.image_right{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
