body {
	margin:0px 0px 0px 0px;
	background-image:url(design/back.jpg);
	background-attachment:fixed;
	color:#131313;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:10px;
	letter-spacing:1px;
}
a:link, a:active, a:visited, a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#2A2A2A;
}
.current, .current a:link, .current a:visited, .current a:active, .current a:hover {
	text-decoration:underline;
}
h1 {
	border-bottom:1px solid #7B817E;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
	color:#7B817E;
	line-height:15px;
}
.subhead, h2 {
	border-bottom:1px solid #7B817E;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	color:#7B817E;
	line-height:8px;
}
.text {
	text-indent:30px;
	text-align:justify;
}
.small {
	font-size:8px;
	text-align:center;
}
.border {
	border-left:2px solid #131313;
	border-right:2px solid #131313;
	background-color:#DAE1E2;
	width:500px;
}
#container {
	height:100%;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#header, #maintext, #one, #two, #three, #four, #five {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
}
#header {
}
#maintext {
	top:315px;
	width:500px;
}
#one {
	top:0px;
	width:500px;
	height:81px;
}
#two {
	top:81px;
	width:500px;
	height:82px;
}
#three {
	top:162px;
	width:500px;
	height:81px;
}
#four {
	top:243px;
	width:500px;
	height:81px;
}
.noborder {
	border:none;
}
.inline {
	display:inline;
}
