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 {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}

div, img {
}

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-color:#E6E6E6;
	background-position:50% 50%;
	width:100%;
	height:100%;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:22px;
}

div#framer {
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-color:#E6E6E6;
	background-position:50% 50%;
	width:100%;
	height:240px;
	position:absolute;
	top:120px;
	z-index:1;
}

div#head, div#wall_l, div#wall_r, div#foot {
	position:absolute;
	background-color:#FFF;
	z-index:10;
}

div#head, div#wall_l, div#wall_r {
	top:0px;
}

div#head, div#wall_l, div#foot {
	left:0px;
}

div#head, div#foot {
	width:100%;
}

div#wall_l, div#wall_r {
	height:100%;
	width:25px;
}

div#head {
	height:120px;
}

div#wall_r {
	right:0px;
}

div#tlc, div#trc, div#brc, div#blc {
	position:absolute;
	height:350px;
	width:350px;
	z-index:5;
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

div#tlc, div#trc {
	top:120px;
}

div#blc, div#brc {
	bottom:80px;
}

div#tlc, div#blc {
	left:25px;
}

div#trc, div#brc {
	right:25px;
}

div#tlc {
	background-image:url(images/tlc.png);
}

div#trc {
	background-image:url(images/trc.png);
}

div#blc {
	background-image:url(images/blc.png);
}

div#brc {
	background-image:url(images/brc.png);
}

div#logo {
	width:180px;
	height:58px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:71px;
	left:50%;
	margin-left:-305px;
	behavior:url(iepngfix.htc);
}

div#nav {
	position:absolute;
	left:50%;
	margin-left:-95px;
	top:86px;
	width:400px;
	height:30px;
	background-color:#FAE600;
}

div#nav a {
	display:-moz-inline-box;
 	-moz-box-orient: vertical;
	display:inline-block;
	height:30px;
	background-repeat:no-repeat;
}

a#nav_home {
	background-image:url(images/nav_home.png);
	width:87px;
}

a#nav_home:hover {
	background-image:url(images/nav_home_o.png);
}

a#nav_involved {
	background-image:url(images/nav_involved.png);
	width:131px;
}

a#nav_involved:hover {
	background-image:url(images/nav_involved_o.png);
}

a#nav_about {
	background-image:url(images/nav_about.png);
	width:76px;
}

a#nav_about:hover {
	background-image:url(images/nav_about_o.png);
}

a#nav_contact {
	background-image:url(images/nav_contact.png);
	width:106px;
}

a#nav_contact:hover {
	background-image:url(images/nav_contact_o.png);
}

div#foot {
	height:80px;
	bottom:0px;
	font-size:10px;
}

div#foot a {
	margin:0px 10px;
	color:#333
}

div#wrap_home {
	position:absolute;
	z-index:7;
	width:800px;
	left:50%;
	height:260px;
	margin-top:-120px;
	margin-left:-400px;
	overflow:auto;
	color:#333;
}

div#wrap {
	position:absolute;
	z-index:7;
	width:989px;
	left:50%;
	margin-top:375px;
	margin-left:-495px;
	overflow:auto;
	color:#666;
}

div#wrap_left {
	float:left;
	display:inline;
	margin-right:15px;
	width:174px;
	text-align:right;
}

div#wrap_right {
	float:left;
	display:inline;
	padding-left:15px;
	padding-right:15px;
	margin-right:189px;
	width:579px;
	text-align:justify;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

div.clearer {
	clear:both;
}

label.error {
	color:#C00;
	font-size:12px;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#999;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
	margin-bottom:-10px;
}

p {
	margin:10px 0px;
}

input#donate_btn:hover {
	background-image:url(images/donate_btn_o.png);
}

p.answer {
	margin-top:0px;
}

p.question {
	margin-bottom:0px;
	text-decoration:underline;
}

span.qa {
	font-weight:bold;
	font-size:18px;
	text-transform:lowercase;
	color:#333;
	padding-right:5px;
	text-decoration:none;
}
