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

/* layout */

html {}


body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:0;
}

#header {
	width:800px;
	margin:0 auto;
}

#logo {
	width:366px;
	margin:0 auto;
}


.bar {
	width:800px;
	height:5px;
	background-image:url(../images/bar-green.png);
	background-position:top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#content {
	width:780px;
	margin:0 auto;
	padding:20px 0 10px 0;
}

#media {
	width:306px;
}

#copy {
	width:464px;
	background-color:#fee8f5;
}

.quoteContainer {
	width:464px;
	padding:10px 0;
	background-image:url(../images/bob-quote.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#fff;
}

.bubble {
	width:306px;
	background-image:url(../images/quote-box.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.bubble-top {
	width:306px;
	height:5px;
	line-height:0;
	font-size:0;
	background-image:url(../images/quote-top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#contact {
	width:780px;
	margin:0 auto;
	padding:20px 0 0px 0;
}

#web {
	width:266px;
	height:58px;
	background-image:url(../images/web.png);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

#register {
	width:266px;
	height:58px;
	background-image:url(../images/register.png);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

#details {
	width:780px;
	margin:0 auto;
}

#regCharity {
	width:780px;
	margin:0 auto;
}

#developedBy {
	padding:10px 0;
	line-height:0px;
	text-align:center;
}

#developedBy img {
	margin:0px auto;
	border:0px none;
}

/* position */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
}

/* images */

#logo img {
	padding:20px 0 0 0;
	margin:0;
}

#media img {
	margin:0;
	padding:0px 0 20px 0;
}

#media img.last {
	padding:0;
}