﻿html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #777;
	background-attachment: fixed;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 14px;
}
#pagewidth {
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 5px #777;
	border-right: solid 5px #777;
}
#header {
	position: relative;
	height: 170px;
	background-color: #3C3630;
	width: 100%;
	background-image: url(../images/head.jpg);
	border-bottom: solid 2px #777;
	text-align: right;
}
#main {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 100%;
}
#footer {
	height: 30px;
	background-color: #333;
	clear: both;
	text-align: center;
}
p {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	letter-spacing: 1px;
}
h1 {
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 10px;
	height: 50px;
	margin-left: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #555;
}
img {
	border: 0;
	margin-right: 20px;
}
a:link, a:visited {
	text-decoration: none;
	color: #E83D00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
ul {
	margin: 0 25% 0 25%;
	font-size: 15px;
}
li {
	list-style-image: url('../images/arrow.png');
}
