body {
	font-family:"Trebuchet MS";
	font-size:13px;
	color: #333333;
	margin: 0 0 0 0;
	text-align:center;
}

img {
	border: 0;
}

#header-wrap {
	width: 100%;
	height: 340px;
	background: url(images/bg-header-wrap.jpg) repeat-x;
	}
	
#header {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 340px;
	background:url(images/bg-header.jpg) no-repeat;
	}
	
#nav {
	padding-top: 100px;
	float: left;
	}
	
#nav table {
	width: 625px;
	border: 0;
	border-collapse: collapse;
	}

#nav table tr td {
	line-height: 3.5em;
	}
	
#nav a {
	background: url(images/nav-bg-off.jpg);
	display: block;
	height: 49px;
	width: 125px;
	color:#FFFFFF;
	font-size: 16px;
	}
	
#nav a:hover {
	background: url(images/nav-bg-on.jpg);
	color: #333333;
	}	
	
#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	min-height: 400px;
	}
#left {
	width: 600px;
	float:left;
	text-align: left;
	padding-bottom: 15px;
	}
	
#servicearea {
	width: 450px;
	background-color: #f9f9f8;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px dotted #999;
}

#servicearea table {
	width: 100%;
}

#servicearea table tr td ul li {
	list-style-type: square;
}
/*---RIGHT SIDE-----*/	
#right {
	width: 350px;
	float:right;
	}

#right table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-top: 20px;
	}
	
td.top {
	background: url(images/testimonials-top.png);
	height: 31px;
	border-spacing: 0;
	}
	
td.middle {
	background:url(images/testimonials-mid.png) repeat-y;
	border-spacing: 0;
	}
	
td.bottom {
	background:url(images/testimonials-bottom.png);
	height: 41px;
	border-spacing: 0;
	}

#right table tr td {
	padding: 0 10px 0 10px;
	text-align: left;
	}
	
h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color:#990000;
	}

#causes {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: left;
	background-color: #f9f9f8;
	padding: 10px;
	border:1px dotted #900;
}

/*contact form---------------------*/
input.textinput {
	background-color:#f9f9f8;
	border: 1px dotted #CCC;
	}
	
textarea.comments {
	background-color:#f9f9f8;
	border: 1px dotted #CCC;
	}

/*-----footer-----------*/
#clear {
	clear: both;
	margin: 0;
	}

#footer-divider {
	width: 100%;
	margin: 0;
	background-color:#990000;
	height: 5px;
	margin-top: 10px;
	}
	
#footer-wrap {
	width: 100%;
	margin: 0;
	background-color: #336699;
	height: 100px;
	}
	
#footer {
	width: 950px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color:#CCCCCC;
	font-size: 12px;
	}

#footer a {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #990000;
	}