* {
	margin:0px;
	padding:0px;
}

html {
	min-height: 100%; margin-bottom: 1px; 
}

body {
	background:#C4C5C9 url('images/brushedsteel.jpg');
	text-align: center;
	color:#333;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-style: normal;
	font-size: 100%;
}

#wrapper {
	background:#fff;
	width:774px;
	text-align:center;
	margin:0px auto;
	border:1px solid #666;
}

#header {
	text-align:left;
	background-color:#417372;
	border-bottom:1px solid #ccc;
	height:155px;
	padding:0px;
}

#main {
	margin:44px 25px 22px 185px;
	text-align:left;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
}

#main ul {
	margin-left:17px;
}

#menu {
	float:left;
	margin: 44px 0px 0px 0px;
	padding: 8px 22px 155px 0px;
	text-align: left;
	border-right:1px solid #99835E;
}
	
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 22px;
}

#menu li {
	font-weight: 500;
	font-size: 110%;
	margin-bottom:5px;
	padding-bottom:5px;
}

#menu ul ul {
	list-style: square;
	color:#407372;
	font-size: 80%;
}


#menu a			{ color:#453416; text-decoration:none; }
#menu a:hover	{ color:#453416; text-decoration:underline; }

#menu ul ul a { color:#407372; }
#menu ul ul li { padding:0px; margin:0px; }


#footer {
	color:#fff;
	background:#453416;
	font-size:12px;
	padding:4px;
}

#footer a { color:#EC9A34; }

a {color:#453416;}
a:hover {color:#453416;}

div.clear {
	clear:both;
	height:0px;
}

h1 {
	color:#453416;
	font-size:125%;
	margin-bottom:11px;
}

h2 {
	color:#C27B22;
	font-size:115%;
	margin-bottom:11px;
}

p {
	line-height:160%;
	margin:0px 0px 22px 0px;
}

img.gallerythumb {
	border:2px solid #B19E76;
	margin:12px 9px 0px 0px;
	padding:2px;
}

img.gallerypicture {
	border:3px solid #B19E76;
	margin:12px;
	padding:2px;
}

img.sampleicon {
	border:1px solid #ddd;
	padding:4px;
	margin:0 3px 3px 0;
}

.bigger {
	font-size: 120%;
}

.galleryborder {
	border: 1px solid #ccc;
	display: block;
	position: relative;
	background-color: #fff;
	padding: 5px;
}


a.gallery, 
a.gallery:visited {
	text-decoration:none;
	font-size:11px;
}

a.gallery:hover, 
a.gallery:active { 
	text-decoration:underline;
}

.comments {
	background-color:#F8E4AB;
	width: 500px;
	font-size:90%;
	text-align:left;
	padding:11px;
}

.gallery-menu { 
	font-size:87%;
	text-decoration:none;
}


.schedule {width:100%; font-size:110%; margin-bottom:33px; border:1px solid #C27B22;}
.schedule td { padding:11px; border-bottom:1px dashed #ccc; 		}
.schedule td form { margin:0 }
.lastrow td {border:none;}

.inverse {
	background:#C27B22;
	color:#fff;
	padding-left:11px;
	margin-bottom:0;
	padding-bottom:0;
}

.completed {
	 background:url(images/completed.gif) no-repeat;
}