body{
	font-family: Arial, Helvetica, sans-serif;
	color: #DACEA7;
	font-size: 80%;
	background-color: #2b1806;
}

p {
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

a:link, a:visited {
	color: #E0A46D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7DB5AA;

}

img {
}




h1{
	color: #7DB5AA;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: bold 125%;
}

h2{
	font: 115%;
	color: #7DB5AA;
	border-bottom: #6699CC solid 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3{
	font-size: medium;
	color: fff;
	border-bottom: #fff solid 1px;
	padding-left: 1px;
	margin: 0;
}

h4{
	font-size: small;
	color: #EAE3D3;
	margin-bottom: 0px;
	border-top: #EAE3D3 solid 1px;
}

h5{
	font-size: x-small;
	color: #ffffff;
	margin-bottom: 0px;
	border-bottom: #dacea7 solid 1px;
}


ul{
	list-style-type: square;
}

ul ul{
 list-style-type: square;
}

li{
	line-height: 1.3em;
	
}



/***********************************************/
/* Navigation                            */
/***********************************************/


#navBar{
	background-color: #EAE3D3;
	height: 100%;
	float: right;
	color: #634430;
	width: 175px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin: 5px 2px;
	background-image: url(../images/navbar/nav-bar-back.jpg);
	padding-top: 1px;
	background-repeat: no-repeat;
}
/*********** #navBar link styles ***********/
#navBar p{
	font-size: xx-small;
	padding-left: 10px;
	font-weight: bold;
}

#navBar img{
	}
	
	
#navBar a:link, #subsectionLinks a:visited {
	color:#634430;
	text-decoration: none;
}
#navBar a:hover{
	text-decoration: none;
	color: #993333;
}

#navBar ul {
    list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
}

#navBar li {
	height: .4em;
	}
	
/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color: #F7F7F7;
	text-align: center;
}

#sectionLinks p{ padding-top:0;}

#sectionLinks h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*********** #subsectionLinks styles ***********/
#subsectionLinks {
	padding: 1px 2px 6px 10px;
	font-size: xx-small;
	font-weight: bolder;
	border-bottom: 1px dotted #895F43;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#home-image {
	border: solid 1px;
	border-color: #FFFFFF;
}

#content{
	float:left;
	padding: 20px 10px 5px 10px;
	height: 100%;
	margin: 0 0 0 5%;
}

#content p{
	font-size: small;
	text-align: left;
}

#content table {
	font-size:x-small;
	padding-left: 2px;
}

.title {

}

.subtitle {
	color: #dacea7;
	padding-left: 5px;
}

/***********************************************/
/*PHP Photo Gallery                              */
/***********************************************/

a img, img 			{ border: none; }

#page-wrap			{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }
