/* SITE DESIGN BY
	Matt Johnson
	©2005 j2 productions */

/* GLOBAL STYLE */
body {
	padding: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0 0 auto auto;
	text-align: left;
	background: #c4c0a7 url("../images/topBlue_background.gif")  top center repeat-x;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	color: #6f664b;
}

/* Containers */
div#container {
	margin: 0 auto 15px auto;
	width: 601px;
	background: #FFFFFF url("../images/main_background.gif") top left repeat-y;
}

div#menu {
	margin: 0 auto auto auto;
	width: 601px;
	background: #FFFFFF url("../images/topMenu_background.gif") top center repeat-y;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	height: 21px;
}

div#header {
	background: #FFFFFF url("../images/headerArea.gif") top center no-repeat;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #6f664b;
	font-weight: bold;
}

div#content {
	background: transparent url("../images/contentLogo_background.gif") top center no-repeat;
	margin: 0 auto auto auto;
}

div#copyright {
	background: transparent url("../images/bottomCopyright.gif") bottom center no-repeat;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

div#popUp {
	background: #c4c0a7 top center repeat;
	margin: 0 auto auto auto;
}