/* CSS Document */

body {
	background:#D5e7D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	font-variant:normal;
	}
	
.container{
	background:##9A9CA6;
	position:relative;
	width:966px;
	height:auto;
	margin-right: auto;
	margin-left: auto;	
}	
	
.menu_bg{
	background:url(../pics/menubg.png) repeat-y;
	width:180px;
}

.header {
	background:url(../pics/header.png) no-repeat;
	height:30px;
	width:966px;
}

.page{
	background:url(../pics/page.png) repeat-y;
}

.innerpage{	
	width:920px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}

.footer{
	background:url(../pics/footer.png) no-repeat;
	height:60px;
	width:966px;
}

.textcontainer{
	padding:10px 30px 10px 30px;
	text-align:justify;
}

.flash{
	width:910px;
	height:474px;
}
	
hr{
	height:0px;
	color:#CCCCCC;	
	width:670px;
}

.contactUs{
	text-align:left;
}
