@charset "UTF-8";
/* ----------- basic styling ---------*/
* {
	margin: 0px;
	padding: 0px;
	
}

#clear {
	clear:both;
}
	
body {
	background-image:url(../images/background_tile.gif);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#wrapper {
	background:url(../images/X_home.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0 auto;
	position:relative;
	width: 950px;
}

#flash_content {
}

#email_content {
	background:url(../images/background_form.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align:left;
	font-style:;
	}
	
#email_body {
	float:left;
	margin-top: 120px;
	margin-left: 270px;
	margin-right: 300px;
	}
	
	h1{
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
	line-height:1.4em;
	}

	p{
	font-size: .90em; 
	font-weight: normal; 
	color: #ffffff;
	line-height:1.4em;
	}
	p2{
	font-size: .90em; 
	font-weight: normal; 
	color: #010000;
	line-height:1.4em;
	}
	

.sub_page_content {
	border-top:2px solid #FFFFFF;padding:8px;	
}

h1 { color: #FFFFFF; }
