/* CSS Document */

body,td,th {
	font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:bold;
	color: #009900;
	text-align:center;
}
body {
	background-color: #ffddee;
}

a:link {
	color: #33CC33;
}
a:visited {
	color: #33CC33;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	font-weight:bold;
}
li {
	padding-bottom: 5px;
}
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#page {
	float:right;
	width:560px;
	text-align:left;
}
#leftcol{
	float:left;
	width:200px;
	font-weight:bold;
	text-align:left;
	padding:0px;
}
.nav {
	width: 160px;
	height: 20px;
	border: 1px solid #006600;
	padding: 8px;
	background-color: #CCFACB;
	text-align:center;
}
a.navtext:link, a.navtext:visited {
	text-decoration: none;
	color: #006600;
}
a.navtext:hover {
	color: #00CC33;
}
a.gallery1 {
	color: #006600;
}
a.gallery2 {
	color: #009900;
}
#contact{
	float:left;
	width: 100px;
}
#details{
	float:left;
	width: 280px;
}
#footer{
	text-align:center;
	clear:both;
}
a.white:link {color: #FFFFFF}
a.white:hover {color: #FFFFFF}
a.white:visited {color: #FFFFFF}
a.white:active {color: #FFFFFF}