html body {
	font-size: 12px;
	font-family: Georgia;
	margin: 0px;
	background-color: #3b0303;
	color: black;
}
		
		
div#wrap {
	width: 500px;
	margin: 50px auto;	
}

.h1{
	font-size: 36px;
}
.p1{
	text-align: left;
	font-size: 16px;
	width: 750px;
	padding-left: 50px;
}
		div#wrap {
			width: 500px;
			margin: 50px auto;	
		}

#header {
	color: white;
	word-spacing: 50px;
	background-repeat: no-repeat;
	background-color: white;
	display: block;
	margin: auto;
	height: 221px;
	width: 969px;
	background-image: url(../images/header_back.jpg);
	background-position: center top;
} 
#links {
	padding-top: 2px;
	background-repeat: no-repeat;
	background-color: white;
	color: white;
	display: block;
	width: 969px;
	height: 49px;
	margin: auto;
	background-image: url(../images/nav_back.jpg);
	background-position: center top;
}
#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
#links li {
	margin-left: 20px; 
	margin-right: 20px; 
	font-weight: bold;
	display: inline;
}
#container {
	background-color: white;
	width: 969px;
	margin: auto;
}
#copy {
	padding-left: 75px;
	padding-right: 350px;
}
#footer {
	position: static;
	display: inline-block;
	margin: 0px;
	padding-top: 50px;
	font-size: 10px;
	background-repeat: no-repeat;
	width: 969px;
	height: 78px;
	background-image: url(../images/footer_back.jpg);
	background-position: center top;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#tooltip{
	position:absolute;
	border:1px solid #000;
	background:#3b0303;
	padding:20px 20px;
	color:#fff;
	display:none;
}	
.right{
	margin-top: 60px;
	background-position: center top;
	width:350px; 
}
.text{
	font-size: 14px;
	margin-left: 75px;
	background-position: center top;
}
.text1{
	font-size: 14px;
	margin-left: 25px;
	background-position: center top;
}
.text2{
	font-size: 18px;
	margin-left: 75px;
	background-position: center top;
}
.text3{
	font-size: 18px;
	background-position: center top;	
}
.text4{
	margin-left: 275px;
	font-size: 18px;
	background-position: center top;	
}
img {
	border-color: #fff;
}

-->