/* CSS Document */

body {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	height:100%;
	
	background-image:url(../images/bknd.jpg);
	background-repeat:repeat-y;
	background-position: top center;
}
html {
	height:100%;
}
p, h1, h2, h3, h4, h5, span {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#000000;
	
	line-height: 1.6em;
}
h2 {
	padding: 5px 0px 10px 0px;
	font-size:14px;
	text-align:center;
}
h2 a {
	color:#FFFFFF;
	text-decoration:none;
}
h2 a:hover {
	color:#e42f92;
}
h2 a:active {
	color:#e42f92;
}
ul, ol, li {
	color:#00FF00;
	font-size: 15px;
	padding: 10px 20px 30px 40px;
	margin: 0px 10px 20px 30px;
	list-style-type: none;
	line-height: 1.5em;
}
.logoImage {
	float: left;
	padding-right: 20px;
}
a {
	color: #e42f92;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:788px;
	height:100%;
}
.header {
	padding:0px 0px 0px 23px;
	clear:right;
}
.content {
	padding:10px 23px 0px 23px;
	clear:right;
}
.footer {
	padding:20px 23px 20px 23px;
	clear:both;
	text-align:center;
}
.footer p {
	font-size:10px;
}