body {
	background-image: url(../imgs/bkgrd.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-color: #1C1507;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #605132;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-left: 10px;
	margin-top: 7px;
	line-height: 1.6em;
}

p.small {
	font-size: 11px;
	line-height: normal;
}

#matte {
	background-color: #FFFFFF;
	width: 740px;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#flash {
	width: 740px;
	top: 0px;
}

/* global navigation area */
#navglobal-area {
	text-align:left;
	background-color: #605132;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	width: 725px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/* global navigation spacing */
a.navglobal {
	margin-right: 12px;
}

/* global navigation links */
a.navglobal:hover {
	position:relative;
	bottom: 2px;
}

/* display of subnav area */
.subnav span {
	display: none
}

.subnav:hover span {
	position: absolute;
	top: 325px;
	display: block;
	background-color: #605132;
	border: 1px solid #C2AA7A;
	padding: 5px 20px 10px 10px;
	z-index: 5;
}

/* subnav links */
a.subnav {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #C2AA7A;
	line-height: 1.8em;
}

a.subnav:hover {
	text-decoration: underline;
}

#navshadow {
	height: 6px;
	width: 740px;
	margin: 0px;
}

/* content area */
#content {
	background-color: #C2AA7A;
	width: 740px;
	text-align: left;
	height: 580px;
}

#left-side {
	width: 200px;
	margin-left: 10px;
	margin-right: 15px;
	height: 420px;
	
}

#contacts-area {
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px outset #605132;
	text-align: left;

}
#projects-area {
	margin-top: 35px;
	margin-bottom: 15px;
	height: 100px;
	text-align: left;
}

#current-sect {
	position: absolute;
	width: 475px;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #605132;
	padding-left: 15px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 225px;
	margin-top: 10px;
}
#news-area {
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.dls {
	color: #605132;
	padding: 10px;
}
.pics {
	border: 1px solid #605132;
}
