body{
	margin: 0;
	padding: 20px;
}
#maincontainer{
	margin: 0 auto;
	padding: 10px 55px 20px 55px;
	width: 650px;
	border: 1px solid #ccc;
}
#header{
	margin: 0 auto 18px auto;
	padding: 0;
	text-align: center;
}
/* ------- Skip Navigation ------- */
a.skip:link, a.skip:visited {
	left: -9999px;	
	top: 0px; 
	position: absolute; 
	z-index: 100;
}

a.skip:focus, a.skip:hover, a.skip:active {
	position: absolute;
	left: inherit;
	float: right;
	top: 160px;
	width: 756px;
	margin: 0 auto; 
	text-align: center;
	display: block; 
	color: #666; 
	background: #ececec; 
	font: 0.75em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	padding: 2px; 
	border: 1px solid #ccc; 
	text-decoration: none;
	z-index: 100;
}
/* ------- Skip Navigation ------- */
#nav{
	margin: 12px 0;
	padding: 0;
	text-align: center;
}
/* ------ START NAVIGATION -------*/
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
  }

#menu li {
	display: inline;
	padding: 0 6px 0 5px;
	margin: 0;
	font: 0.75em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	color: #999;
	border-right: 1px solid #ccc;
  }
#menu li.nobar {
	border-right: none;
}
#menu li a.hilite:link, #menu li a.hilite:visited{
	text-decoration: none;
	color: #333;
}
#menu li a:link, #menu li a:visited{
	color: #999;
	text-decoration: none;
}
#menu li a:focus, #menu li a:hover, #menu li a:active{
	color: #333;
	text-decoration: none;
}
/* ------ END NAVIGATION -------*/

#contentholder{
	margin: 0 auto 12px auto;
	padding: 15px;
	border: 1px solid #ccc;
}
#contentholder div.leftimg{
	float: left;
	margin: 0;
	padding: 0;
}
#content{
	position: relative;
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
}
img.bigpic{
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
}
#content.contact{
	width: 100%;
}
#content.w230{
	width: 230px;
}
#content.w300{
	width: 300px;
}
#content.w350{
	width: 350px;
}
div.center{
	text-align: center;
}
#content h1{
	font: 1.5em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	color: #999;
}
#content h2{
	font: 1.2em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	color: #999;
}
#content p{
	font: 0.8em/1.4em georgia, Georgia, "Times New Roman", Times, serif;
	color: #999;
}
div.center abbr{
	color: #333;
}
#content a:link, #content a:visited{
	color: #333;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus{
	color: #fff;
	background: #666;
	text-decoration: none;
}
#advert{
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	line-height:0em;
	color: #fff;
}
#advert img{
	border: 0;
}

/* Start Form Elements */

fieldset{
	margin: 0;
	padding: 1em;
	border: none;
}
form h3{
	margin: 1em 0;
	padding: 0;
	font: 1em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
label{
	margin: 0.5em 0;
	padding: 0;
	font: 0.75em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	float: left;
}
input, textarea{
	margin: 0.5em 0;
	padding: 0;
	font: 0.75em/1.2em Verdana, Arial, Helvetica, sans-serif;
}
.labeller{
	clear: both;
	float: left;
	width: 150px;
}
.hidden{
	display: none;
}
input#Submit{
	margin-left: 150px;
}

/* End Form Elements */

#footer{
	margin: 10px auto;
	padding: 0 55px;
	width: 650px;
	text-align: center;
}
#footer p{
	font: 0.65em/1.2em georgia, Georgia, "Times New Roman", Times, serif;
	color: #999;
}
#footer a:link, #footer a:visited{
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus{
	color: #fff;
	background: #666;
	text-decoration: none;
}