body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	color: #fff;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
}
.largetext{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.wrapper{
width:912px;
margin-right:auto;
margin-left:auto;
}

.logo{
float:left;
margin-top:0;
width:262px;
height:156px;
background-image:url(img/logo.png);
margin-bottom:10px;
}
.menu{
margin-top:100px;
margin-right:15px;
float:right;
}
.showcase{
clear:both;
width:912px;
height:322px;
background-image:url(img/showcase.png);
margin-bottom:10px;
}
.mainbody{
	width:902px;
	background-image:url(img/mainbody.png);
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding:5px;
}			
.scroller{
clear:both
height:20px;
background-color:#2f0161;
width:auto;
}
.scroller-container{
width:912px;
margin-left:auto;
margin-right:auto;
}
.footerbg{
background-image:url(img/footer.png);
background-repeat: repeat-x;
background-position: top;
margin:0;
}
.footer-container {
width:912px;
margin-left:auto;
margin-right:auto;
}	
.footer-l{
float:left;
width:25%;
height:200px;
padding:8px;
}
.footer-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: -8px;
}
.footer-r{
float:right;
width:65%;
height:200px;
padding-top:10px;
}
.copyright{
clear:both;
height:15px;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
}

#contact-area {
	width: 400px;
	margin-top: 5px;
	margin-left:45px;
	float:left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 15px;

}
