/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(../images/main_bg.jpg) repeat-x;
	background-color:#F4EDD3;
	font-family:Verdana;
	font-size:11px;
}
p{
text-align:justify;

}
#logostrip{ 
   position:relative;
    height: 149px;
	width:823px;
    margin: 0;
    padding: 0;
}
a{
font-family:Arial;
font-size:12px;
color:#333333;
text-decoration:none;
}
a:hover{
font-family:Arial;
font-size:12px;
color:#333333;
text-decoration:underline;
}
h3{
color:#999900;
font-family:Arial;
font-size:14px;
margin-bottom:2px;
height:16px;
border-bottom:solid 1px;
}
h4{
color:#333333;
font-family:Arial;
font-size:13px;
font-weight:bold;
margin-bottom:2px;
height:16px;
}
p{
text-align:justify;
font-family:Arial;
font-size:12px;
margin-right:5px;
}
input{
background-color:#BBB083;
border:solid 1px;
border-color:#666666;
color:#ffffff;
}
textarea{
background-color:#BBB083;
border:solid 1px;
border-color:#666666;
color:#ffffff;
}
select{
background-color:#BBB083;
border:solid 1px;
border-color:#666666;
color:#ffffff;
}
.menu{
padding:0px;
}
.menu a{
color:#FFFFFF;
font-family:Arial;
font-size:14px;
text-decoration:none;
}
.menu a:hover{
color:#E3DBB7;
font-family:Arial;
font-size:14px;
text-decoration:none;
}
.flback{
width:823px;
height:198px;
background:url(../images/fla_back.jpg) repeat-x;
}
.footer{
height:60px;
background-color:#5DA2D7;
color:#333333;
font-size:10px;
font-family:Arial;
margin:10px;
}
.footer a{
font-size:10px;
font-family:Arial;
color:#000000;
text-decoration:none;
}
.footer a:hover{
font-size:10px;
font-family:Arial;
color:#CCCCCC;
text-decoration:underline;
}
#menu-wrap {
	background: #2E2E2E;
}

#menu {
	width: 778px;
	height: 38px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}