/* CSS Document */

body {
	font-size: 90%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #999;
}


a {
	color: #B8003A;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #300;
	text-decoration:underline;
}

#wrap {
	width: 825px;
	padding: 10px;
	margin:0 auto;
	border: 3px double #000;
	background-color: #DEDDC6;
}

#header {
	width: 825px;
	height: 152px;
	background-image: url(images/headerR1C1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#header #headernumber {
	float: right;
	height: 84px;
	width: 301px;
	background-image: url(images/headerR1C2.jpg);
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#header #headerbutton {
	float: right;
	height: 58px;
	width: 311px;
}
.fontnumber {
	font-size: 18px;
	color: #999;
}


#topNav {
	width: 825px;
	height: 30px;
	margin-top: 10px;
	background-image: url(images/topNav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

	#topNav ul {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
		#topNav ul li {
			float: left;
			list-style:none;
		}
		
			#topNav ul li a {
				display:block;
				line-height: 30px;
				padding: 0 15px;
				margin: 0 5px;
				color: #FFF;
				font-weight:bold;
				font-size: 18px;
				text-decoration:none;
			}

			#topNav ul li a:hover {
	color: #FFF;
	background-color: #B6003A;
			}
			#topNav ul li a:active {
				color: #F00;
			}

#cwrap {
}

	#cwrap #leftNav {
	width: 200px;
	padding: 10px;
	margin: 5px 0;
	border: 2px dotted #F4F4EA;
	background-color: #F4F4EA;
	}
	
		#cwrap #leftNav ul {
			margin: 0;padding: 0;
			list-style:none;
		}

		#cwrap #leftNav ul li {
			margin-bottom: 0px;
			}
		#cwrap #leftNav ul li a {
	padding: 1px 0px 1px 10px;
	display:block;
	text-decoration:none;
	border:1px solid #DEDDC6;
	color: #000;
		}
		#cwrap #leftNav ul li a:hover {
	color: #B8013A;
	border:1px solid #DEDDC6;
	background-color: #DEDDC6;
		}
	
	#cwrap #content {
	float:right;
	padding: 5px;
	width: 575px;
	background-color: #F4F4EA;
	}
#social {
	background-color: #F4F4EA;
	width: 825px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	text-align: center;
}

	
	h1 {
	font-size: 16pt;
	margin:0;
	padding:0;
	color:#B6003B;
	font-weight: bold;
	}
	
	h2 {
	font-size: 14pt;
	margin-top:5px;
	color: #CC0033;
	}
	
	h3 {
		font-size: 16px;
	}
	
	h4 {
	color: #333;
	margin: 5px 0;
	}
#cities {
	background-color: #CCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 800px;
}

	
	h5 {
	}

#footer {
	width: 80%;
	font-size: 80%;
	text-align:center;
	border-top: 1px dashed #CCC;
	padding-top: 10px;
	background-color: #CCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#bread {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align:right;
}
	#bread a {
		font-size: 9px;
		margin: 0 4px;
	}

#gallery a img {
	margin: 2px;
	border: 1px solid #000;
	width: 125px;
	height: 90px;
}
	#gallery a:hover img {
		margin: 0px;
		border: 3px dashed #990000;
	}
	
	#gallery a:active img {
		margin: 0px;
		border: 3px solid #990000;
	}
.smallfont {
	font-size: 12px;
	color: #999;
}
#content #tblgallery img a:hover {
	border: 2px solid #B8003A;
}
