body {
}
#header {
	background-image: url(assets/tile_twill.jpg);
	text-align: center;
}
#sidebar {
	background-image: url(assets/tile_twill_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	width: 160px;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 20px;
	font-weight: normal;
	font-style: normal;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	font-weight: bold;
	text-align: center;
}

.clearthefloats {
	clear: both;
	margin-top: 5px;
}


#menu {
	padding:0;
	margin:30px 0 0;
	width:150px;
	display: block;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}


#menu li {
	list-style-type:none;
	width:150px;
	height:20px;
	margin:0;
	clear:both;
	padding: 5px 0px 0px 3px;
}

#menu a, #menu a:visited {position:relative; display:block; width:120px; height:18px; border:1px solid #000; background-color:#f8f8e8; color:#000; padding-left:3px; text-decoration:none;}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {color:#fff; background-color:#65707b; border:1px solid #000; text-decoration:none;}

#menu a:hover span {
	position:absolute;
	display:block;
	left:130px;
	top:0;
	width:0px;
	height:0px;
	border-top:8px solid #CCCCCC;
	border-bottom:8px solid #CCCCCC;
	font-size:1px;
	line-height:0;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #993300;
}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}

#menu a:active {color: #fff; background-color: #65707b;	border: 1px solid #000; text-decoration:none;}
	
#menu a:active span {
	position:absolute;
	display:block;
	left:130px;
	top:0;
	width:0px;
	height:0px;
	border-top:8px solid #CCCCCC;
	border-bottom:8px solid #CCCCCC;
	font-size:1px;
	line-height:0;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #993300;
}
.roadmap {
	display: block;
	float: left;
	border: 2px solid #666666;
	margin-top: 40px;
	height: 280px;
	padding: 20px 20px 0px 0px;
	font-size: 0.85em;
	background-color: #669999;
	color: #333333;
}
.directions {
	font-size: .9em;
	display: block;
	float: left;
	margin-top: 60px;
	font-weight: normal;
	margin-left: 30px;
}
.thumnphoto {
	display: block;
	float: left;
	padding: 15px;
	margin-top: 30px;
	margin-left: 30px;
	border: 1px solid #333333;
	height: 285px;
}

