@charset "utf-8";
/* CSS Document */

#main {
	margin:0px auto;
	width:900px;
	height:auto;
	border: thick solid #FFFFFF;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

img {
  border: 0px;
}

li {
	margin:0;
	list-style-type: square;
}

ul {
	margin:0;
	list-style-type: square;
}

#top_text {
	width:900px;
	height:40px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	color: #FF6600;
	text-align: right;
	padding-top: 10px;
}	


#banner {
	width:900px;
	height:114px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
}	

#content_top {
	width:900px;
	height:49px;
	background-image: url(images/content_bg_top.jpg);
	float: left;
}

#content_middle {
	width:900px;
	height:auto;
	background-image: url(images/content_bg_middle.jpg);
	float: left;
	background-repeat: repeat;
	text-align: left;
}

#flash {
	width:250px;
	height:400px;
	background-image: url(images/content_bg_top.jpg);
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
}



.top_left {
	height: auto;
	width: 575px;
	min-height: 700px;
	height:expression(this.scrollHeight < 700? "700px" : "auto" );
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

.top_right {
	height: auto;
	width: 220px;
	float: left;
	padding-top: 50px;
	padding-left: 55px;
}
.links2 {
	float: left;
	width: 300px;
	text-align: center;
	height: 250px;
	padding-right: 50px;
	padding-left: 50px;

}


#nav {
	width:206px;
	height:240px;
	float: right;
	padding-top: 80px;
}
#footer {
	width:900px;
	height:20px;
	background-image: url(images/content_bottom.jpg);
	float: left;
	color: #333333;
	text-align: center;
	padding-top: 30px;
	font-size: 10px;
	background-repeat: no-repeat;
}

#footer a {
	color: #FF9900;
}

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

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

.links {
	float: left;
	width: 150px;
	text-align: center;
	height: 1250px;
	padding-right: 40px;
}
