/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #705252;
	text-decoration: none;
}

#wrap {
	width: 783px;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
}
#main-content {
	width: 519px;
	float: left;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 16px;
}

#content {
    width: 783px;
}
#news {
	float: center;
	color: #990000;
	font-size: 2%;
	margin: 1em 3%;
}
#news p{
	color: #990000;
	font-size: 2%;
}
#links {
	text-align: center;
	font-size: 2%;
	color: #990000;
}
#links a {
	font-size: 2%;
	color: #990000;
}
#footer {
	height: 31px;
	clear: both;
	width: 783px;
	background-image: url(images/bottom2.gif);
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	color: #666666;
}

#main-content h1 {
	font-size: 24px;
	color: #E8B325;
	text-align: left;
}
#main-content p {
	font-size: 2%;
	line-height: 16px;
	color: #990000;
}
.centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:10px;
}
#pagehighligt {
	float: right;
	width: 350px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #E8B325;
	border-right-color: #470101;
	border-bottom-color: #470101;
	border-left-color: #470101;
}
#footerlink {
	text-align: center;
	font-size: 11px;
}
#footerlink a {
	font-size: 11px;
	color: #CC6633;
}


