#center 
{ 
    position: absolute; 
    width: 749px; 
    height: 800px; 
    top: 50%; 
    left: 50%; 
    margin-top: -300px; 
    margin-left: -375px;
} 
A 
{
	font-size: 10pt; 
	color: red; 
	font-family: Tahoma; 
	text-decoration: none;
}
A:hover 
{
	font-size: 10pt; 
	color: #FF8000; 
	font-family: Tahoma; 
	text-decoration: none;
}
Body
{
        overflow: auto;
}
div#header
{
	position: absolute;
	width: 749px;
	height: 175px;
	border: 0px;
	text-align: center;
	background-image: url(images/Header2.bmp);
}
div#underhead
{
	position: absolute;
	top: 175px;
        width: 749px;
	height: 33px;
	border: 0px;
	text-align: center;
	background-image: url(images/Underhead2.bmp);
}
div#content
{
	position: absolute;
	top: 208px;
	width: 749px;
	height: 285px;
	border: 0px;
	text-align: center;
	color: black;
	background-image: url(images/Content2.JPG);
	overflow: auto;
}
div#footer
{
	position: absolute;
	top: 494px;
	height: 113px;
	width: 749px;
	border: 0px;
	text-align: center;
	color: red;
	background-image: url(images/Footer.gif);
}
div#blogs
{
        width: 400px;
        text-align: left;
        background-color: #736F6E;
        color: #000000;
}
div#menublogs
{
        width: 200px;
        text-align: left;
        background-color: #333333;
        text-decoration: none;
}
