@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../../images/bgtile.png);
	background-repeat:repeat-x;
	background-color:#e7dbb1;
	font-family:Arial, Helvetica, sans-serif;}
	
 *{padding:0;
 	margin:0;}
	
#maincont {
	width:900px;
	margin:0px auto;
	background-image:url(../../images/maincontbg.png);
	background-repeat:repeat-x;
	background-color:#e7dbb1;
	border:4px #e7dbb1 solid;}
	
#headimg {
	width:900px;
	height:130px;
	background-image:url(../../images/headimg.png);
	background-repeat:no-repeat;}
	
#mainbody {
	width:900px;
	background-image:url(../../images/mainbodimg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:#c8bd98 4px solid;}
	
#mainbody1 {
	width:900px;
	background-image:url(../../images/bodimg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:#c8bd98 4px solid;
	padding-bottom:20px;
	padding-top:10px;}
	
#welcometext {
	width:620px;
	font-size:14px;
	color:#000;
	float:right;
	margin-top:10px;
	margin-bottom:30px;
	margin-right:40px;
	padding-bottom:25px;
	padding-top:20px;
	}

#welcometext a:link, #welcometext a:visited {
	color:#000;
	text-decoration:underline;}
	
#welcometext a:hover {
	color:#000;
	text-decoration:none;}
	
#infoblock {
	width:810px;
	margin-left:45px;
	float:left;
	margin-top:15px;
	margin-bottom:25px;}
	
#helpid {
	cursor:help;
	color:#000;
	text-decoration:none;}
	
#infoblock a:link,#infoblock a:visited {
	text-decoration:underline;
	color:#000;}
	
#infoblock a:hover {
	text-decoration:underline;
	color:#000;}
	
	
#infoblock2 {
	width:860px;
	margin-left:45px;
	float:left;
	margin-top:15px;
	margin-bottom:25px;}
	
#infopic {
	width:146px;
	height:146px;
	float:left;
	border:#c8bd98 2px solid;
	overflow:hidden;}
	
#infotext {
	width:650px;
	font-size:14px;
	float:left;
	margin-left:10px;}
	
#engal {
	width:246px;
	height:246px;
	float:left;
	margin-right:15px;
	margin-left:5px;
	border:#c8bd98 2px solid;
	overflow:hidden;}
	
#galthumb {
	width:80px;
	height:80px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	border:#c8bd98 2px solid;
	overflow:hidden;}
	
#galthumb img {
	border:0px;}
	
#formtext {
	font-size:12px;
	color:#666;
	text-align:left;}

#footer {
	width:900px;
	height:60px;
	border-bottom:#c8bd98 4px solid;}

#btmnav {
	width:700px;
	height:60px;
	float:left;}
	
#btmnav ul{
	margin-top:20px;
	margin-left:120px;}
	
#btmnav ul li{
	font-size:12px;
	float:left;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	list-style:none;}
	
#btmnav a:link,#btmnav a:visited {
	color:#999;
	text-decoration:none;}
	
#btmnav a:hover {
	color:#999;
	text-decoration:underline;}

#btmlogo {
	width:200px;
	height:60px;
	float:left;}
	
#credit {
	width:450px;
	height:25px;
	float:right;
	padding-top:10px;
	font-size:11px;
	color:#999;
	text-align:right;
	padding-right:50px;}
	
#credit a:link,#credit a:visited {
	text-decoration:none;
	color:#999;}
	
#credit a:hover {
	text-decoration:underline;
	color:#999;}
