/* Zeros down the browser padding and margin */
* {margin: 0; padding: 0;} 

body { 
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.9;
	font-size: 14px;} 

#wrapper {width: 100%; height: 100%;}

#footer {
	margin: 0 auto;
	text-align: center; 
	width: 960px;}	
		
#footer p {
	padding: 5px 0;
	font-size: 14px;
	color: #000;} 	

#content { 
	border: none;
	margin: auto;
	width: 960px;
	height: 760px;} 
		
#contentVideoPlayer { 
	border: none;
	margin: auto;
	width: 480px;
	height: 330px;}	

#contentGraffiti { 
	border: none;
	margin: auto;
	width: 960px;
	height: 760px;}	
	
#contentDraw { 
	border: none;
	margin: auto;
	width: 960px;
	height: 760px;}	

h1 {
	color: #701f95;
	font-size: 18px;
	margin-bottom: 10px;}
	
h2 {
	color: #c15e00;
	font-size: 20px;
	margin-bottom: 10px;}
	
p {}	
	
img {padding-bottom: 5px;}	

#mssHolder {}
	
	
#needFlashHeader {
	background: url(../images/needFlashHeader.jpg);
	width: 960px;
	height: 586px;
	margin-bottom: 20px;}
	
a{}
a:link, a:visited {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:hover, a:active {color: #000; background-color: #f2f2f2;}

/* =PrivacyPolicy.htm
   -------------------------------------------------------------------------------------------------*/

ul.privacyPolicyNotes {
	list-style: circle; 
	padding-left: 35px; 
	margin-bottom: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px dotted #ccc;}

ul.privacyPolicyNotes li {margin-bottom: 20px;}

#privacyPolicyDetails {padding: 20px;}

p.privacyPolicy {
	margin-bottom: 20px; 
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px;}

/* =ContactUs.aspx
   -------------------------------------------------------------------------------------------------*/
#contentContactUs { 
	border: none;
	margin: auto;
	width: 600px;}

#contactForm {
	width: 600px; 
	list-style: none; 
	margin-top: 20px;}  

#contactForm li {line-height: 1.8;}

#contactForm li.label, #contactForm li.field  {height: 40px;}

#contactForm li.label {
	color: #c15e00; 
	width: 200px; 
	float: left; 
	font-weight: bold; 
	text-align: right; 
	font-size: 14px;}

#contactForm li.field {
	width: 395px; 
	padding-left: 5px;
	float: left;}  

#contactForm li.messageForHallee {
	height: 140px;}
	    
.textBox {
	background-color: #f6b26b; 
	border: 1px solid #c15e00; 
	padding: 2px; 
	width: 200px;}

.commentsField {
	width: 300px; 
	height: 120px; 
	padding: 2px; 
	background-color: #f6b26b; 
	border: 1px solid #c15e00; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;}    

.textBox:focus, .commentsField:focus {background-color: #f2f2f2;}

.formButton {
	background-color: #701f95; 
	color: #fff; 
	width: 100px; 
	height: 30px; 
	margin-left: 50px;
	font-weight: bold;}    

.closeWindow {
	background-color: #D672DA; 
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	padding: 3px 10px;
	font-weight: bold;}    


#plThanks {height: 300px;}


		
