



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #362B23;
	color: #CEB584;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*used on little pagination numbers*/
.smallbutton {
	background-color: #EFE2B7;
	border: 1px solid #333333;
	height: 23px;
	width: 23px;
	font-family: "Courier New", Courier, mono;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin: 5px 2px 5px 2px;
	float: left;
}

.smallbutton a{
	height: 23px;
	width: 23px;
	display: block;

}



.button {
	background-color: #EFE2B7;
	border: 1px solid #333333;
	padding: 0px;
	height: 23px;
	width: 122px;
	font-family: "Courier New", Courier, mono;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	
}

.button:hover {
	background-color: #75674B;
	border: 1px solid #333333;
	padding: 0px;
	height: 23px;
	width: 122px;
	font-family: "Courier New", Courier, mono;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;		
}


.textboxinput {
	background-color: #EFE2B7;
	border: 1px solid #333333;
	padding: 0px;
	height: 23px;
	width: 122px;
	font-family: "Courier New", Courier, mono;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
	
}

.textboxinput:hover {
	background-color: #75674B;
	border: 1px solid #333333;
	padding: 0px;
	height: 23px;
	width: 122px;
	font-family: "Courier New", Courier, mono;
	margin-top: 0px;
	margin-bottom: 0px;
	
		
}





.form{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
		
	
}

input{
	background-color: #EFE2B7;
	border: 1px solid #333333;
	
		
	
	
	
	
}

textarea{
	background-color: #EFE2B7;
	border: 1px solid #333333;
	
	
	
}



.image{
	margin: 5px 5px 5px 5px;
		
	
}



/* links */


a {
	color: #CEB584;
	text-decoration: underline;
	}


a:link {
	text-decoration: underline;
	
	}

a:hover {
	
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a:visited {
	
	text-decoration: underline;	
	}
	
	
.button a {
	color: #000000;
	display: block;
		height: 23px;
	width: 122px;
	}

.button a:link {
	text-decoration: none;
		
	}

.button a:hover {
	
	text-decoration: none;
	color: #FFFFFF;
	}
	
.button a:visited {
	text-decoration: none;
	
	}



/* large elements */


.main {
	border: 1px solid #CEB584;
	margin-top: 50px;
	width: 705px;
	background-color: #CEB584;
	margin-right: auto;
	margin-left: auto;
	
}

.header {
	background-color: #333333;
	clear: both;
	border-bottom: 1px solid #CEB584;
	text-align: center;
		
}



.navmenuheader {
	
	background-color: #333333;
	font-weight: bolder;
	color: #CEB584;
	height: 23px;
}

.navmenu {
	background-color: #CEB584;
	float: left;
	color: #333333;
	width: 152px;
		
	
}

.navmenuitem {
	margin-top: 10px;
	background-color: #CEB584;
	margin-right: auto;
	margin-left: auto;
}



.contentheader {
	background-color: #333333;
	font-weight: bolder;
	color: #CEB584;
	
	text-transform: capitalize;	
}

.content {
	border: 1px solid #333333;
	background-color: #75674B;
	float: right;
	width: 550px;
	color: #CEB584;	
	
}


.footer {
	background-color: #333333;
	clear: both;
	border-top: 1px solid #CEB584;
	text-align: center;
	font-size: small;
	color: #CEB584;
	height: 20px;
}

.extrafooter {
	text-align: center;
	font-size: small;
	font-style: italic;
}

/*item elements*/

.itemmain {
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	background-color: #CEB584;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}

.itemlist {
	border: 1px solid #333333;
	width: 95%;
	background-color: #CEB584;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.itemheader {
	background-color: #333333;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	color: #CEB584;
	
	}

.itemheader a{
	color: #CEB584;
}

.itemheader a:hover {
	
	text-decoration: none;
	color: #FFFFFF;
	}

.itemcontent {
	padding: 5px;
	color: #000000;	
}

.itemcontent a{
	color: #000000;
}

.itemcontent a:hover {
	
	text-decoration: none;
	color: #FFFFFF;
	}