body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

}
#header{
	width: 915px;
}

#wrapper{
	text-align:left;
	width:915px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.picbox{
	float: left;
	width: 456px;
	height: 345px;
	margin-top: 60px;
	padding-right: 51px;
}

.contbox{
	float: right;
	width: 388px;
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	line-height: 24px;
}

.body a{
	text-decoration: underline;
	color: #182351;
	font-weight: bold;
}

.body a:hover{
	color: #D72526;
	text-decoration: none;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #182351;
}

#footer {
	float: left;
	width: 100%;
	color: #58585a;
	margin-top: 70px;
	margin-bottom: 10px;
}
#links{
	width: 915px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: left;
}

.copyright a{
	text-decoration: none;
	color: #58585a;
}

.copyright a:hover{
	color: #58585a;
	text-decoration: none;

}
.footerlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: right;
	text-align: right;
}

.footerlinks a{
	text-decoration: none;
	color: #58585a;
}

.footerlinks a:hover{
	color: #58585a;
	text-decoration: underline;

}
