@charset "utf-8";
/* CSS Document */

.holder {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	background-color: #3399cc;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.holder-wrapper {
	float: left;
	width: 700px;
}
.header {
	float: left;
	height: 100px;
	width: 700px;
	background-color: #ff99cc;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
}
.Content {
	background-color: #ff99cc;
	background-image: url(images/Contnent-Bg.jpg);
	background-repeat: repeat-y;
	background-position: 50px top;
	float: left;
	width: 580px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
}
.Footer {
	background-color: #ff99cc;
	background-image: url(images/Footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px top;
	float: left;
	width: 580px;
	height: 150px;
	padding-right: 60px;
	padding-left: 60px;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #ff99cc;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0066;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #686868;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #686868;
	text-decoration: none;
}
p a{
	color: #686868;

}
.footer-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #686868;
	text-decoration: none;
}
.footer-link a{
	color: #686868;
	text-decoration: none;
}
.footer-link a:hover{
	color: #686868;
	text-decoration: underline;
}
.Image-float-right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #686868;
	text-decoration: none;
}

A:link {text-decoration: none; color:#ff99cc}
A:visited {text-decoration: none; color:#ff99cc}
A:active {text-decoration: none; color:#ff99cc}
A:hover {text-decoration: none; color:#ff0066;}

