﻿body 
{
	margin: 0 auto;
	background-color: #000000;
	text-align: center; /* for IE */
	font-family: Arial, Serif;
}

#maindiv
{
	margin: auto auto;   /* align for good browsers */
	text-align: left;  /* counter the body center */
	position: relative;
	width: 965px;
	height: 560px;
	background-image: url(resources/backgroundmain.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	color:White;
}

#phonediv
{
	display:none;
	color: White;
	position: absolute;
	padding: 0 0 0 0;
	left: 400px;
	top: 105px;
	padding: 0 0 0 0;
	margin: 0 0;
	font-size:x-large;
	font-family: Georgia, Arial, Serif;
}

#headerdiv
{
	color: LightGrey;
	position:relative;
	padding: 0 auto;
}

#headerdiv.*
{
	font-size:small;
}
b.space
{
	padding-left: 3em;
	padding-right: 3em;
}

div.spacer
{
	padding-bottom: 30px;
}

div.menudiv
{
	padding-left: 40px;
	padding-bottom: 1px;
}

div.indented
{
	padding-left: 60px;
}

#flashcontent
{
	padding-left: 54px;
	margin-top: 40px;

}

div.gallerytext
{
	margin-left: 54px;
	width: 828px;
	margin-bottom: 3em;
}

div.description
{
	float: left;
	padding-left: 10px;
   background-image: url(resources/blacktransparent.png) !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #000000;                          /* IE only */
   filter:alpha(opacity=65);                           /* IE only */

}

div.largertext
{
	font-size: large;
}
div.opaque
{
position: relative;
}
div.more
{
	
}

span.tel
{
	font-family: Georgia, Arial, Serif;
}

span.phone
{
	font-family: Georgia, Arial, Serif;
	font-size: larger;
}

span.bigphone
{
	font-family: Georgia, Arial, Serif;
	font-size: xx-large;
}

A:link
{
	color: Red;	
	text-decoration: none;
}

A:visited
{
	color: #CC2222;
	text-decoration: none;
}

A:active
{
	color: White;
}
A:hover
{
	color: Gray;
}

h3
{
	text-decoration: none;
}

div.rightsidepic
{
	float:right;
	margin-right: 100px;
	margin-top: 35px;
}
