body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
	font-size: 12px;
}

#overallcontainer
{
	margin: 0 auto;
	width: 800px;
}

#header
{
	width: 800px;
	float: left;
	height: 162px;
}

#navigation
{
	width: 800px;
	float: left;
	background-color: #999999;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li
{
	float: right;
	text-align: center;
}

#navigation ul li a
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px;
}

.active
{
	display: block;
	color: #FFFFFF;
	padding: 10px;
	background-color: #97667b;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	background-color: #999999;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	background-color: #97667b;
}

#content
{
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 22px;
}

#content img
{
	border: 0;
}

#leftcolumnhome
{
	width: 580px;
	float: left;
	padding-right: 10px;
}

#rightcolumnhome
{
	width: 179px;
	padding-left: 10px;
	float: right;
}

#leftcolumngallery
{
	width: 540px;
	float: left;
	padding-right: 10px;
}

#rightcolumngallery
{
	width: 219px;
	float: right;
	padding-left: 10px;
}

.borderright
{
	border-right: 1px solid #999999;
}

.borderleft
{
	border-left: 1px solid #999999;
}

#rightcolumnimage
{
	width: 180px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	padding: 0;
	margin: 0;	
}

p
{
	margin-top: 0;
}

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

a:hover, a:active
{
	text-decoration: underline;
	color: #97667b;
}

#footer
{
	width: 780px;
	background-color: #999999;
	float: right;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

#footertext
{
	float: right;
	width: 200px;
	margin-top: 10px;
}

#socialnetworking
{
	float: left;
	width: 400px;	
	text-align: left;
}

#socialnetworking img
{
	border: 0;	
}

#clear
{
	clear: both;
}

#thumbcontainer
{
	float: left;
	width: 580px;
}

#thumb1, #thumb2, #thumb3, #thumb4, #thumb5
{
	float: left;
	margin-right: 20px;
}

#big1, #big2, #big3, #big4, #big5
{
	visibility: hidden;
	position: absolute;
	width: 500px;
	margin-top: 10px;
}

td
{
	vertical-align: top;
	padding-bottom: 10px;
}

ul
{
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

textarea
{
	width: 95%;
	height: 150px;
}

#rightcolumnimage a img
{
	border: 5px solid #999999;		
}

#rightcolumnimage a:hover img
{
	border: 5px solid #97667b;		
}


