/* CSS Document */

body
{
	background-image: url(images/background-site.gif);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img
{
	border: 1px solid black;
}


a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



#wrapper
{
	margin-top: 12px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border: 1px white solid;
	background-image: url(images/background-content.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header
{
	height: 118px;
	background-image: url(images/header.jpg);
}

#left
{
	background-image: url(images/background-menu.jpg);
	background-repeat: no-repeat;
	
	width: 172px;
	height: 492px;
	float: left;
}

#sidemenu
{
	height: 422px;

}

#copyright
{
	font-size: 75%;
	color: #999999;
	float: left;
	margin-left: 10px;
}

#right
{

	margin-left: 173px;
	height: 100%;
}

#title
{
	padding-top: 20px;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}

#title #telephone
{
	font-size: 90%;
	float: right;
	padding-right: 20px;
}


#bottommenu
{
	clear: both;
	text-align: center;
	color: #3a5eb2;
	font-weight: bold;
	margin-bottom: 6px;
}	


#bottommenu a
{
	color: #3a5eb2;
	text-decoration: none;
}	

#bottommenu a:hover
{
	color: #3a5eb2;
	text-decoration: underline;
}	




#footerinfo
{
	text-align: center;
	font-size: 80%;
	color: #696969;
	margin-bottom: 10px;
}

#footerinfo a
{
	color: #696969;
	text-decoration: none;
}

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

#menu
{
	margin: 20px 0px 0px 30px;
	padding: 0px;

	font-weight: bold;	
	color: white;
	
}

#menu a:link, a:active, a:visited
{
	color: white;
	text-decoration: none;
}

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

#menu li
{
	list-style-image: url(images/menu-item.gif);
	margin-bottom: 5px;
}

#content
{
	padding-right: 20px;
	margin-bottom: 30px;
}

#photos img
{
	margin-right: 20px;
	margin-bottom: 20px;
}

.contact-table
{
	padding: 0px;
	margin: 0px 40px 0px 0px;
}


.contact-table th
{
	padding: 0px 0px 4px 0px;
	margin: 0px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

.contact-table td
{
	padding: 0px 0px 4px 0px;
	margin: 0px;
	vertical-align: top;
}