/*
FunnelWebCentral.org Cascading Style Sheet
Designed by Andrew Pease
andrew@elemental-net.ca

Version: 1.0
Date: June 2, 2005
*/

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 716px;
}

#header {
	-moz-border-radius-topright: 8px; /* Moz only */
	-moz-border-radius-topleft: 8px; /* Moz only */
	background: url(images/fw-background-dark.jpg) no-repeat 0 0 fixed;
	width: 700px;
	height: 50px;
	padding: 8px;
	clear: both;
}

#body {
	text-align: left;
	margin: 8px auto 0 auto;
	width: 700px;
	clear: both;
}

#main {
	float: left;
	width: 550px;
	margin: 0 0 8px 0;
}

#sidebar {
	float: right;
	width: 120px;
}
#footer {
	clear: both;
	text-align: center;
}

/* Global Fonts & Colors */
body {
	font: 70%/150% Verdana, Arial, Helvetica, sans-serif;
}
cite, input, textarea, select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}



.bg {
	background: url(images/fw-background-med.jpg) no-repeat 0 0 fixed;
	background-color: #08132e;
} 
.clear {
	clear: both;
}

/* Content Box */
.box {
	text-align: left;
	background: url(images/fw-background-light.jpg) no-repeat 0 0 fixed;
	background-color: white;
	padding: 8px;
	margin-bottom: 8px;
	-moz-border-radius: 10px;
}

#header h1 {
	color: white
}