/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* DEFAULTS */
body { 
	background: black url("../_img/bg.gif");
	color: #a7a7a7;
	font: normal 11px Arial, Helvetica,Sans-Serif;
}

a:link,
a:visited { 
	font: normal 11px Arial, Helvetica,Sans-Serif;
	text-decoration: underline;
	color:#5a504b
}

a:hover,
a:active {
	text-decoration: none;
	color: #5a504b
}

img { border: none }
.none { display: none }
p, h2 {
	margin: 0 10px
	
}
p { margin-bottom: 15px }
h2 { font-size: 16px; color: #b2a8a2 }
.clear { clear: both }


#top {
	position: absolute;
	left: 0;
	top: 0;
	height: 763px;
	width: 100%;
	background: transparent url("../_img/top-bg.gif") repeat-x;
	z-index: -1;
	overflow: hidden;
}
#site {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 600px;
	margin-left: -300px;
	padding-bottom: 25px;
	text-align: center
}


#header {
	float: left;
	margin-bottom: 25px
}

#slaplogo { 
	float:left;
	width: 388px;
	margin-left:37px
}

#nav { 
	float: left;
	margin-left: 17px;
	margin-top: 205px;
	width: 150px;
}
#nav a { float:left }

#nav img {
	opacity: 0.9999;
	filter: alpha(opacity=100);
}
#nav img:hover {
	opacity: 0.7;
	filter: alpha(opacity=77);
}



#navspace {
	display: block;
	height: 1px;
	width: 15px;
}
#slaprec {
	float:left;
	margin-top: -4px;
	margin-left: 3px
}


#pagetop {
	display:block;
	float: left;
	width: 603px;
	height: 10px;
	background: transparent url("../_img/pagetop.gif") no-repeat
}

#pagecontent {
	display:block;
	float: left;
	text-align: left;
	width: 603px;
	min-height: 300px;
	background: #0b0b0b url("../_img/pagecontent.gif") repeat-y
}

#pagebottom {
	display:block;
	float: left;
	width: 603px;
	height: 10px;
	background: transparent url("../_img/pagebottom.gif") no-repeat
}

#slapnews strong,
#slapmailorder strong { display: none }
#slapnews,
#slapmailorder {
	margin: -4px 0 10px 10px;
	height: 24px;
	width: 583px;
	border-bottom: 1px dotted #707070
}

#slapmailorder {
	margin-top: 35px;
}

.newsleft {
	float: left;
}
.newsleft img  {
	margin: 0 2px -2px 0
}
.newsright {
	float: right;
	font-size: 10px;
	margin-right: 13px
}
.newsright span {
	color: #5a504b
}

#footer {
	text-indent: -4000px;
}
