
/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/



body { background: #000000;  }

#wrapper { width: 990px; margin: 0 auto; }

#header {
	background: url('../images/privacy/privacy_header.jpg') top left no-repeat;
	height: 188px;
	width: 990px;
}

#menu {
	background: #16120F;
	position: relative;
	left: 0px;
	top: 30px;
	height: 26px;
	width: 500px;
	text-align: center;
	padding-top: 5px;
}

#menu a:link,#menu a:visited,#menu a:active {
	text-decoration: none;
	font-family: georgia;
	font-size: 12px;
	color: #8e8a6d;
	padding-left: 20px;
}

#menu a:hover {
	text-decoration: none;
	font-family: georgia;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 20px;
}	

#body {
	background: url('../images/privacy/privacy_body.jpg') top left no-repeat;
	height: 878px;
	width: 990px;
}

#body_text {
	width: 728px;
	margin-left: 131px;
}


#title {
	font-family: verdana;
	font-size: 18px;
	color: #cccccc;
	margin-top: 0px;
	font-weight: bold;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #cccccc;
	margin: 20px 0px 20px 0px;
}

b {
	font-family: verdana;
	font-size: 12px;
	color: #cccccc;
	margin: 20px 0px 20px 0px;
	font-weight: bold;
}

#googleAds {
	margin: 18px 0 0 0;
	text-align: center;
}

#footer {
	margin: 37px 0 10px 0;
	text-align: center;
}




/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#footer p {
	color: #666666;
	font-size: 10px;
	line-height: 18px;
}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #cccccc; text-decoration: underline; }
#footer a:active { color: #666666; text-decoration: none; }
