@charset "utf-8";
/* CSS Document */

body {	background-color:#000;
		text-align:center;
		margin:0px;
		padding:0px;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		color:#7f3236;
				
}

a 		{ 
		color:#7f3236; 
		}
a:link { color:#7f3236;; text-decoration: none; }
a:active { color:#7f3236;text-decoration: none; }
a:visited { color:#7f3236; text-decoration: none; }
a:hover {  color:#000000; text-decoration: underline;  }

h1 {color:7f3236;
	font-size:18px;
	font-weight:normal;
}
h2 {color:7f3236;
	font-size:16px;
	font-weight:normal;
}
h3 {color:7f3236;
	font-size:12px;
	font-weight:bold;
}

#container {
		position:relative;
		text-align:left;
		width:900px;
		margin:auto;
		background-color:#feffc0;
		min-height:600px;
}
#nav { 	position:relative;
		top:5px;
		left:50px;}

#navbaseline {background-color:#7f3236;
				width:900px;
				height:3px;
				position:relative;
				top:10px;
				left:0px;
}

#content{
position:relative;
top:30px;
left:50px;
width:800px;
min-height:500px;
	
}

#hometext {
	position:relative;
	top:15px;
	left:0px;
	width:400px;
}

#homeimage {position:absolute;
			top:0px;
			left:450px;
}

#pagetext {
	position:relative;
	top:15px;
	left:0px;
	width:600px;
}


#footer {
	font-size:13px;
position:relative;
color:#feffc0;
background-color:#7f3236;
height:40px;
padding-top:10px;
width:900px;
margin:auto;
}

.topnav {padding-right:30px;}
.topnavb {padding-right:30px; font-weight:bold;}

.footerlink 		{ 
		padding-top:15px;
		font-size:11px;
		color:#feffc0; 
		}
.footerlink:link { color:#feffc0;; text-decoration: none; }
.footerlink:active { color:#feffc0;text-decoration: none; }
.footerlink:visited { color:#feffc0; text-decoration: none; }
.footerlink:hover {  color:#ffffff; text-decoration: underline;  }





