
body { 
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt;
	background-image: url(images/bg.jpg);
}
	A:link		{ color: #000000; border-bottom: 0px; text-decoration: none; font-size: 12pt; } 
	A:visited	{ color: #000000; border-bottom: 0px; text-decoration: none; font-size: 12pt; }

				 
.myfooter {
		text-align: center;
		color: #000000;
		font-size: 12pt;
	 }
	
#mainWrapper {
	width: 915px;
	top:25px;
	position: relative;
	
	/*background-color: 00ae9e;*/
}

#logoWrapper {
	width: 101%;
	background-color: 00ae9e;
	height:306px;
	background: transparent url(images/topmenu.png) no-repeat 0 0;
	
}

#bottomWrapper {
	width: 101%;
	background-color: 00ae9e;
	height:81px;
	background: transparent url(images/bottom.png) no-repeat 0 0;

}

#contentWrapper {
	width: 915px;
	text-align: center;
	position: relative;
	left: 0px; 
	background: transparent url(images/middle.png) repeat 0 0;
	vertical-align: top;
	
}


#textWrapper {
	width: 850px;
	position: relative;
	text-align:center;
	margin-right: 25px;
	margin-left: 25px;
	vertical-align: top;

}

#footerWrapper {
	text-align: center;
	color: #000000;
	font-size: 11pt;
	font-style: bold;
	position: relative;
	top: 25px;
}
