
html,body
{
	background: #9ea4ab url(../images/bg.gif) repeat;
	margin:0;
	padding:0
}

body
{
	font-family: Tahoma,sans-serif;
	margin-top: 20px;
}

p 
{
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

h1 
{
	font-family: Georgia, serif;
	text-align: center;
	color: #762922;
	font-size: 18px;
}

a 
{
	text-decoration: none;
	color: #ffffff;
}

img
{	
	border: none;
}	

imgframe
{
	border-style: double;
	padding: 4px;
    background-color: #DCDCED;
}

div#header 
{
	height: 146px;
	margin:0;
}

#slideshowContainer
{
	margin: 0 auto;
	width: 380px;
	height: auto;
}

#numberDiv a
{
	font: bold 14px Arial;
	text-decoration: none;
	color: #762922;
}

#backforthbuttons
{
	color: #ffffff;
	margin-left: 550px;
	padding-right: 10px;
	margin-top: 6px;
}
	
div#container-home
{
	background: #9ea4ab url(../images/content.home.bg.gif) no-repeat;
	width:749px;
	height: 551px;
	margin:0 auto;
}

div#container
{
	background: #9ea4ab url(../images/content.bg.gif) no-repeat;
	width:749px;
	height: 551px;
	margin:0 auto
}
	
.content-left
{
	float: left;
	width: 450px;
	padding-left: 25px;
	padding-top: 20px;
}
	
.content-right
{
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}
	
.gallery
{
	color: #ffffff;
	padding-left: 23px;
	clear: right;
}

.gallery img 
{
	border: none;
}
	
.menu
{
	position: absolute;
	margin-top: 480px;
	margin-left:360px;
}
	
.menu-content
{
	float: left;
	margin-top: 20px;
	margin-left:115px;
}

.phone
{
	float: left;
	margin-top: 10px;
}

.copyright
{
	font-size       : 12px;
	float           : right;
	margin-right    : 15px;
	margin-top      : 65px;
}
    
/* --- Table Content --- */
.front-left
{
	color: #ffffff;
	width: 230px;
	padding-left: 20px;
}
	
.front-left h3
{
	margin-bottom: 5px;
	color: #f6dc9c;
}
	
.front-left a
{
	margin-bottom: 5px;
	color: #fac72e;
	text-decoration: none;
}


.front-right
{
	color: #ffffff;
}

.front-right h3
{
	margin-bottom: 5px;
	color: #f6dc9c;
}

.front-right a
{
	margin-bottom: 5px;
	color: #fac72e;
	text-decoration: none;
}

br
{
	clear: left;
}


