body {
	background: #11100c;
	margin: 0; padding: 0;
	margin-left: auto; margin-right: auto;
	text-align: center;
}
* { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #676664; line-height: 17px; }
#containerer { 
	margin-left: auto; margin-right: auto;
	text-align: center;
	width: 900px;
}
#logoImagex { background: url(../gfx/bg.jpg) scroll no-repeat center; height: 288px; }
	#nav { padding: 190px 0 0 0; }
	#nav ul { list-style: none; }
	#nav li { display: inline; margin: 0 20px 0 0; }

	#subNav { color: #6f664d; }
	#subNav ul { list-style: none; margin: 0 10px 0 0; }
	#subNav li { display: inline; margin: 0 30px 0 0; }
	.subnav { color: #6f664d; font-weight: bold; font-size: 11px; }
	
	#content {
		width: 900px;
		text-align: center;
		float: left;
		margin: 0 0 20px 0;
	}
	h1 { font-size: 16px; font-weight: normal; margin: 0 0 30px 0; }
	h2 { border-bottom: 1px solid #303030; }
	
	.column_pad { float: left; width: 410px; text-align: left; margin: 0 50px 0 0; }
	.column { float: left; width: 410px; text-align: left; }
	.column3 { float: left; width: 260px; text-align: left; margin: 0 20px 0 0; }
	.line { float: left; height: 1px; width: 410px; background: url(../gfx/dot.gif) scroll repeat-x; margin: 5px 0 5px 0; }
	.line2 { height: 1px; width: 200px; background: url(../gfx/dot.gif) scroll repeat-x; margin: 0 0 5px 0; }

	#footer { margin: 20px 0 20px 0; float: left; width: 862px; }
	.foo-left { float: left; width: 200px; text-align: left; color: #202020; font-size: 11px; }
	.foo-right { float: right; color: #202020; }
	
	.redish { color: #5c3534; }
	
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }
	img { border: 0; }
	.b { font-weight: bold; margin: 10px 0 0 0; } 

	.formi { border: 1px solid #505050; background: #303030; color: #606060; width: 200px; text-align: right; margin: 0 0 5px 0; padding: 3px; -moz-border-radius: 0 0 5px 5px; }
	.submit { width: 50px; padding: 5px; -moz-border-radius: 0 0 5px 5px; }
	
	p .gray { color: #404040; }
