/* CSS Document */

/* Global */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e4d7b3;
	}

#wrapper {
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 770px;
	margin: 0 auto;
	}


#header {
	background-color: #ff9900;
	width: 750px;
	margin-left: 10px;
	}



.tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 8px;
	float: right;
	}
	
#nav {
	width: 742px;
	border-bottom: 1px solid #e5ecd7;
	border-top: 1px solid #e5ecd7;
	background-color: #97b856;
	padding-left: 8px;
	height: 24px;
	margin-left: 10px;
	}
	
	

#topNav {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 24px;
	text-decoration: none;
	}
	
a#topNav:hover {
	text-decoration: none;
	background-color: #7c9748;
	color: #FFFFFF;
	}
	
#specialLink {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	color: #8a5c2e;
	height: 25px;
	width: 285px;
	background: url(../images/spec_link.gif) no-repeat top left;
	text-decoration: none;
	padding-left: 35px;
	margin-bottom: 8px;
	font-weight: normal; 
	}
	
a#specialLink:hover {
	color: #660000;
	text-decoration: none;
	background-image: url(../images/spec_link_over.gif);
	}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	height: 30px;
	width: 770px;
	margin: 0 auto;
	}


	
	
	
/* Home Page */
	
#mainArea {
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 565px;
	padding-top: 30px;
	margin-left: 10px;
	}
	
.subHead {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	}

#intro {
	display: inline; /* for IE */
	float: left;
	background-image: url(../images/bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 535px;
	width: 280px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 35px;
	}
	
	
	
#extra {
	display: inline; /* for IE */
	float: right;
	height: 250px;
	width: 320px;
	margin-right: 40px;
	margin-top: 15px;
	}
	



/* Combined */

	
#creditA {
	display: inline; /* for IE */
	float: right;
	height: 20px;
	width: 320px;
	margin-right: 40px;
	margin-top: 265px;
	}
	
	
#creditB {
	height: 20px;
	width: 320px;
	}
	
	
#creditA, #creditB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 25px;
	font-size: 10px;
	color: #8a5c2e;
	text-decoration: none;
	}
	
a#creditA:hover, a#creditB:hover {
	text-decoration: none;
	color: #660000;
	}





/* Content */

#title {
	background: url(../images/title.gif) no-repeat top left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #7c9748;
	vertical-align: bottom;
	padding-left: 60px;
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 20px;
	}

	
#mainContent {
	background: url(../images/cont_bg.gif) repeat-y center;
	margin-left: 45px;
	width: 660px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	height: auto;
	min-height: 550px;
	}
	
	
#contFooter {
	background: url(../images/cont_foot.gif) no-repeat center;
	text-align: center;
	vertical-align: top;
	height: 30px;
	width: 680px;
	margin: 0 auto;
	}
	
	
#cont {
	width: 280px;
	padding-top: 15px;
	padding-left: 25px;
	}
	
	
#photo {
	float: right;
	padding: 10px;
	text-align: right;
	}
	
	
img.right {
	 border: 1px solid #8a5c2e;
	 }
	 
	 
#contLink {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	color: #8a5c2e;
	height: 25px;
	width: 285px;
	background: url(../images/spec_link2.gif) no-repeat top left;
	text-decoration: none;
	padding-left: 35px;
	margin-bottom: 8px;
	font-weight: normal; 
	}
	
a#contLink:hover {
	color: #660000;
	text-decoration: none;
	background-image: url(../images/spec_link2_over.gif);
	}

