* {
	margin:0;
}
html, body {
	height:100%;
	background:#ffffff;
}
body,img,form {
	margin:0;
	border:none;
	padding:0;
}
img {
	font-size:0;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -50px auto;
}
#footer {
	height:25px;
	padding:25px 0 0 0;
}
.push {
	height:50px;
}
.container {
	width:550px;
	margin:0 auto;
	text-align:center;
}
.center p, #content .center p {
	text-align:center;
}
#content p {
	text-align:justify;
	line-height:2.3em;
}
#header {
	padding:20px 0 50px 0;	
}
#nav {
	width:700px;
	margin:0 -75px 75px -75px;
}
#nav h1 a {
	margin:0 18px;
	padding:0 0 4px 0;
}
.line {
	width:550px;
	border-bottom:1px solid #ccc;
	height:10px;
	padding:0 0 5px 0;
}
#center {
	width:250px;
	height:250px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-125px 0 0 -125px;
}

.space, .vspace, .mspace, .mmspace {
	height:15px;
	font-size:0px;
}
.vspace {height:10px;}
.mspace {height:5px;}
.mmspace {height:3px;}


.holder {
	width:800px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
p, h1, h2, h3, h4, input, textarea, select, option, .post, ol, ul ul p {
	margin:0;
	padding:0;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	line-height:1.2em;
	text-transform:none;
	letter-spacing:normal;
}
h1 {
	text-transform:uppercase;
	letter-spacing:0px;
}
html>body h1 {
	letter-spacing:1px;
}
*+ html>body h1 {
	letter-spacing:0px;
}
h2 {
	letter-spacing:0px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
html>body h2 {
	letter-spacing:1px;
}
*+ html>body h2 {
	letter-spacing:0px;
}
em {
	font-size:12px;
}
u a, p a {
	text-decoration:underline;
}
.nodec, .nodec a {
	text-decoration:none;
}
.lgr, .lgr a {
	color:#ccc;
}
.gr, .gr a {
	color:#888;
}
.dgr, .dgr a {
	color:#555;
}
.small, .small p {
	font-size:10px;
}
.bl, .bl a, .gr .bl {
	color:#000;
}
a {
	color:#333;
    outline:none;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#999;
}
#nav .hi {
	border-bottom:1px solid #ccc;
	padding:0 0 3px 0;
	position:relative;
}