body, html{
width:100%;
height:100%;
margin:0 auto;
margin-top:10px;
font-size: 13px; 
font-family: "Lucida Sans", "Lucida Grante", Arial, Helvetica, sans-serif;
color: #480454;	 
float: left; 
clear: left;

}


/*structure*/
#wrap{
	width:100%;
	height:100%;
	margin:0 auto;
}
		#flash{
			height:650px;
			width:960px;
			margin:0 auto;
		}
	
		#footer{
			height:60px;
			width:780px;
			text-align:center;
			margin:0 auto;
		}
/*structure*/
	
	
/*misc*/
a { 
	outline: none; 
}
a:link { 
	color:#666; 
}
a:visited { 
	color:#480454; 
}
a:hover { 
	background-image: url('../images/over.png') repeat;
}


/*styles*/

ul { 
	list-style-type:disc;
	}

h1{
	padding-top:14px;
	padding-bottom:10px;
	font-size:20px;
	font-family: Georgia;
	color:#D5298B;
}
h2{
	font-size:17px;
	color:#D5298B;
	font-family: Georgia;
	font-style:italic;
}

h3{
	font-size:12px;
}

h4{
	font-size:12px;
}

/*layout*/
.hide {
position: absolute;
left: -90000px;
}

/*navigation*/

