@charset "UTF-8";

	/*----------basic styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #cacaca;
	background-image: url(_images/z_other/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
#wrapper {
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(_images/z_other/bg_strip.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
#shadow {
	background-image: url(_images/z_other/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
#clear {
	clear: both;
	}


/*-------- header styles ---------*/

#header {
	position: relative;
	height: 250px;
	background-image: url(_images/z_other/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	background-color: #FFFFFF;
	}
#header h1 {
	margin-left: -9000px;
	}

/*-------- content ---------*/

#content {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	text-align: left;
}
#content h1 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	padding: 20px;
}
#content p {
	padding: 10px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
}
#content ul {
	padding: 10px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
	list-style-position: inside;
	list-style-image: none;
}
#content ol {
	padding: 10px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
	list-style-position: inside;
	list-style-image: none;
}
/*-------- sidebar ---------*/
	
#sidebar {
	float: left;
	width: 200px;
	padding-top: 20px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14pt;
	color: #E1A53C;
	font-size: 12pt;
}
#sidebar p {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #666666;
	line-height: 14pt;
	font-size: 12pt;
	margin-bottom: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar a {
	text-decoration: none;
	color: #65170C;
	font-weight: bold;
}
#sidebar a:hover {
	font-size: 15pt;
	color: #000000;
}
#whyjoin {
	background-image: url(_images/z_other/icon2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	width: 200px;
	background-color: #FFFFFF;
}
#whyjoin p {
	text-indent: 60px;
	line-height: 50px;
	font-size: 10pt;
	color: #FFFFFF;
}
#whyjoin a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#whyjoin a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/*-------- footer ---------*/

#footer {
	color: #F8BB20;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 0.8em;
	padding: 10px;
	margin-top: 3em;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	line-height: 1.2em;
	background-color: #65261F;
	}
