/* CSS Document */

.headtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#004400;
	font-size:10px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#6B4411;
	font-size:12px;
}

a:link, a:active, a:visited {
	color:#6B4411;
	text-decoration:underline;
}

a:hover {
	color:#004400;
	text-decoration:underline;
}

.headertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#6B4411;
	font-size:18px;
	text-decoration:none;
}

.backtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#004400;
	font-size:12px;
	text-decoration:none;
}

.gallery h1, .gallery h1 a:link, .gallery h1 a:visited, .gallery h1 a:active {
	margin-bottom:5px;
	margin-top:25px;
	color:#6B4411;
	font-size:16px;
	text-decoration:underline;
}
.gallery h1 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#004400;
	font-size:16px;
	text-decoration:underline;
}

.started h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

.started h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}

.started p {
	margin-bottom:0px;
	margin-top:0px;
}

.started ol{
	list-style:upper-alpha;
}

.started li {
	padding-top:10px;
}

.designs h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

.designs h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}

.designs p {
	margin-bottom:0px;
	margin-top:10px;
}

.designs ol{
	list-style:upper-alpha;
}

.designs li {
	padding-top:10px;
}

.nav_bg{
	background:url(images/nav/background.jpg);
}

.nav_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.nav_bg_corner{
	background:url(images/nav/nav_bg_corner.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

a.nav:link, a.nav:active, a.nav:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height:33px;
}

a.nav:hover{
	color:#004400;
}