/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 17px Arial, Helvetica, sans-serif;
	background: #fff url(../images/bkGlobal.gif) no-repeat top center;
	color: #000;
	line-height: 20px;
	text-align: left;
	}


p {
	margin: 0 10px 25px 18px;
	}


h1 {
	margin: 20px 0 10px 18px;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #ee3d96;
	letter-spacing: -1px;
	}
	
	
h2 {
	margin: 9px 0 20px 0;
	padding: 0;
	font: bold 28px Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #000;
	letter-spacing: -1px;
	}
	
h3 {
	margin: 2px 0 6px 0;
	padding: 0;
	font: bold 21px Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #666;
	letter-spacing: -1px;
	}
	
h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #ff0180;
	letter-spacing: -1px;
	}
	
	
img {
	border: 0;
	}
	
a {
	color: #ee3d96;
	text-decoration: none;
	}
	
a:hover {
	color: #ff8027;
	text-decoration: none;
	} 
	
	
form {
	margin: 0;
	padding: 0;
	}
	
strong {
	font-weight: bold;
	}
	


	
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ids / divs - defines structure of page */ 
#container {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 1200px;
	}

#leftColumn {
	margin: 150px 0 0 0;
	padding: 0;
	width: 650px;
	float: left;
	display: inline;
	}
	
#rightColumn {
	margin: 0;
	padding: 0;
	width: 350px;
	float: left;
	display: inline;
	text-transform: uppercase;
	font: normal 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
	}
	
#rightColumn a {
	color: #000;
	text-decoration: none;
	}
	
#rightColumn a:hover {
	color: #fff;
	text-decoration: none;
	}
	



	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */   
/* classes - to be applied to repeated elements as needed */  




	



  

	
	
	


	
	

