@charset "utf-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}



body {
	background-image: url(img/background.gif);
	background-position: 0px 0px;
	background-repeat: x-repeat y-repeat;
	font-family: sans-serif;
	color: #ffffff;
	font-size: 80%;
	line-height: 1.7;

}

a:link {
	color:#91D765;
	text-decoration: none;

}
a:visited {
	color:#333333;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}

#header_wrapper {
	background-color:#ffffff;
	
}

#header {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	margin-top:40px;
	margin-bottom:20px;
}



#main {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top:50px;
}

.content {

}

table.infoTable {
	width: 600px;
	padding-top:25px;
	margin-bottom:90px;
}

table.infoTable th {
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	text-align: left;
	padding: 20px 5px 5px 15px;
	vertical-align: top;
	width: 30%;
}

table.infoTable td {
	border-bottom: 1px solid #ffffff;
	padding: 20px 5px 5px 5px;
	vertical-align: top;
	width: 70%;
}

#main ul {
	margin-top:30px;
	margin-left:20px;
}

#main ul li {
	line-height:2.0;
}

#wrapper_footer {
	background-image: url(img/footer_bg.png);
	background-position: 0px 0px;
	background-repeat: x-repeat;
	height:263px;
}


#footer {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top:220px;
}

/*#footer p {
	padding-top:40px;

}

#footer .copyright {
	padding-top:40px;
	padding-bottom:30px;
}*/

.clear {
	clear: both; visibility: hidden; height: 0;
}

