﻿* {
	margin:0;
	padding:0;
	border:0;
}

body { 
	background: url("orangebkgrd.jpg");
	background-repeat: repeat-y;
	background-position: left;
	font-family :  Georgia, "Times New Roman", Times, serif; 
	font-size:100%;
	width:970px;
}

h1 {
	margin:0px 200px;
	font-size:135%;
}
p {
	margin:15px 200px;
	font-family :  Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	text-align: justify;
}
a {
	text-decoration: underline; 
}
a:active, a:link {
	color:#0000ff;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #ff0000;
}
#banner img {
	margin:15px 160px;
}
#footer {
	margin-top:50px;
}
#footer2 {
	margin-top:30px;
	font-size: 70%;
}
/*  --------------------------- Classes -------------------- */
.center {
	text-align: center;
}