html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 79%;
	color: #000000;
	height: 100%;
	line-height: 21px;
	background-color:#ffaa01;
	}
	
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-top:0px;
}

h1 { 
	font-size: 170%;
	color: #c73d44;
	font-variant: small-caps;
}

h2 { 
	font-size: 150%;
	color: #931b21;
	font-variant: small-caps;
}

h3 { 
	font-size: 130%;
	color: #931b21;
	font-variant: small-caps;
}

.seo-services { font-size: 11px; color: #87796e; }

.seo-services a:hover { color: #595049; background-color: #da9f46; }

#maincontainer {
	margin: auto;
	width: 1098px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	}
	
#container {
	padding-top: 200px;
	margin-right: 100px;
	height: auto !important;
	width: 780px;
	height: 100%;
	position: relative;
	text-align: left;
	float: right;
	}

#sparediv {
	float: right;
	width: 400px;
	}
	
#pic {
	width: 220px;
	float: left;
	}
	
#menu {
	padding-top: 210px;
	float: left;
	width: 180px;
	height: 600px;
	text-align: left;
	letter-spacing: 1.5px;
	list-style: none;
	font-variant: small-caps;
	font-size: 18px;
	line-height: 32px;
	}
	
#menu a { text-decoration: none; color: #3c3a31; font-size: 0.9em; font-weight:700;	background-color: #fdd135; }

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

#footer {	
	position: absolute !important;
	width: 1150px !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	background-color: #ffaa01;		
	color: #931b21;	
	font-size: 11px;
	border-top: 1px solid #c57000;
	margin-top:2px;
	}	
	
#footer p { margin: 0 10px; text-align: center; }


