@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(asset/background_pattern.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-attachment: fixed;
	background-position: left top;
	}
	
	
.leftedge {
	width: 29px;
	background-color: #FFF;
}

.rightedge {
	width: 29px;
	background-color: #FFF;

}

.topedge {
	height: 29px;
	width: 910px;
	text-align: center;
	background-color: #FFF;
}

.bottomedge {
	height: 40px;
	width: 910px;
	text-align: center;
	vertical-align: top;
	margin-right: 0px;
	background-color: #FFF;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

.legal a:hover {
	color: #999999;
}



.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	text-align: left;
	padding-top: 15px;
	}

a, a:visited {
	color: #728012;
	text-decoration: none;
	}


a:hover {
	color: #4b4600;
	text-decoration: none;
	}

.flash {
	clear: left;
	}
	
.maxheight {
	padding-top: 100px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

