body
{
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 11pt;
	text-align: center;
}

a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

a:active
{
	color: #666666;
	text-decoration: none;
}

p { margin-top: 0;}

#mainNavigation
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#layout
{
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#ColumnOne
{
	width: 358px;
	border-right: #CCCCCC;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
	padding: 0 13px 0 0;
}

#ColumnTwo
{
	float: right;
	width: 105px;
	padding: 0;
}

.textbox
{
	width: 358px;
	text-align: left;
}

.header
{
	color: #F93;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	padding: 1em 0 0 0;
}

.subheader
{
	color: #F93;
	font-weight: bold;
	text-align: left;
}
.copyright
{
	font-size: 6pt;
	padding: 3em 0 0 0;
}

b, strong { font-style: bold; }

/* gallery bits */
#galleryphotodescription
{
	width: 480px;
	padding-left: 8px;
}

#gallerysubnav
{
	width: 480px;
	text-align: center;
	padding: 6px 0 6px 0;
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

/* thumb images */
 
#thumbLinks img
{
	display: block;
	width:150px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}


#thumbLinks img:link, #thumbLinks a img:visited
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
}

#thumbLinks a img:hover
{
	border-color: #F93;
	border-width: 1px;
	border-style: solid;
}

#thumbLinks a img:active
{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

ul.thumbs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.thumbs
{
	list-style: none;
	width: 150px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

/* contact bits */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

#contactlist { text-align: left; }

#contactlist ul
{
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

#contactlist li.space
{
	list-style: none;
	padding-top: 1em;
}
