/*
Theme Name:SM Black
Theme URI:http://www.smamusements.com/
Description:Designed for S&M Amusements, Inc.
Version:1.0
Author:Anthony G. Cyphers
Author URI:http://ww.cypherstech.com/
Tags:dark, fixed
*/

@charset "utf-8";

/* Defaults */
* {
margin: 0;
padding: 0;
}

a {
	color: #00f;
}
a:hover {
	color: #666;
}

/* Body */
body {
	background: #000 url(images/main_BG.png) no-repeat center top;
	margin-top: 10px;
}

/* Header Section */
#header {
	background: #000 url(images/main_BG.png) no-repeat center top;
	width: 732px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -366px;
}
#header img {
	border: 0px;
}

/* Navigation section */
#nav {
	background: url(images/nav_bg.png) repeat-x;
	height: 41px;
	width: 100%;
	text-align: center;
}
#nav ul {
	position: relative;
	list-style-type: none;
	height: 41px;
	width: 732px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav li { 
	display: block;
	float: left;
	width: 120px;
	height: 41px;
} 
#nav li:hover { 
	background: url(images/nav_bg_hover.png) no-repeat;
} 
.current_page_item {
	background: url(images/nav_bg_hover.png) no-repeat;
}
#nav ul a {
	line-height: 41px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Content section */
#page-content {
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#content {
	width: 732px;
	height: auto;
	position: relative;
	top: 25px;
	left: 50%;
	margin-left: -366px;
}
#content-top {
	background: url(images/content_top.png) no-repeat;
	width: 100%;
	height: 51px;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#content-mid {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	width: 680px;
	height: auto;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	top: -20px;
}
#content-bottom {
	background: url(images/content_bottom.png) no-repeat;
	width: 732px;
	height: 51px;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -20px;
}

/* Footer section */
#footer {
	background: #000 url(images/footer_bg.png) repeat-x;
	width: 100%;
	height: 59px;
	text-align: center;
        margin: 0px;
        padding: 0px;
/*	position: relative;
	top: -450px;  */
}
#footer a {
	color: #900;
}
#footer a:hover {
	color: #C90;
}
#footer-center {
	background: url(images/footer_center_bg.png) no-repeat center;
	width: 732px;
	height: 59px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
	left: 50%;
	margin-left: -366px;
}
#footer-left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	float: left;
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin-top: 23px;
}
#footer-right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin-top: 23px;
	margin-right: 23px;
}