
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'bauer bodoni', Serif;
	background: #cccccc;
	color: black;
	text-align: left;
	background-image: url(images/icons/bg4.jpg);

		}

img {
	border: 0;
	}

h1, h2, h3, li {
	font-family: 'bauer Bodoni', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: left;
    line-height: .5em;
	}

h2 {
	font-size: 1.2em;
	text-align: left;
	}
h3 {
	font-size: 3 em;
	text-align: center;
	}


p {
	font-size: 1.25em;
	text-align: left;
	line-height: 1.5;
	}

a { color:3399CC; 
	text-decoration: none;
	font size: 2em;
	border: 0;
	}

input, text {
height: 2.5em;
}

a:visited {
	color:666666;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	font-size: 2em;
	}

li {
	display: inline;
	padding-right: 9px;
	 }


#bigbox{
	margin: 0 auto;
	position: absolute;
	left: 100;
	top: 80;
	background-color: white;
	width: 910px;
	height: 729px;
		}

#rights{
	margin: 0 auto;
	position: absolute;
	left: 160;
	top: 789;
	z-index:5;
	}

#navbar{
	margin: 0 auto;
	position: absolute;
	left: 150;
	top: 70;
	z-index: 3;
	background color: white;
	}

#content{
	margin: 0 auto;
	position: absolute;
	height: 699;
	width: 700;
	left: 130;
	top: 170;
	z-index: 2;
	background color: white;
	}

#subnav{
	margin: 0 auto;
	scroll: auto;
	position: absolute;
	left: 800;
	top: 160;
	z-index: 4;
	width: 120px;
	height: 600px;
	background color: white;
	}

#contact{
	text-align: center;
	margin: 0 auto;
	position: absolute;
	height: 80;
	width: 700;
	left: 200;
	top: 280;
	z-index: 2;
	background color: white;
	}





