body
{	
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	font-family: Arial Narrow, Arial;
	font-size: 9pt;
}

#central
{
	width: 800px;
	height: 546px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

#text
{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 370px;
	color: #000;
}

#flash
{
	position: absolute;
	top: 0;
	left: 410px;
	width: 390px;
	height: 546px;
}

#top_banner
{
	position: relative;
	width: 800px;
	height: 100px;
	
	background-color: #A8ADB0;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#tabs
{
	position: absolute;
	top: 0;
	left: 8px;
	height: 30px;
	width: 364px;
}

#telephone
{
	position: absolute;
	bottom: 5px;
	left: 10px;
	height: 30px;
	width: 350px;
	font-family: Arial Narrow, Arial;
	font-size: 28px;
	color: #fff;
}

#logo
{
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 68px;
	width: 196px;
}

#content
{
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 546px;
	width: 800px;
	background-color: #fff;
	
	border-top: 0;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#content_plain
{
	position: relative;
	height: 546px;
	width: 800px;
	background-color: #fff;
	
	border-top: 0;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#bottom_banner
{
	position: relative;
	height: 53px;
	width: 800px;
	background-color: #A8ADB0;
}

#slogan
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 35px;
	width: 249px;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
}

#address
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 350px;
	font-size: 10pt;
	color: #fff;
	text-align: right;
}

#contact
{
	position: absolute;
	top: 40px;
	right: 20px;
	height: 300px;
	width: 250px;
}

#map
{
	position: absolute;
	top: 30px;
	left: 380px;
	width: 400px;
	height: 400px;
	border: 1px;
	border-style: solid;
}

a:link 
{
	color: #000;
	text-decoration: none;
}

a:visited 
{
	color: #000;
	text-decoration: none;
}

a:hover 
{
	color: #000;
	text-decoration: underline;
}

a:active 
{
	color: #000;
	text-decoration: none;
}

#address a:link 
{
	color: #fff;
	text-decoration: none;
}

#address a:visited 
{
	color: #fff;
	text-decoration: none;
}

#address a:hover 
{
	color: #AD208E;
	text-decoration: underline;
}

#address a:active 
{
	color: #fff;
	text-decoration: none;
}

.title
{
	font-size: 20pt;
	color: #AD208E;
}

.subtitle
{
	font-size: 12pt;
	color: #000000;
}

img
{
	border: 0;
}