/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	}
	
html {
	background-color:#990000;
	}
	
body {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#333333;
	}

#header {
	margin:0px;
	padding:0px;
	height:241px;
	}
	
#mainContent {
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	width:850px;
	text-align:left;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-bottom:150px;
	}

#mainText {
	background-image:url(../images/sliver.jpg);
	background-repeat:no-repeat;
	padding-left:120px;
	padding-bottom:10px;
	}

p {
	padding-right:50px;
	}
#mainText span{
	padding-right:50px;
	}
	
h1 {
	color:#000000;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	padding-top:150px;
	padding-bottom:20px;
	}
	
h2 {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	padding-top:30px;
	}
h3 {
	color:#000000;
	}
#navBar{
	padding-bottom:20px;
	}
ul.bullet {
	list-style-type:disc;
	padding-left:20px;
	}
		
.floatR {
	float:right;
	}
	
.floatRPoem {
	float:right;
	background-color:#FFFFCC;
	color:#006600;
	border-width:thin;
	border-style:double;
	width:250px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:40px;
	margin-left:10px;
	padding:10px;
	}

#foot {
	height:110px;
	width:824px;
	margin-left:13px;
	margin-right:13px;
	background-image:url(../images/footbg.jpg);
	background-color:#660000;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	text-align:center;
	}
#contactInfo{
	padding-top:20px;
	color:#999999;
	text-align:center;
	}
#testimonials{
	padding-right:40px;
	}
.quote{
	padding-top:40px;
	text-indent:40px;
}
.sig{
	padding:14px 0px 14px 40px;
	border-bottom:1px dotted #CCCCCC;
}
#foot ul {
	margin-top:15px;
}

#foot li {
	margin-left:5px;
	color:#999999;
	display:inline;
	list-style-type:none;
	display:inline;
	font-size:14px;
}

#foot a {
	color:#999999;
	text-decoration:none;
}

#foot a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
