

/* ----------------------------------- default ----------------------------------- */
html, body {
	margin:auto;
	background:#ece2d8 url(../images/bg.jpg) top left repeat-x;
	color:#90663d;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
}

a {			color:#900; text-decoration:none; }
a:hover {	color:#900; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; height:0; line-height:0; margin:0; padding:0;}

input, textarea { 
	padding:3px;
	color:#333;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }



/*------------------------------------ wrapper ------------------------------------ */
#wrapper {
	width:770px;
	margin:auto;
	text-align:left;
}




/*------------------------------------ header ----------------- 
#header {
	width:600px;
	float:right;
	display:inline;
	background:url(../images/bg_header.jpg) top no-repeat;
	margin:auto;
}
*/



/*------------------------------------ main nav ----------------- */ 
ul#nav {
	list-style:none; 
	float:left;
	display:inline;
	width:170px;
	margin:140px 0 0 0;
	padding:0;
	text-align:right;
}
ul#nav li {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
}
ul#nav li a {
	display:block;
	padding:5px 25px 5px 0;
	margin:0;
	font-size:22px;
	line-height:24px;
	color:#fff;
	text-decoration:none;
}
ul#nav li a:hover {
	color:#903; 
	background:#fff;
}






/*------------------------------------ content ------------------------------------ */
#content {
	float:left;
	display:inline;
	width:600px;
	background:#fff url(../images/bg_header.jpg) top no-repeat;
}

#home {
	float:left;
	display:inline;
	width:375px;
	text-align:left;
	padding-left:25px;
}
#subpage {
	float:left;
	display:inline;
	width:550px;
	min-height:320px;
	padding:0 25px;
	text-align:left;
	overflow:hidden;
}

h1 a {
	height:140px;
	width:600px;
	text-indent:-9000px;
	display:block;
}

/*------------------------------------ general styles ------------------------------------ */
h2 {
	color:#90663d;
	font-weight:bold;
	font-size:30px;
	line-height:35px;
	text-align:right;
}
#home h2 {
	padding:40px 0 15px 0;
}
#subpage h2 {
	padding:40px 40px 15px 0;
}


h3 {
	color:#90663d;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	padding:5px 0;
}

#home h3 a {
	background:url(../images/love_story_thumb.jpg) 5px 5px no-repeat #fff;
	width:350px;
	height:110px;
	border:1px solid #90663d;
	padding:5px;
	margin-top:10px;
	display:block;
	text-indent:50px;
	line-height:130px;
	overflow:hidden;
}
#home h3 a:hover {
	background-color:#900;
	text-decoration:none;
}
h4 {
	color:#90663d;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	padding:5px 0;
}


#subpage p {
	margin-bottom:10px;
}
#subpage ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
#subpage li {
	padding:4px 0;
}

#subpage img {
	border:1px solid #90663d;
	background:#fff;
	padding:5px;
}


/*------------------------------------ form styles ------------ */
#subpage form {
	margin:15px auto;
	width:50%;
}
#subpage label {
	width:30%;
	padding:3px;
	display:block;
	float:left;
	text-align:right;
	margin-bottom:5px;
}
#subpage input, #subpage textarea {
	margin-bottom:5px;
}



/*------------------------------------ resources lists ------------ */


li.word {
	list-style:url(../images/icon_word.gif); 
	line-height:25px;
	text-indent:10px;
}
ul.pdf h3 {
	text-indent:-10px;
	margin-left:0;
	padding-left:0;
}
ul.pdf {
	float:left;
	display:inline;
	width:42%;
}
ul.pdf li {
	list-style:url(../images/icon_pdf.gif); 
	line-height:25px;
	text-indent:10px;
}





/*------------------------------------ image column ------------ */
#imgHome {
	float:left;
	width:200px;
	height:365px;
	background:url(../images/img_home.jpg) no-repeat;
}



/*------------------------------------ photo gallery ------------ */

#subpage ul.gallery {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
#subpage ul.gallery li {
	float:left;
	list-style:none;
	margin:0 25px 5px 0;
}
#subpage ul.gallery li img {
	width:100px;
	height:75px;
	overflow:hidden;
}
#subpage ul.gallery li a:hover img {
	background-color:#900;
}



/*------------------------------------ footer ------------------------------------*/
#footer {
	background:url(../images/footer.jpg) no-repeat;
	width:770px;
	margin:0 auto;
}
ul#footerL {
	float:left;
	display:inline;
	width:390px;
	margin:0 0 0 170px;
	padding-top:30px;
	text-align:left;
}
ul#footerR {
	float:left;
	display:inline;
	width:200px;
	margin:0 10px 0 0;
	padding-top:30px;

	text-align:right;
}
ul#footerL li, ul#footerR li {
	color:#b99e84;
	font-size:11px;
	display:inline;
	margin-left:10px;
}
ul#footerL li a, ul#footerR li a {
	color:#b99e84;
	font-size:11px;
	text-decoration:none;
}
ul#footerL li a:hover, ul#footerR li a:hover {
	color:#903;
	text-decoration:underline;
}


	
	
	
	
	
	
	