/* CSS Document */


/*     d8888 888       888 8888888b
      d88888 888   o   888 888   Y88b 
     d88P888 888  d8b  888 888    888 
    d88P 888 888 d888b 888 888   d88P 
   d88P  888 888d88888b888 8888888P  
  d88P   888 88888P Y88888 888        
 d8888888888 8888P   Y8888 888        
d88P     888 888P     Y888 888        
                                      
                                      
                              */


body,td,th {
}

body {
	background: 			#000 url('images/bodyBG.jpg') no-repeat top center; 
	margin: 					0px 0px 0px 0px;
	color: 						#FFF;
	font-family: 				arial, verdana, helvetica, sans-serif;
	font-size: 					14px;
}




/* ------ Text Styles begin here ------ */

hr {
	padding: 10px;
	display: none;
	margin: 10px;
}

*{
	margin:0;
	padding:0;
}

/* Headings */

h1, h2, h3, h4 {
	font-family: 				arial, verdana, helvetica, sans-serif;
}

h1 {
	color: 						#FFF;
	font-size: 					13px;
	display:					inline;
	margin:						0 0 0 0;
	padding:					0 0 0 0;
	line-height:				18px;
}

h2 {
	color: 						#0000FF;
	font-size: 					20px;
}

#popup h1 {
    font-size: 					16px;
    color:						#222;
    display:					block;
    margin-bottom:				8px;

}


#popup h2 {
    font-size: 					11px;
    color:						#222;
    display:					block;
    margin-bottom:				4px;



}

#popup p {
    color:						#555;
    font-size:					11px;
	line-height:				.9em;
	}


/* Links */

a:link {
	text-decoration: 			none;
	color: 						#d51e6c;
}

a:visited {
	text-decoration: 			none;
	color: 						#d51e6c;
}

a:hover {
	color: 						#d51e6c;
	text-decoration:			underline;
}

a:active {
	color: 						#FFF;
	text-decoration:			underline;
}


em {
	font-size:					12px;
	font-weight:				bold;
	line-height:				11px;
	text-align:					center !important;
	display:					block;
	background:			url('images/trans.png') repeat top left;
	padding:					5px;


}

p {
	margin:						0;
	padding:					0;
	display:					inline;
}
	
	
	
/* ------ Text Styles end here ------ */




/* ------ Layout Styles begin here ------ */

#popup{
	margin:40px 185px 30px 185px;
}
	
#wrapper {
	width: 						900px;
	position: 					relative;
	margin: 					0 auto;
}

#header {
	width: 						900px;
	height: 					190px;
	text-align:					right;
}


#content {
	width: 						900px;
	height:						410px;

}


#leftCol {
    float:						right;
	width: 						265px;
	color: 						#FFF;
	font-size:					12px;
	margin-right: 				10px;
	line-height:				18px;
	padding: 					0 5px 0 10px;
}

.email{
	font-weight:				bold !important;
	background:			url('images/trans.png') repeat top left;
	padding:					3px;
	margin:						0;
	width:						150px;
	text-align:					center;
}
	
#rightCol {
	float:						right;
}


#footer {
	clear: 						both;
	width: 						900px;
	text-align:					center;
	font-size: 					10px;
	color:						#373737;
	font-weight:				bold;
	letter-spacing: 			-1px;
}

/* ------ Layout Styles end here ------ */






