@charset "utf-8";
	body {
		background-color:#DFDFDF;
		font-family:sans-serif;
		font-size:large;
		margin: 0;  /* 0 0 200px */
		padding: 0;	
		height:100%;
	}

	#header {
		text-align: center;
		background-color:#FFF;
		width: 100%;
		height: 50px;
		padding: 20px 0 0 0;	
		margin: 0;
		border-bottom: 5px #F2A397 solid;
	}

/*	#indexheader {
		text-align: center;
		background-color:#FFF;
		width: 100%;
		height: 50px;
		padding: 20px 0 0 0;	
		margin: 0 0 2px 0;
		border-bottom: 2px #CCC solid;
	} */

#logo {
		position:absolute;
		left: 10px;
		top: 18px;
}
img
{  border-style: none;
}

.navboth { border-right: 1px #999 solid; border-left: 1px #999 solid;
}
.navright { border-right: 1px #999 solid;	
color:
}

	#footer {
		text-align: center;
		background-image:none;
		/* background-repeat:repeat-x; */
		background-color:#DFDFDF;
		width: 100%;
		height: 20px;
		padding: 7px;
		border-top: 1px #F2A397 solid;
		color:#999;
		font-size:9px;
	}
	#contentfooter {
		text-align: center;
		background-image:none;
		/* background-repeat:repeat-x; */
		background-color:#FFF;
		width: 100%;
		height: 20px;
		padding: 7px;
		border-top: 1px #F2A397 solid;
		color:#999;
		font-size:9px;
	}	
	#flashcontent {	
		width: 100%;
		height: 750px;
		/* background-image:url(images/combined.jpg); 
		background-repeat:repeat-x; */
		background-color:#DFDFDF;
		font-size:larger;
	}	
	
h1 { font-size:16px;
color:#333;
}
	
#content {	
	width: 515px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	height: 640px;
	/* background-image:url(images/combined.jpg); 
	background-repeat:repeat-x; */
	background-color:#FFF;
	text-align: center;
	}
#content a{	
	color:#333;
	}
#content a:hover{	
	color:#CCC;
}
#content p{	
	color:#333;
	font-size:12px;
	text-align:left;
}
#content img{	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#contentinfo {	
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:125px;
	height: 450px;
	background-color:#DFDFDF;
	text-align: center;
	}
#contentinfo p{
	color:#333;
	font-size:14px;
	text-align:left;
}
#contentinfo h2{
	color:#333;
	font-size:24px;
	text-align:left;
}
#contentinfo img{margin: 0 0 10px 10px;
float:right;
}



#imgcontainer {width:1000px;
margin-left:auto;
margin-right:auto;
background-color:#DFDFDF;
}
#imgcontainer p{ text-align:left;
font-size:15px;
margin-left:380px;
}
#imgcontainer h3{ text-align:left;
font-size:20px;
margin-left:380px;
}
.imgtemp{	
margin-left:55px;
}
