@charset "utf-8";
/* 
WMMF.com
CSS DOCUMENT
2008.01.21
VERSION 1.0
GLOBAL SITE STYLES
AUTHOR: WES MCWHORTER (westonmcwhorter.com)
*/

/* BASICS
----------------------------- */

body {
	background: #000 url(../images/paperBG.jpg);
	font-size: 75.5%;
    font-family: Times, "Times New Roman", serif;
    color: #000;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.makeMeRed { 
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #941a1d;
	text-decoration: none;
}


/* LINKS
----------------------------- */

a:link, a:visited { 
	color: #fff;
	text-decoration: none;
}
a:hover { 
	color: #7A2700;
	text-decoration: none;
}

/* STRUCTURE
----------------------------- */

#wrapper {
	height: 100%;
	text-align: left;
}
#lion {
	position: relative;
	float: right;
	z-index: 1000;
}
#header {
	background: url(../images/topWhiteStripe.png) repeat-x left;
    position: relative;
	height: 225px;
	padding: 10px 0px 10px 0px;
}
#header h1, #header p.access { 
	position: absolute; 
    top: -9999px;
}
#logo {
	float: left;
	padding: 25px 25px 25px 25px;
	z-index: 500;
}
#main {
	clear: both;
	position: relative;
	float: left;
    padding: 25px 0px 0px 25px;
}
html>body #main {
    margin-top: 0;
}

#content {
	float: left;
	position: relative;
}


/* CONTENT
----------------------------- */

#content h3 {
	font-family: Times, "Times New Roman", serif;
	font: 1.7em;
    color: #7A2700;
    margin: 1em 0 .75em 0;
    padding: 0;
    font-weight: bold;
}

#content p {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.2em;
    line-height: 1.7em;
}


/* FOOTER
----------------------------- */

#footer {
	background: url(../images/eraseAndStart.png) no-repeat left bottom;
	width: 100%;
	height: 100px;
	clear: both;
	position: relative;
}