body {
	margin:0px 0px 0px 0px;
	color:#131313;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	word-spacing:1px;
	background-image:url("design/back.jpg");
}
a:link, a:active, a:visited, a:hover {
	font-weight:bold;
	color:#4E5BD6;
}
h1 {
	border-bottom:2px dotted #101010;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	line-height:17px;
}
h2 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
}
.border {
	border-left:2px solid #0B0F34;
	border-right:2px solid #0B0F34;
	background-image:url("design/back.png");
}
.noborder {
	border:none;
}
#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:202px;
}
#one, #two, #three, #four, #maintext {
	position:absolute;
	left:auto;
}
#one {
	top:0px;
}
#two {
	top:50px;
}
#three {
	top:101px;
}
#four {
	top:151px;
}
#maintext {
	top:202px;
	width:700px;
}
#links {
	text-align:center;
}
.current {
	font-size:11px;
	font-weight:bold;
}
.inline {
	display:inline;
}
