/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* iepngfix */
img, div { behavior: url(css/iepngfix.htc); }


/* layout */

body { 
	background-color: #3e6aa5;
	color: #fff;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 1em;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 100%;
	width: 900px; 
}

h1.logo {
	display: block;
	margin-top: 30px;
	width: 363px; 
	height:82px;
	background: url("../i/bigclogowhite.png") no-repeat;
	text-indent: -9999px;
	behavior: url(css/iepngfix.htc);
}

h1.logo a {
	display: block;
	width: 363px;
	height: 82px;
	outline: none;
}


#holdingpage {
	float: left;
	margin-top: 100px;
	margin-left: 40px;
}


h2.changing {
	float: right;
	margin-top: -400px;
	width: 568px; 
	height:202px;
	background: url("../i/changingtext.png") no-repeat;
	text-indent: -9999px;
	behavior: url(css/iepngfix.htc);
}

#rainbow { 	
	float: right;
	margin-top: -180px; 
	}

#nav li {
 	list-style-type:none;
}


#rainbow li a {
	background-image:url('../i/rainbow_transparent.jpg');
	display: block;
	height: 227px;
	width: 447px;
}

#rainbow li a.item1 {background-position:0px 0px;}
#rainbow li a:hover.item1 {background-position:-447px 0px;}


	
#footer {
	clear: both;
	padding-top: 30px;
	
}

h3.registered {
	width: 477px; 
	height: 41px;
	background: url("../i/registeredcharity.png") no-repeat;
	text-indent: -9999px;
	behavior: url(css/iepngfix.htc);
}

