* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	color: #999;
	margin: 0px 0px 15px 0px;	
}

p {
	margin: 0px 0px 15px 0px;	
}

br {
	clear: left;
	height: 1px;
	width: 1px;
}

img {
	border: none;	
	behavior: url("iepngfix.htc");
}

a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

.clear {
	clear: left;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.color1 {
	color: #C00 !important;	
}

.errMsg, .userMsg {
	font-size: 12px;
}

.errMsg {
	color: #FF0;	
}

	.errMsg li, .userMsg li {
		margin: 10px 0px 0px 15px;
	}

body {
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	display: block;
	margin: 0px auto;
	width: 900px;
}

#logo {
	margin: 30px 0px 30px 0px;	
}

#navigation {
	background-color: #323232;
	color: #FFF;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	height: 29px;
	line-height: 15px;
	margin-bottom: 35px;
}

	.nav {
		text-align: right;	
	}

	.nav > li {
		display: inline-block;	
		list-style: none;
		text-align: center;
	}

		.nav > li > a {
			color: #FFF;
			display: block;
			height: 29px;
			padding: 7px 60px 5px 5px;
			text-decoration: none;		
		}
		
		.nav > li:hover > a, .nav > li.sfhover > a {
			color: #c51c00;
		}

			.nav > li > a > img {
				margin: 0px 10px 0px 0px;
				vertical-align: middle;
			}
			
		.nav > li > .subnav {
			left: -999em;
			position: absolute;
		}
		
		.nav > li:hover > .subnav, .nav > li.sfhover > .subnav {
			left: auto;
			position: absolute;
		}
				
			.subnav {
				color: #C00;
				font-size: 12px;
				font-weight: bold;
				margin-top: -5px;
			}
			
				.subnav li {
					display: inline-block;
					height: 40px;
					list-style: inside;
					padding: 0px 10px 0px 4px;
				}

#content {
	border: solid 1px #525252;
	display: block;
	padding: 20px;
}

#footer {
	font-size: 9px;
	margin-top: 20px;
}