/* CSS Document */
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1%;
	text-align: center;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background-color: #355581;
}

#wrapper {
width:auto;
background-color:#442C25;
}

#header{
	color: #000;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../images/bg_header.gif) repeat-x;
	height: 29px;
}

#footer{
	margin: 0px;
	padding: 0;
	background: url(../images/bg_footer.gif) repeat-x;
	height: 29px;
}

#footer_text{
	width:950px;
}

#footer_text p{
	color: #CCCCCC;
	padding: 3px 0 0 0;
	font-size: 70%;
	text-align: left;
	margin-left: 0px;
}

#footer_text a{
	color: #FFFF00;
	text-decoration: none;
}

#footer_text a:hover{
	color: #CCCCCC;
	text-decoration: none;
}


.break{
	margin: 0;
	padding: 0;
	background: url(../images/break.gif) repeat-x;
	height: 21px;
}

#banner_content {
	width: 620px;
	background: url(../images/index_banner.gif) no-repeat;
	text-align: center;
	margin-top: 10px;
}

#content {
	width: 950px;
	background: #442C25 url(../images/bg_content.jpg) no-repeat;
	text-align: center;
	height: 650px;
}

#menu_content {
	width: 620px;
	text-align: center;
	padding-top: 45px;

}

.menu_content {
	padding: 5px;
}

#content_about {
	width: 950px;
	background: url(../images/bg_about.jpg) no-repeat;
	height: 650px;
}

#content_text{
	margin-top: 20px;
	float:right;
	padding-right: 155px;
	}

.leftimage_flash{
	float: left;
	margin: 0;
}

.rightimage_flash{
	float: right;
	margin: 0;
}

