* {
	margin:0;
	padding:0;}
	
#wrapper {
	width:   980px;  /*  837px;  */
	margin:0 auto;}

body {
	background-image: url(../images/bkgrd.png);
	background-repeat: repeat;
	margin-top: 0px;
	background-color: #000000;
}

.heading {
	background-repeat: no-repeat;
	height: 400px;
	background-image:url(../images/body.png)
}

.imghead {
    margin-bottom: 7px;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.secondary_text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.secondary_text2:hover {
	color: #FFFF87;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.scroll {
	height:370px;
	overflow:auto;}
