body
{
	background-image: url('img/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.leftside
{
	display: block;
	width: 91px;
	height: 100%;
	background-image: url('img/leftside.jpg');
	background-repeat: repeat-y;
	float: left;
}

.rightside
{
	display: block;
	width: 91px;
	height: 100%;
	background-image: url('img/rightside.jpg');
	background-repeat: repeat-y;
	float: left;
}

.mainsection
{
	width: 892px;
	margin: 0 auto;
  text-align: left;
}

.mainleft
{
	float: left;
}

.mainright
{
	float: right;
}

.mainbottom
{
	clear: both;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 25px;
}

.smalltext
{
	font-family: verdana;
	font-size: 11px;
	color: #1f3a57;
}

li
{
	font-family: verdana;
	font-size: 12px;
	color: #1f3a57;
}

.normaltext
{
	font-family: verdana;
	font-size: 12px;
	color: #1f3a57;
}

.normaltext span
{
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.headertext
{
	font-family: verdana;
	font-size: 18px;
	color: #1f3a57;
}

.subheadertext
{
	font-family: verdana;
	font-size: 11px;
	color: #1f3a57;
	margin-left: 15px;
	margin-top: 5px;
}

.imgnoborder
{
	border: none;
}