/* 
~~ Saz's: Main Template ~~
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Last Modified: 2006.02.18 
*/

/* Blanket styles for all elements */
html, body {
	/*height: 100%;*/
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/template/mainBg.jpg) repeat-x fixed left bottom;
	font: 74% Arial, sans-serif;
}
/* Header */
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 740px;
	height: 100%;
	min-height: 100%;
	background: #232323;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
 }
#header {
	width: 740px;
	height: 124px;
	padding: 0;
	margin: 0;
	position:relative;
	top:0;
	background: #C7CB79 url(../images/template/headerBg.gif) repeat-x left top;
 }
#header .logo {
	position: absolute;
	top: 0;
	margin: 20px;
	padding: 0;
	left: 0px;
 }

/* Footer */
/* Footer used to create fading middle column shadow.
Note: A spacer graphic is used to extend this div 150px. 
The footerBg.jpg needs to be scaled vertically to shorten.
*/
#footer  {
	position: relative;
	height: 42px;
 }
/* Copyright */
#copyright {
	clear: both;
	color: #666666;
	padding: 0px;
	text-align: center;
	font-size: 9px;
	background: #000000;
	line-height: 20px;
	margin: 0px;
	position: relative;
 }
.clear { clear: left; }
#linkMenu {
	width: 740px;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 15px;
	line-height: 15px;
	clear: both;
	background-color: #000000;
 }

#linkMenu ul {
	list-style: none;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	width: 100%;
 }

#linkMenu ul li {
	margin: 0;
	border-right: 1px solid #333333;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	display: inline;
}

#linkMenu ul li a {
	margin: 0px;
	padding: 0px 5px;
	color: #666666;
	text-decoration: none;
 }

#linkMenu ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	padding: 0px 5px;
 }
#linkMenu .navLast {
	padding-left: 2px;
}
img{ behavior: url(css/iepngfix.htc) }
#flashcontent {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10;
	top: 0px;
}
