body
{
	background-color: #d0d0d0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
	font-family: Arial, Verdana;
	font-size: 14px;
}

a
{
	color: #6a6a6a;
}

a:hover
{
	color: #000000;
}

a img
{
	border: 0;
}

p
{
	color: #303030;
}

h1
{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

h2
{
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 15px;
	font-weight: bold;
}

li
{
	margin: 0 0 15px 0;
}

.quideList
{
	list-style-type: lower-roman;
}

#wrapper
{
	float: left;
	clear: both;
	width: 100%;
}

#wrapperTop
{
	float: left;
	clear: both;
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1200px;
	background-image: url(../images/contentBackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapperTopCenter
{
	margin: 0 auto 0 auto;
	width: 1200px;
	min-height: 750px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapperBottom
{
	float: left;
	clear: both;
	width: 100%;
	height: 50px;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
}


#header
{
	float: left;
	clear: both;
	width: 100%;
	height: 125px;
}


#leftColumn
{
	float: left;
	clear: none;
	width: 334px;
}

#centerColumn
{
	float: left;
	clear: none;
	width: 615px;
}

#centerColumnTop
{
	float: left;
	clear: both;
	min-height: 457px;
	width: 100%;
}

#centerColumnBottom
{
	float: left;
	clear: both;
	height: 168px;
	width: 100%;
	
	background-image: url(../images/contentBottom.jpg);
	background-repeat: no-repeat;
}

#rightColumn
{
	float: left;
	clear: none;
	width: 249px;
}



#logo
{
	padding: 0 0 0 345px;
}

#nav
{
	padding: 10px 5px 15px 0px;
	float: right;
	clear: both;
	text-align: right;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	
}

#nav a
{
	margin-bottom: 5px;
	text-decoration: none;
	float: right;
	clear: both;
	color: #9c9c9c;
}

#nav a:hover
{
	color: #000000;
}

#nav .selected
{
	color: #000000;
}

#content
{
	margin: 35px 35px 0 35px;
}

#galleryContent
{
	margin: 0 0 0 13px;
}


#googleMaps
{
	border-style:solid;
	border-width: 10px;
	border-color: #FFFFFF;
}

