@charset "UTF-8";
/* CSS Document */

@import url(style.css);
@import url(form.css);

/* Old Purple: f2a2bb */

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 12px;
}

#wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	height: 260px;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 451px;
	height: 248px;
}

#charities {
	margin: 0;
	padding: 165px 0 0 0;
	float: left;
	width: 509px;
	height: 78px;
	/*background: top left url(../images/logo_flow.png) no-repeat #fff;*/
}

#menu {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	height: 40px;
}

#menu_items {
	margin: 0;
	padding: 0;
	display: block;
}

#menu_items li {
	display: block;
	float: left;
	list-style: none;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
}
#menu_items li:first-child {
	padding-left:0px;
}

#menu_items li a, #menu_items li a:link, #menu_items li a:visited{
	font-size: 14px;
	color: #f2a2bb;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu_items li a:hover, #menu_items li a:active, #menu #menu_items li .on{
	color: #5b5c5e;
	border-bottom: 2px solid #f2a2bb;
	text-decoration: none;
}

#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#content {
	padding: 5px;
	text-align: left;
}

#left_col {
	padding: 5px 0 5px 0;
	width: 385px;
	float: left;
	border-top: #f2a2bb solid 20px;
	border-bottom: #f2a2bb solid 6px;
}

#right_col {
	width: 555px;
	float: left;
	margin-left: 20px;
}

#footer {
	margin: 10px auto 0 auto;
	padding: 8px 0 8px 0;
	width: 960px;
	height: 84px;
	text-align: left;
	border-top: #f2a2bb 1px solid;
	border-bottom: #f2a2bb 1px solid;
}

#footer_content {
	background: #7e7e7e;
	height: 84px;
}

#footer_left {
	width: 250px;
	padding: 0 15px 0 15px;
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	padding: 4px;
}

#footer_right a:link, #footer_right a:visited, #footer_right a:hover{
	color: #fff;
}

#developer {
	margin: 0 auto 0 auto;
	padding: 5px;
	width: 950px;
	text-align: right;
	font-size: 10px;
	color: #7e7e7e;
}

#developer a:link, #developer a:visited, #developer a:hover{
	color: #7e7e7e;
}
