* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #000000;
	scrollbar-arrow-color: #102102;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #d4d0c8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #e6e6e6;	
}

h1, h1 em {
	color: #000000;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #000000;
		font-style: normal;
	}

/* Button */

a.button {	
	background: #999999;
	color: #ffffff !important;
	display: inline-block;	
	line-height: 22px;
	margin: 0;	
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none !important;	
}

	a.button:hover {
		background: #ededed;
		color: #000000 !important;
	}
		
/* Home Page */

#homePageContent {
    background: transparent url(../images/home-page-content-bg.png) repeat-x top left;
	float: left;
    height: 450px;
    padding: 10px 10px 0;
	width: 250px;
}

#homePageImages {
	float: right;
	margin: 0 0 0 10px;
}

/* Admin Menu */

div.adminMenu {
    float: left;
    width: 200px;
}

	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;
			}
