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

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
}
body {
	font-family: Tahoma;
	font-size: 14px; 
	font-weight: normal;
	color: #163452;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

body ul#container {
	list-style-type: none;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

body ul#container li#top {
	background-image: url('../images/bg-top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul#container li#bottom {
	background-image: url('../images/bg-bottom.png');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul#container li#top, body ul#container li#bottom {
	width: 906px;
	height: 55px;
}
body ul#container li#content {
	background-image: url('../images/bg-content.png');
	background-repeat: repeat-y;
	background-position: left top;
}
body ul#container li#content {
	padding-left: 40px;
	padding-right: 40px;
}
body ul#container li#content ul li {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
body ul#container li#content h1, body ul#container li#content h3, body ul#container li#content h2{
	font-family: Impact;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}
body ul#container li#content h1 {
	color: #da2424;
	font-size: 46px;
}
body ul#container li#content h3 {
	color: #163452;
}
body ul#container li#content h3 big {
	display: block;
	margin-top: 20px;
}
body ul#container li#content img {
	margin-right: 10px;
}
body ul#container li#content div.quotes {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border-width: 1px;
	border-style: dashed;
	border-color: #999;
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 20px;
}
body ul#container li#content ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 20px;
}
body ul#container li#content div.quotes cite {
	font-size: bold;
}
body ul#container li#content div#payarea {
	border-style: dashed;
	border-width: 3px;
	border-color: #444;
}
body ul#container li#content div#payarea a {
	display: block;
	margin-bottom: 20px;
}
body ul#container li#footer-links {
	text-align: center;
}
body ul#container li#footer-links a {
	color: #fff;
	text-decoration: none;
}
