﻿
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 14px Baskerville, Times New Roman, Times, Georgia, Serif;
	color: #fff;
	background: #444f63 url(images/Body.gif) repeat-x 0 0;
}

a {
	color: #e3c5a2;
	text-decoration: underline;
}

h1 {
	margin-bottom: 25px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

div.CenteringWrapper {
	position: relative;
	width: 480px;
	height: 100%;
	margin: 0px auto;
}

div.BackgroundWrapper {
	float: left;
	position: relative;
	width: 480px;
	background: #465975 url(images/BackgroundWrapper.gif) repeat-y 0 0;
}

div.HeaderWrapper {
	float: left;
	width: 480px;
	height: 79px;
	padding-top: 88px;
	text-align: center;
	background: url(images/HeaderWrapper.jpg) no-repeat 0 0;
}

div.ContentWrapper {
	float: left;
	width: 430px;
	padding: 25px;
	text-align: justify;
	background: #465975 url(images/BackgroundWrapper.gif) repeat-y 0 0;
}

div.FooterWrapper {
	float: left;
	width: 440px;
	height: 37px;
	padding: 118px 20px 20px 20px;
	font-size: 12px;
	color: #b0adae;
	text-align: center;
	background: url(images/FooterWrapper.jpg) no-repeat 0 0;
}
