/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFCC66;
	}

/* layout */

#wrap {
	margin: 1% 5%;
	padding: 0;
	border: thin solid #666666;
	min-width: 500px;
	background-color: #FFFFFF;
/*	max-width: 1000px;
	background: url(../img/wrap-bg2.gif) repeat-y 70% 0; */
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color:#000000;
	line-height: 1.5em;
	}
#contentwide {
	float: left;
	width: 100%;
	font-size: 95%;
	color:#000000;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	background: url(../images/london_church_cover_small2.gif) no-repeat right top;
	}
#footer {
	clear: both;
	background: #828377 url(../prelaunch/css/img/footer-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(../prelaunch/css/none) repeat-x left top;
	margin: 1px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	}

/* header */

#header {
	background: #FFFFFF url(../prelaunch/css/img/header-bg.gif) repeat-x left top;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	color: #000000;
	background: url(../prelaunch/css/img/bulls-eye.gif) no-repeat top left;
	}
	
/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	background: #C5D6F7 url(../prelaunch/css/img/message-bg.gif) repeat-x left top;
	}
#message strong {
	padding: 0 0 0 28px;
	font-size: 110%;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}

/* sidebars */


/* footer */
#footer {
	margin: 0;
	padding: 5px;
	clear: both;
	background: #828377 url(../prelaunch/css/img/footer-bg.gif) repeat-x top left;
	}

#footer p{
	margin: 0;
	font-size: 120%;
	list-style: none;
	color: #FFFFFF; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

/* Hides from IE/Mac \*/
#footer {
	height: 1%;
	background-color: #082973;
	}
/* End hide from IE/Mac */		

		

