/* CSS Document */


body {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #EE7F01;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #EE7F01;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #EE7F01;
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


p {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link {
	color: #EE7F01;
}
a:visited {
	color: #EE7F01;
}



.page {
	width: 731px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	height: 43px;
	width: 713px;
	margin: 0px;
	padding: 0px;
}
.contact {
	margin-top: 95px;
}

#topNav {
	width: 713px;
	margin: 0px;
	padding: 0px;
	
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#topNav ul li {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-right: 20px;
	text-decoration: none;
}
#topNav ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#topNav ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#topNav ul li a:visited {
	color: #333333;
}
.main {
	width: 713px;
	background-image: url(../images/main_bk.png);
	background-repeat: no-repeat;
	float: left;
}
.content {
	float: left;
	margin-right: 80px;
	margin-left: 115px;
	width: 480px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.contact p {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.contact a {
	color: #FFFFFF;
	text-decoration: underline;
}


.topCurves {
	background-image: url(../templates/top_curves.gif);
	background-repeat: no-repeat;
	height: 18px;
}
.bold {
	color: #EE7F01;
	line-height: 16px;
	font-weight: bold;
}
.photos {
	padding-left: 30px;
	padding-bottom: 10px;
}


.bottomCurves {
	background-image: url(../templates/bottom_curves.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-color: #FEB944;
}
