@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: #2B0F4C;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
}
.Content {
	background-color: #2B0F4C;
	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: #2B0F4C;
	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: #686868;
	text-decoration: none;
}

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

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

.Image-center {
	align: center;
	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;
}

table.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.prices th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

table.prices td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

