body{
	font-family: Arial,sans-serif;
	color: #DDBC87;
	line-height: 1.166;	
	margin: 0px 30px;
	padding: 0px;
    background-image: url("images/bg.jpg");
}

a:link, a:visited, a:hover {
	color: #BF913C;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #DDBC87;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #BF913C;
}

h2{
 font-size: 90%;
 color: #BF913C;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#navbar{
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	margin: 0 5px 5px 30px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #footer styles ***************/

#footer{
    text-align:center;
	clear: both;
	font-size: 75%;
	color: #DDBC87;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navbar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer span {
   font-family: Palace Script MT;
   font-size: 36px;
}

/*********** #navbar link styles ***********/

#navbar ul a:link, #navbar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}