* {
	color: #8e6b41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
}

h1, h1 em {
	color: #8e6b41;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #c6a06f;
		font-style: normal;
	}

/* Home Section */

div#homeSide {
	float: right;
	width: 380px;
}

	div#homeSide img.homeImage {
		background: url(../images/please-wait-white.gif) no-repeat center center;
		height: 285px;
		margin-bottom: 10px;
		width: 380px;		
	}

div#homeMain {
	float: left;
	width: 400px;
}


/* Button */

a.button {	
	background: #8e6b41 url(../images/button-bg-right.png) no-repeat top right;
	display: inline-block;
	line-height: 22px;
	margin: 0;	
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none !important;	
}

	a.button span {
		background: #8e6b41 url(../images/button-bg-left.png) no-repeat top left;
		color: #ddc594 !important;
		display: block;
		margin-left: -8px;
		padding-left: 8px;
	}

	a.button:hover {
		background: #c6a06f url(../images/button-bg-hover-right.png) no-repeat top right;
	}
	
	a.button:hover span {
		background: #c6a06f url(../images/button-bg-hover-left.png) no-repeat top left;
		color: #ffffff !important;
	}

/* Admin Menu */

div.adminMenu {
}

	div.adminMenu p {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	div.adminMenu ul {
		margin-right: 10px;
		margin-left: 10px;
		list-style: disc inside;
	}
	
		div.adminMenu ul li {
			padding-bottom: 2px;
		}
		
			div.adminMenu ul li a:hover {
				text-decoration: underline;
			}
			
