/* CSS Document */

body {
	background-image:url(/images/common/carpetBkg.jpg);
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper {
	width:800px;
	margin:auto;
	position:relative;
	z-index:10;
}
#header {
	background-image:url(/images/common/blue-fin-header.jpg);
	height:244px;
}
#header h1 {
	display:none;
}
#navigation {
	height:22px;
	color:#666666;
	font-weight:bold;
	padding-top:4px;
	background-color:#000000;
}
#navigation a{
	margin:0px 12px 0px 12px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
}
#navigation a:hover{
	margin:0px 12px 0px 12px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
	text-decoration:underline;
}
#mainFrame {
	background-image:url(/images/common/contentAreaBkg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	background-color:#000000;
}
#mainFrame h1{
	padding:0px;
	margin:0px;
	font-size:18px;
}
#mainFrame h2{
	font-weight:normal;
	text-align:center;
	font-size:18px;
	font-style:italic;
	clear:left;
	padding-right:35px;
}

#menus {
	padding-left:20px;
	font-size:15px;
}
#menus p{
	padding:0px;
	margin:0px;
	height:55px;
	width:375px;
	float:left;
	height:55px;
}
#menus span{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	padding-left:10px;
}
#menus h2 em{
	font-size:10px;
}

#leafs {
	background-image:url(/images/common/leafsBackground.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	height:222px;
}

#photoGallery {
	text-align:center;
	padding-bottom:200px;
}
#photoGallery a{
	margin:0px 15px 0px 15px;
}
#photoGallery img{
	border:2px solid #FFFFFF;
}

#contactForm input{
	margin-bottom:7px;
}

#footer {
	font-size:10px;
}
#footer a{
	font-size:10px;
	color:#FFFFFF;
}

.errorMessage {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
}














