﻿body {
background-color:#FFFFFF;
font-family: georgia,sans-serif;

}
 
#wrapper {
width:900px;

}

#header {
width:900px;
height:155px;
}

#content {
width:700px;
}

#footer {
clear:both;
width:900px;
height:100px;
}

#footer p {
padding:10px;
}
.newsbold {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.newstxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}

