@charset "UTF-8";
/* CSS Document */


body, html{
	background-color: #eeedeb;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
a {
	color: #928a81;
	text-decoration: none;
}
	
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #928a81;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
}

p a:link {
	color: #81776c;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	text-decoration: none;
	margin-top: 10px;
}


p a:hover {
	text-decoration: underline;
}
	

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: 800;
	margin-top: 10px;
}

h1 a:link {
	color: #8b8279;
	text-decoration: none;
}

h1 a:hover{
	color: #222;
	}
h1 a.active{
	color: #81776c;
}
	
	

#container {
	margin: 0px auto;
	width: 910px;
	padding: 50px 0px 0px 0px;
	}
	
#left_col {
	float: left;
	width: 170px;
	border-top: solid 1px #aea79e;
	margin-right: 15px;
}
#mid_col {
	float: left;
	width: 540px;
	margin-right: 15px;
	background-color: #FFFFFF;
}
#mid_col_top {
	float: left;
	width: 540px;
	border-top: solid 1px #aea79e;
	margin-right: 15px;
}
#right_col {
	float: left;
	width: 170px;
	border-top: solid 1px #aea79e;
	overflow: hidden;
}
#row {
	margin-top: 60px;
	float: left;
	padding: 0px;
	width: 930px;
}
img {
	border: none;
	margin: 0px;
}



.slideshow { height: 405px; width: 540px; cursor: pointer;}



#footer {
	float: left;
	padding: 15px 0px 40px 0px;
	margin: 40px 0px 0px 0px;
	border-top: solid 1px #aea79e;
	width: 930px;
}

