
html, body {
	margin: 0px auto;
	text-align: center;
	height: 100%;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #660066;
	text-transform: uppercase;
	}
	
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.allcaps {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

#container {
	position: relative;
	margin-top: 10px;
	width: 900px;
	min-height: 100%;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
	background-image: url(images/bg_topcontainer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
#header {
	width: 900px;
	}
	
	
#content {
	position: inherit;
	width: 900px;
	float: left;
	text-align: left;	
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px -10px;
	}


#clear-both { clear:both; }

#navcontainer {
	width: 900px;
	height: 35px;
	background-image: url(images/bg_menu.gif);
	}

	div#navigationwrapper {
		width: 800px;
		margin-left: 15em;	/* ADJUST VALUE TO CENTER MENU */
		margin-right: 5em;

		}

	#navigation {
		padding-top: 9px;
	}
	#navigation ul {
		text-decoration: none;
		margin: 0;
		list-style:none;
		padding: 0;
		width: 100%;
		text-align: center;
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
	}
	#navigation li {
		display: inline;
		background: url(images/menubg.gif) repeat-x center top;
		text-align: center;
		padding: 0;
		margin-right: 4px;	
		float: left;
	}
	#navigation a {
		color: #000000;
		background: url(images/menuleft.gif) no-repeat left top;
		float: left;
		margin:	0;
		padding-left:7px;
		text-decoration: none;
	}
	#navigation a:hover {
		color: #660066;
		text-decoration: none;
	}
	#navigation a span {
		background: url(images/menuright.gif) no-repeat right top;
		display: block;
		padding:7px 13px 4px 5px;
	}
	#navigation a span {
		float: none;
	}
	
#rightcolumn {
	width: 200px;
	float: right;
	padding: 20px;
	margin-top: 10px;
	text-align: left;
	min-height: 500px;
	}

#box {
	width: 190px;
	height: 200px;
	background-image: url(images/box.jpg);
	margin: 5px;
	}
