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

body {background:url(images/black-stripe.gif);
font-family:Arial, Helvetica, Verdana, sans-serif; 
font-size: 12px; 
line-height:22px;
color: #000000; 
text-align:justify;
margin: 0px;}

a:visited, a:link {text-decoration: underline; color: #EF4035;}
a:hover {text-decoration: none;}

.clear {clear: both;}

#container {
	width: 955px;
	text-align:justify;
	z-index: 1;
	background:url(images/main_bg.gif); background-repeat:repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu {
	width: 955px;
	height: 51px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:url(images/menu_bg.gif);
}


#navbox {
	width:464px;
	height: 51px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner { 
background: url("images/logo.gif"); 
height: 122px;
}

#content {
    float:left;
	margin-top: 0px;
	margin-right:10px;
	margin-left:90px;
	width:770px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content img { border: 1px solid #000000;}

h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: #EF4035;}
h1 {font-size: 16px; margin-top:5px; margin-bottom:0px}

#footer {
	width: 955px;
	height: 54px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.gif); background-repeat:repeat-y;
}

.footertext{ font-size:12px; text-align:center; color:#FFFFFF }
