

html,body,div,span,
applet,object,iframe,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}


body, html {
	text-align:center;
	font-family: Arial,Verdana,  sans-serif;
	background:url(../images/bg.gif) #fff;


}


p {
	line-height: 1.1;
	margin-bottom: 10px;

}

#outer_wrapper {
	width:950px;
	margin:0 auto;
	min-height: 500px;
	text-align:left;
	}
	
#splash_image {
	background:url(../images/splash.jpg) #fff;
	width: 950px;
	height: 600px;
	
}

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

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

a:hover {
	text-decoration: none;
	color:#fff ;
}

a:active {
	text-decoration: none;
	color:#000 ;
}



#footer {
color: #fac8af;
text-align: center;
padding: 20px;
background: url(../images/footer_shadow.jpg) no-repeat;

}