body {
	margin: 0px;
	text-align:center;	
/*	background-color:#8a3030;*/
	background:url(../images/bodyback.jpg) #8a3030 top center repeat-y;
}
img{
	border:0px;
}

div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a{
	color:#ccc;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
#container{
	width:500px;
	height:100%;
	text-align:left;
	margin:0 auto;
}
#header{
	width:100%;
	text-align:left;
	float:left;
	background:url(../images/logo.gif) left bottom no-repeat;
	margin-top:20px;
	margin-left:5px;
	height:100px;
	
}
#homeheader{
	width:100%;
	text-align:left;
	float:left;
	background:url(../images/logo.gif) center bottom no-repeat;
	margin-top:20px;
	height:100px;
	
}
#header a{
	display:block;
	width:100%;
	height:100px;
	color:8a3030;
	text-decoration:none;
}
#header a:hover{
	display:block;
	width:100%;
	height:89px;
	color:8a3030;
	text-decoration:none;
}
#footer{
	color:#fff;
	width:100%;
	text-align:center;
	float:left;
	padding-bottom:8px;
}
#footer a{
	color:#c6988b;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#middle{
	width:100%;
	text-align:left;
	float:left;
}
.middle{
	color:#fff;
	padding:10px;
	line-height:18px;
}
.middletbl{
	color:#fff;
	padding:2 0 0 10px;
	line-height:18px;
}
h1 { 
	font-family:arial, times new roman, tahoma; 
	color:#eac3c3;
	font-size:2.21em;
	line-height:1.5em;
	padding:0px;
	margin:0px ;
	border-bottom:2px solid #dcbebe;
}
h2 { 
	font-family:arial, times new roman, tahoma; 
	color:#eac3c3;
	font-size:4.21em;
	line-height:1.01em;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; 
	border-bottom:1px solid #eac3c3;
}
#footer1{
	color:#fff;
	margin-top:20px;
	margin-bottom:3px;
	font-size:10px;
	width:100%;
	text-align:right;
	float:left;
	color:#c6988b;
	background:url(../images/emailback.jpg) left bottom no-repeat;
}
#footer1 a{
	color:#c6988b;
	text-decoration:underline;
}
#footer1 a:hover{
	color:#fff;
	text-decoration:none;
}