body
{
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	/* commented backslash hack for ie5mac \*/ 
	height: 100%;
	_height: auto;
	/* end hack ie5mac */
	
	scrollbar-arrow-color: #990000;
	scrollbar-base-color: 6;
	scrollbar-dark-shadow-color: #990000;
	scrollbar-track-color: #66cccc;
	scrollbar-face-color: #ccffff;
	scrollbar-shadow-color: #990000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: 7;
}

.site
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -221px;
	margin-left: -342px;
	
	height: 441px;
	width: 685px;
}

.header
{
	height: 94px;
	width: 685px;
	
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	_background-attachment: fixed;
}

.menu
{
	float: left;
	height: 347px;
	width: 146px;
	
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	_background-attachment: fixed;
}

.content
{
	float: right;
	height: 302px;
	width: 529px;
	
	background-image: url("../images/content.jpg");
	background-repeat: no-repeat;
	_background-attachment: fixed;
	overflow: auto;
	
	padding: 5px;
}

.content2
{
	float: right;
	height: 35px;
	width: 539px;
	
	background-image: url("../images/contentbottom.jpg");
	background-repeat: no-repeat;
	_background-attachment: fixed;
}

.img
{
	float: left;
	height: 302px;
	width: 350px;
	text-align: center;
	line-height: 302px;
}

.thumbs
{
	float: right;
	height: 302px;
	width: 170px;
	text-align: center;
	overflow: auto;
}
/* Images */

.imgright
{
	float: right;
	border: none;
	margin-left: 10px;
}

.imgleft
{
	float: left;
	border: none;
	margin-right: 10px;
}

.imgborder
{
	border: none;
}

.bigimg
{
	vertical-align: middle;	
}

/* Links */

a.menu_link:link, a.menu_link:hover, a.menu_link:visited
{
	display: block;
	width: inherit;
	margin-left: 20px;
	margin-top: 4px;
	
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:link
{
	color: #000000;
}

a.menu_link:hover
{
	color: #000033;
}

a.menu_link:visited
{
	color: #000000;
}

a.imglink
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;	
	width: 144px;
}

.tablecontact
{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.left
{
	text-align: left;
	width: 220px;
}

.right
{
	text-align: right;
	width: 220px;
}

td.spacerhor
{
	width: 20px;
}

.spacervert
{
	height: 1.8em;
}

.inputfield, .txtarea
{
	background-color: #66cccc;
	border: 1px solid #000033;
	width: 230px;
}

.txtarea
{
	height: 70px;
	overflow: auto;
}

.submit
{
	background-color: #66cccc;
	border: 1px solid #000033;
	width: 100px;
	height: 25px;
}

.errormsg
{
	color: red;
	font-size: 0.7em;	
}

.home
{
	font-size: 1.3em;
	text-align: center;	
}