* { padding:0; margin:0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img { border:none }

body {
	background: #000;
	font-family: Trebuchet MS, Helvetica,  Arial, Verdana, sans-serif;
	font-size:.85em;
	background-image:url(../images/giantPurpleBackground1.jpg); background-position: top;
	color: #f2eac3;
	margin-top:0px;
	}

a:link { color: #ccccff; background-color: none; text-decoration: none; }
a:visited { color: #ccccff; background-color: none; text-decoration: none; }
a:hover { color: #e6e6ff; background-color: none; text-decoration: none; }
a:active { color: #e6e6ff; background-color: none; text-decoration: none; }

ul { list-style:square; list-style-position:inside; }

/* template styles */	
	

#wrapper {
	position:relative;
	width:920px;
	height:100%;
	margin-top:0px; margin-bottom:0px; margin-left:auto; margin-right:auto;
	}
	
#poster {
	width: 600px;
	height:900px;
	padding-top:40px;
	margin-right:20px;
	float:left;
	}	
	
#rightColumn {
	width: 260px;
	height: 100%;
	position: relative;
	float:left;
	background-image:url(../images/rightColumnBg3.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	}			

#bottomLinks {
	padding-top: 10px; padding-bottom:20px;
	margin-right:20px;
	float:left;
	width:600px;
	text-align:right;
	}
	
#bottomLinks a:link { color: #fff; background-color: none; text-decoration: none; }
#bottomLinks a:visited { color: #fff; background-color: none; text-decoration: none; }
#bottomLinks a:hover { color: #e6e6ff; background-color: none; text-decoration: none; }
#bottomLinks a:active { color: #fff; background-color: none; text-decoration: none; }


/* heads */

h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 2em;
	}
	
h3 {
	font-size: 1.4em;
	color:#d7952c;
	margin-top:10px;
	}
	
h4 {
	font-size: 1.25em;
	}	
	
h5 {
	font-size: .75em;
	}		
		
/* class acts */		

.importantInfo1 {
	color:#ffd70b;
	font-size:1.1em;
	margin-bottom:10px;
	}
	

.clearer {
	clear:both;
	}	
