@charset "utf-8";
/* CSS Document for Michelle Wheatley */

body {
	margin: 0;
	padding: 0;
	background: #7b2a6f url(../img/jpgs/background.jpg) no-repeat center top;
	width: 100%;
	display: table;
	font-family: "Century Gothic";
	background-color: #7b2a6f;
}

#Wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 110px;
	float: left;
	background-image: url(../img/jpgs/header900x110.jpg);
	background-repeat: no-repeat;
}

#menu {
	width: 900px;
	height: 45px;
	float: left;
}

#pageheader {
	width: 880px;
	height: 60px;
	float: left;
}

#total {
	width: 590px;
	height: 80px;
	float: left;
	background-image: url(../img/page_headers/total.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 110px;
}

#contentwrap {
	width: 700px;
	height: auto;
	float: left;
}

#content {
	width: 660px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#side {
	width: 200px;
	height: auto;
	float: left;
}

#pictures {
	width: 900px;
	height: 100px;
	float: left;
	background-image: url(../img/jpgs/pictures.jpg);
	background-repeat: no-repeat;
}



#footer {
	width: 900px;
	height: 20px;
	float: left;
	margin-top: 10px;
}

/* Font */

.footer {
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.donate {
	color: #fff;
	font-size: 15px;
}

.bodyfont {
	color: #111;
	font-size: 12px;
	line-height: 20px;
}

.total {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}

.pageheader {
	line-height: 60px;
	padding-left: 20px;
	font-size: 40px;
	color: #fff;
}

.subheader {
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}

/* Links */

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

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

#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

