@charset "utf-8";
/*body {text-align: center; }*/




/* Rounded Corner Box */

#container {
	height: 1500px;
	width: 800px;
	/*background-color: #FFFFFF;*/
	margin:auto;
	}
#container #banner {
text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
}
/*#container #main_nav {
	background-image: url(images/nav_bg.jpg);
	height: 50px;
	width: 800px;
}*/

#container #banner #content{
	background-color: #FFFFFF;
	
}

#container #main_content{
margin-top: 10px;
height: auto;
background-color:#FFFFFF;
}

#container #main_content #content{
background-color: #FFFFFF;
}

#container #banner ul {
	text-align: center;
}

.nav_list{
	margin-right: 30px;
	display: inline;
}

#container #banner a {
	color:#006600;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
}

#container #banner a:visted {
	color:#006600;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
}

#container #banner a:hover {
	color:#FF9900;
}

#footer {
margin-top: 10px;
background-color:#FFFFFF;
text-align: center;
}

.left_margin{
margin-left: 55px;
}

img{
border:none;
}

#flash {
margin-left: 55px;
}


/* Rounded Corner Box Background Images */

#top-left {

	width: 100%;
	height: 20px;

	background: #FFFFFF url(../images/corners/top_left2.gif) left top no-repeat;

}

#top-right {

	float: right;
	width: 20px;
	height: 20px;

	background: #FFFFFF url(../images/corners/top_right2.gif) right top no-repeat;

}

#bottom-left {
	width: 100%;
	height: 20px;
	background: #FFFFFF url(../images/corners/bottom_left2.gif) left bottom no-repeat;

}

#bottom-right {
	float: right;
	width: 20px;
	height: 20px;
	background: #FFFFFF url(../images/corners/bottom_right2.gif) right bottom no-repeat;
	
}
.center {
	text-align: center;
	}

.anchor{
	font-family: arial, helvetica, sans-serif;
	color:#FF9900;
	text-decoration: none;
}
