html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 79%;
	color: #3c3a31;
	height: 100%;
	line-height: 21px;
	background-color:#ded9c3;
	}
	
a { text-decoration: none; color: #b71909; font-size: 1em; padding: 1px 2px; }

a:hover { background-color: #fd900e; color: #fff;}

acronym { border-bottom: 1px dotted #cc0000; cursor: help; } 

.firefox {
border-collapse: collapse;
height: 100%;
width: 100%; 
margin: auto;
margin-top:0px;
}

h1 { 
	font-size: 150%;
	color: #7b1f24;
	font-variant: small-caps;
}
	
#container {
	height: auto !important;
	width: 970px;
	position: relative;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin:auto;
	}

#contentbox {
	width: 630px;
	padding-right: 20px;
	margin-top: 270px;
	padding-bottom: 120px;
	padding-right: 50px;
	float: right;
	text-align: left;
	}
	
#pic {
width: 220px;
height: 280px;
float: left;
padding-top: 8px;
padding-right:10px;
}

#menu {
	width: 200px;
	padding-top: 280px;
	padding-left: 60px;
	float: left;
	text-align: left;
	background-image:url(images/body_background.gif);
	line-height: 25px;
	letter-spacing: 1.5px;
	list-style:none;
	}
	
#menu a { text-decoration: none; color: #f6520d; font-size: 0.9em; font-weight:700; }

#menu a:hover { background-color: #8bd508; color: #fff; }

#footer {	
	width: 100% !important;
	z-index: 500 !important;
	padding: 10px 0;	
	margin-top: -30px;
	background-color: #d1ccb8;		
	color: #77705d;	
	font-size: 11px;
	border-top: 1px solid #666666;
	height: 60px;
	line-height: 18px;
	}	
	
#footer a {	
	color: #992f33;
	font-weight: bold;
	}
	
#footer p { margin: 0 10px; text-align: center; }