* {margin: 0; padding: 0; border: none; text-decoration: none}
body {
	background: White;
	color: #333;
	text-align: center;
	font: .8em "trebuchet ms", tahoma, sans-serif;
}
#container {
	background: url() repeat-y;
	width: 800px;
	margin: auto;
	text-align: justify;
}
#header {
	margin-top: +10px;
	height: 100 px;
	text-align: right;
}

#content {
	width: 535px;
	margin-top: +30px;
	padding-left: 46px;
	float: left;
	text-align: left;
}
#column {
	width: 185px;
	margin-top: +30px;
	padding-left: 30px;
	float: left;
}
h1 {
	font-size: 150%;
	text-indent: 10px;
	line-height: 45px;
	color: Black;
	font-weight: normal;
	margin: 0 0 -6px 0;
	text-align: center;
}
h2 {
	text-align: left;
	color: Black;
	font-weight: normal;
	line-height: 28px;
	font-size: 130%
}
h4 {
	text-align: center;
	color: Black;
	font-weight: normal;
	line-height: 28px;
	font-size: 130%
}
p {margin: 0 0 5px 0; text-align: justify}

a:link, a:visited {color: #A43B3B; }
a:hover {color: #000; }
#column a:link, #column a:visited {color: #C65E5E; }
#column a:hover {color: #000}
ul, ol {margin: 0 0 5px 2em; text-align: justify}
#column ul {margin: 0 0 5px 0; list-style: none}
.leftimage {float: left; margin: 0 5px 0 0;}
.rightimage {
	float: right;
	margin: 0 0 0 5px;
}
.centerimage {
	float: center;
	margin: 0 0 0 5px;
}
.box {
	width: 418px;
	margin: 10px auto;
	padding: 5px 10px;
	font-size: 95%;
	border: #bfadad solid;
	border-width: 1px 0;
	text-align: justify
}

#footer {
	width: 800px;
	margin: 10px auto;
	font-size: 95%;
	text-align: justify	
}