body {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 53px;
  background-color: #8dafca;
  background-image: url(../images/background.gif);
  background-position: top center;
  background-repeat: repeat-x;
}

#header {
background-image:url(../images/header.gif);
height:136px;
margin:auto;
position:relative;
width:894px;
}

#content {
	position: relative;
	width: 894px;
	margin: auto auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#page {
	line-height: 18px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 5px;
	position: relative;
	width: 815px;
	margin: auto auto;
	padding-bottom: 25px;
	padding-left: 25px;
}

h1 {
	color: #3d81b7;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	color: #8dafca;
	font-weight: bold;
	font-size: 13px;
	margin-top: 4px;
	text-transform: uppercase;
}

.picleft {
	width: 50%;
	float: left;
}

.picleft_normal {
	float: left;
	margin-top: -10px;
	padding-right: 10px;
}

.left {
	width: 65%;
	float: left;
}

.right {
	width: 32%;
	float: right;
}

.line {
	margin-top: -5px;
	height: 2px;
    border-top: 1px dotted #ccc;
    margin-bottom: -8px;
}

.clear {
	clear: both;
}

#footer {
clear: both;
	position: relative;
	width: 894px;
	height:54px;
	margin: auto auto;
	background-image: url(../images/footer.gif);
}
a:link {
	font-weight: normal;
	color: #808080;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	font-weight: lighter;
	color: #3d81b7;
}