/* CSS Document for Quail Valley Recreation Village (quailvalleyrv.com) */
/* HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/qvrv_bg.gif);
}
h1{
	font-size:16px;
	color:#346816;
}
h2{
	font-size:14px;
	color:#799DB1;
}
h3{
	font-size:12px;
	color:#346816;
}

/* IDs */
#main {
	width: 780px;
	border: 1px solid #C2BD86;/* C2BD86  404037*/
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content_wrapper{
	margin-right:10px;
}
#navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	margin-right: 10px;
	width:183px;
	height: 305px;
	margin-left: 10px;
	vertical-align:middle;
}

/* CLASSES */
.navLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#346816;
	line-height:17pt;
}
.navLinks a{
	color:#346816;
	text-decoration:none;
}
.navLinks a:hover{
	color:#FFFFFF;
	text-decoration:underline
}
.contentBoxLeft {
	background-image: url(../images/content_bg_lft.gif);
	background-repeat: repeat-y;
}
.contentBoxRight {
	background-image: url(../images/content_bg_rgt.gif);
	background-repeat: repeat-y;
}
.firstHeader{
	text-align:center;
}
.borderedPhotos{
	display:block;
	border:3px solid #666666; /* C2BD86 */
}
.borderedPhotosNoBlock{
	border:1px solid #666666; /* C2BD86 */
	margin-top:1px;
	margin-right:1px;
}
.imageCaption{
	font-weight:bolder;
	font-size:10px;
	text-align:center;
	margin-top:2px;
}
.topLink{
	margin-right:5px;
	text-align:right;
}