body {
	background-color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #339999;
}

a:visited {
	color: #339999;
}

a:hover {
	color: #99CCFF;
}

#leftgradient {
	background-color: #666666;
	background-image: url(images/furniture/leftpicfade.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#main {
	background-color: White;
	padding: 5px;
}

.title {
	font-weight: bold;
	font-size: 72px;
	text-align: right;
	letter-spacing: -8px;
	margin-right: 5px;
	line-height: 72px;
}

.title2 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 12px;
	text-align: right;
	margin-top: -30px;
}

.lighter {
	color: #666666;;
}

.nav a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.nav a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.nav a:hover {
	color: #87CEEB;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

h1 {
	font-size: 36px;
	letter-spacing: -2px;
	color: #339999;
	text-align: right;
}

li {
	line-height: 30px;
}

#gallery {
	text-align: center;
}

.galleryimg {
	margin: 5px;
	padding: 5px;
	border: solid #333333 1px;
	background-color: white;
}

#admintitle {
	width: 600px;
	background-color: #339999;
	padding: 5px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}

#adminmain {
	width: 580px;
	background-color: White;
	padding: 15px;
	font-size: 12px;
	border: 1px solid #666666;
	margin-left: 5px;
}

#adminmain a {
	color: #339999;
	text-decoration: underline;
	font-weight: bold;
}

.adminerr {
	color: #FF0000;
}
