@charset "UTF-8";
/* CSS Document */
/* westchestercottage.com */
body {
		margin:0;
		background-color: #333;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
h1 {
	margin: 0 0 0 10px;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #5e2625;
	}
	
h2 {
	margin: 5px 0 0 10px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #9b5f32;
	}
	
h3 {
	margin: 30px 0 0 10px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #9b5f32;
	}
	
#main {
	margin: 0 auto;
	margin-top: 20px;
	width: 950px;
	/*min-height: 700px;*/
	
	position: relative; /* allows #main to be centered dynamically */
	
	background-color:#333;
	border: 1px solid #000;
	}
	
#header {
	margin: 0;
	height: 139px;
	background-color: #834943;
	background-image:url(../interface/heading01.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#header img {border: none; }
	
#header2 {
	margin: 0;
	height: 30px;
	background-color: #743330;
	border-bottom: solid 5px #9b5f32;
	background-image:url(../interface/heading2_02.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#header2 p {
	margin: 0;
	padding: 8px 0 0 30px;
	color: #f0dc97;
	font-size: .9em;
	}
.header2 { margin-left: 30px; }

#header2 a { font-size: 1em; color: #f0dc97; }
#header2 a:link { text-decoration: none; }
#header2 a:visited { text-decoration: none; }
#header2 a:hover { text-decoration: underline; }
#header2 a:active { text-decoration: none; }
	
#gnav {
	margin: 0;
	width: 200px;
	height: 100%;
	/*min-height: 495px;*/ /* #main height - #header - #header2 - #footer */
	float: left;
	/*background-color: #6b5b47;*/
	background-image:url(../interface/bg_gnav.gif);
	background-repeat: repeat;
	}
	
#gnav a {
	display: block;
	padding: 15px 0 15px 0;
	border-bottom: solid 3px #9b5f32;
	text-decoration: none;
	text-align: center;
	color: #dbad71;
	font-size: 1.3em;
	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
	
#gnav a:link { background-color: #7c6a55; }
#gnav a:visited { background-color: #7c6a55; }
#gnav a:hover { background-color: #83705c; }
#gnav a:active { background-color: #7c6a55; }
	
#content {
	margin: 0 0 0 200px;
	width: 750px;
	min-height: 463px; /* #main height - #header - #header2 - #footer */
	
	background-color: #f0dc97;
	background-image:url(../interface/content.gif);
	background-repeat: repeat-y;
	}
	
#content p {
	margin: 0;
	padding: 10px;
	font-size: 1em;
	line-height: 2em;
	}
	
#content ul {
	margin: 0 0 0 40px;
	list-style-image:url(../interface/bullet.gif);
	}
	
#content li { margin: .7em 0 0 0; padding: 0; }

#content a {
	color: #743330;
	}
	
#content a:link, #content a:visited { text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a:active {text-decoration: none; }

form { padding:10px; }

/*	photo gallery ------------------------------------------------------- */
#photos {
	margin: 0;
	background-image: url(../interface/bg_photos2.gif);
	background-repeat: no-repeat;
	min-height: 463px; /* #main height - #header - #header2 - #footer */
	}
	
#image {
	margin: auto;
	margin-top: 33px;
	width: 430px;
	height: 322px;
	text-align: center;
	}
	
.inav {
	margin: auto;
	margin-top: 0;
	width: 600px;
	float: left;	
	text-align: right;
	}
/*	-- photo gallery ------------------------------------------------------- */

#footer {
	margin: 0;
	height: 30px;
	background-color: #9b5f32;
	
	position: relative;
	background-image:url(../interface/footer.gif);
	background-repeat:repeat-x;
	}
	
.feature {
	float: right;
	margin: 20px 20px 5px 20px;
	}
	
#flash {
	margin-left:10px;
	margin-right:20px;
	}

.data td {vertical-align: top; }
.calendar {
	margin: 10px 0 10px 5%;
	border:2px solid #834943; 
	width:90%;
	height:400px; 
}