@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}
#wrapper {
	width: 900px;
	text-align: left;
}
#wrapper h1 {
	color: #FFFFFF;
	font-size: 16px;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 192px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 75px;
	color: #000000;
	font-weight: bold;
}
#page_content {
}
#page_content h2 {
	font-size: 39px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.testimonial {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
#page_content li {
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
}
.page_contentp {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-right: 25px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 31px;
	padding-right: 40px;
	padding-left: 40px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#navigation {
	background-image: url(images/navigation_bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
.links {
	color: #00FF00;
	text-decoration: underline;
}
#page_content h3 {
	color: #0099FF;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
}
#number {
	float: right;
	width: 250px;
	height: 50px;
	background-image: url(images/number_btn.gif);
	background-repeat: no-repeat;
}
a {
	color: #FFFFFF;
}
#page_content a {
	text-decoration: none;
	color: #FF0000;
}
#page_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
