/*
Theme Name: Zula World SEO Style
Description: Produced by BashBang Productions (www.bashbang.com) for ZulaWorld.com
Version: 1.0
Tags: SEO
Author: BashBang Productions Inc.
Author URI: http://www.bashbang.com
Latest updated: June 29, 2009
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #ffffff;
}
ol, ul {
	list-style: none;
}

p {
	margin-bottom: 8px;
}

/* END CSS RESET */

/* common classes */
.clearBoth {
	clear: both;
}

.rule {
	background-image: url("images/hr.png");
	width: 547px;
	height: 2px;
	margin-bottom: 15px;
}
div.hr hr {
	display: none;
}

.footerBtns {
	float: left;
	margin-left: 30px;
}

h1 {
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 5px;
}



/* layout */
html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url("images/page_bg.jpg");
	background-position: bottom center;
	background-repeat: repeat-x;
}

#header {
	float: right;
}

#pageWrap {
	margin:0px auto;
	margin-bottom: 0px;
	width:960px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#copy {
	margin-top: 10px;
}

#content {
	background-image: url("images/bg.jpg");
	width: 968px;
	height: 770px;
}

#altContent {
	background-image: url("images/bg2.jpg");
	width: 968px;
	height: 770px;
	color: #000000;
}

#mainBody {
	width: 870px;
	height: 370px;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 25px;
	overflow: auto;	
}

#membershipBenefits {
	float: right;
	width: 190px;
	height: 280px;
	margin-top: 5px;
	margin-right: 20px;
	overflow: auto;	
}

#membershipBenefits p {
	color: #000000;
}

#zwLogo {
	float: left;
	width: 480px;
	height: 110px;
	margin-left: 150px;
	margin-top: 00px;
}


#getFlash {
	font-size: 12px;
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 80px;
	margin-top: 50px;
}

#getFlash p {
	text-align: center;
	font-size: 1.7em;
	line-height:1.0em;
}

#description {
	float: left;
	margin-top: 75px;
	margin-left: 140px;
	width: 300px;
	height: 220px;
	overflow: auto;	
}


#footer {
	margin-top: 115px;
	margin-left: 150px;
}

#footerAlt {
	margin-top: 30px;
	margin-left: 150px;
}

