*{margin:0;padding:0}

body{
	background: #675c5a;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 1em;
	background: url('/images/bgcrest.gif')
	
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
#smallBox li{
	margin: 5px 0 0 10px;
	list-style-image: url('/images/bud.gif');
}
#smallBox h1{
	font-size: 15px;
}
#mainContainer{
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
}
#header{
	float: left;
	height: 110px;
	width: 1000px;
	background: #e4aeba;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;

}
#menu{
	float: left;
	height: 50px;
	width: 1000px;
	background: #e4aeba;

}
.button{
	float: left;
	height: 50px;
	width: 75px;
	background: #e4aeba;
}


	#menu ul{
		text-align: center;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 3px;
	}
	
	#menu li {
		
		display: inline;
		margin: 0 10px 0 0;

	}
	/*
	#menu a {
		padding: 0 1em;
		text-decoration: none;
		background: #eee;
		color: black;
	}
	*/
	#menu a:hover {
		background: #cf7f8f ;
		color: black;
	}
	#menu .selected a {
		padding-top: 0px;
		padding-bottom: 2px;
		background:#cf7f8f ;
		color: white;
	}
#main{
	float: left;
	width: 1000px;
	background: #e4aeba;
	padding-bottom: 5px
}
#footer{
	float: left;
	height: 50px;
	width: 1000px;
	background: #e4aeba;

}
#smallBox{
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 20px;
	background-image: url(/images/menu.gif);
	
}
#smallBox2{
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 20px;
	
	
}
#flash{
	float: left;
	width:750px;
	height: 300px;
	margin-left: 10px;
	background: white;
	
}

#strip{
	float: left;
	width: 150px;
	margin-bottom:5px;
	margin-left: 10px;
	margin-right: 5px;
	background: white;
	height: 750px;
	
}
#flash2{
	float: left;
	width: 810px;
	margin-bottom:5px;
	margin-left: 5px;
	margin-right: 10px;
	background: white;
	
}
#flash2 p{
	text-indent: 15px;
}
.wideBox{
	 float: left; 
	width: 575px; 
	height: 200px; 
	background: #E4AEBA; 
	margin-top: 10px;
}
.wideBox1{
	 float: left; 
	width: 375px; 
	height: 200px; 
	background: #E4AEBA; 
	margin-top: 10px;
}
.wideBox2{
	 float: left; 
	width: 375px; 
	height: 300px; 
	background: #E4AEBA; 
	margin-top: 10px;
}
.clear{
	clear: bolth;
}