/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #5A5A5A;
	background-color: #9a897a;
	font-family: Arial,Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	
}

h3{
padding-left: 20px;
}
#wrapper{
height: 593px;
width: 100%;
background: url('../images/bkg.gif');

}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 862px;
	height:593px;
	text-align: left;
	

}
#top{
width:862px;
height:199px;
background-color:#9a897a ;
}

#bottom {
width:862px;
height:304px;
background: url('../images/bottom.jpg');
}
#stripe{
width: 862px;
height: 70px;
background: url('../images/stripe.jpg');
color: white;
}
#links{
float: right;
padding-right: 120px;
padding-top: 49px;
color: #000000;
FONT-FAMILY: Tahoma, Verdana, Arial, "Trebuchet MS";
font-size: 12px;
font-weight: bold;

}
#links a{
text-decoration: none;
color: #000000;
}
#links a:hover{
color: #fae25f;
}

a:hover{
color: #fae25f;
}
a {
text-decoration: none;
color: #5A5A5A;
}

#text{
float: left;
padding-top: 30px;

color: #000000;
FONT-FAMILY:  Verdana,Tahoma, Arial;
font-size: 21px;
font-weight: bold;
line-height: 2.5;
}
#footer {
padding-top: 10px;
color: #000000;
FONT-FAMILY: Tahoma, Verdana, Arial;
font-size: 10px;
}



/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}


