body {
	margin-top: 5%;
  	text-align: center;
	font-family: "century gothic";
	font-size: 100%;
	background-color: black;
/*	background-image: url(../images/bodybackground.jpg);*/
	}


/*=================================================*/
/* General Page Layout */

#wrapper {
	text-align: left;
	width: 615px;
	height: 470px;
	margin-left: auto;
	padding: 15px;
	margin-right: auto;
/*	background-image: url(../images/background.jpg);*/
	}
	

#frame {
	width:605px;
	height:460px;
	background-color: white;
	margin: 0;
	border: 5px solid white;
	}

#pageimage {
	width:605px;
	height:460px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#row1 {
	width: 100%;
	height: 30px;
	background-color: black;
	}

#row2 {
	width: 100%;
	height: 329px;
	padding-top: 2px;
	}

#row3 {
	width: 100%;
	height: 99px;
	}
	
	
#column1 {
	float: left;
	width:170px;
	height:327px;
	}	
	
#column2 {
	float: left;
	width:355px;
	height:277px;
	padding: 25px;
	}	
	
#column3 {
	float: right;
	width: 30px;
	height: 327px;
	background-color: gray;
	opacity: 0.5;
	}
	
/*=================================================*/
/* General Fonts & Links */
h1, h2, h3 {
	font-weight: normal;
	color: black;
	margin-top:0;
	}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	font-size: 75%;
	list-style-type: square;
	}
	
#quote {
	text-align:right; 
	padding-top: 10px;
	}

a{
	color: gray;
	}
	
a:hover{
	text-decoration: none;
	}
	
a:active {
	color: white;
	text-decoration: none;
	}

span.emo_address, a.emo_address {
	color: gray;
	}
	
span.emo_address:hover {
	text-decoration: none;
	}

a.emo_address:active {
	color: white;
	text-decoration: none;
	}



/*=================================================*/
/* Breadcrumb Link Formatting */
#crumbmenu {
	font-size: 70%;
	padding: 7px 10px 0 10px;
	float: right;
	margin: 0;
	color: gray;
	font-weight: 500;
	color: gray;
	}

#crumbmenu a{
	color: gray;
	text-decoration: none;
	}

#crumbmenu a:hover {
	color: white;
	}

#home {
	height: 25px;
	padding: 5px 10px 0 10px;
	float: left;
	border-right: 2px solid white;
	}
	
#home a{
	color: gray;
	text-decoration: none;
	}

#home a:hover {
	color: white;
	}
/*=================================================*/
/* Menu Formatting and Spacing */
#menu {
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	margin: 0;
	padding: 0;
	}
	
#menu ul li a {
	font-size: 100%;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-left: 5px;
	margin-top: 2px;
	}

#menu ul li a:link, #menu ul li a:visited {
	font-size: 130%;
	color: black;
	height: 20px;
	background-color: gray;
	padding: 5px;
	padding-left: 10px;
	margin-top: 2px;
	opacity: 0.5;
	}

#menu ul li a:hover{
	color: white;
	background-color: black;
	opacity: .5;
	}

#menu ul li a:active {
	border-left: 5px solid black;
	padding-left: 5px;
	background-color: transparent;
	color: black;
	}

.active a{
	padding-left: 5px !important;
	border-left: 5px solid gray !important;
	color: black !important;
	background-color: transparent !important;
	}
	
.active a:hover{
	border-left: 5px solid gray;
	color: black !important;
	background-color: transparent !important;
	}

	/* Spacer Boxes */
#topbox {
	width: 170px;
	background-color: gray;
	opacity: 0.5;
	}
	
#bottombox {
	width: 170px;
	margin-top: 2px;
	background-color: gray;
	opacity: 0.5;
	}


/*=================================================*/
/* Preload Button Images at Intro */
#preload { display: none; }


/*=================================================*/
/*IE6 sucks so fix it here*/
#topbox {
	height: 57px;
	}

html>body #topbox {
	height: 60px;
	}

#menu ul li a:active {
	background-color: #EEEEEE;
	}

.active a{
	background-color: #EEEEEE !important;
	}
	
.active a:hover{
	background-color: #EEEEEE !important;
	}

html>body #menu ul li a:active {
	background-color: transparent;
	}

html>body .active a{
	background-color: transparent !important;
	}
	
html>body .active a:hover{
	background-color: transparent !important;
	}


	