body {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}


/* begin structure */

#leftcolumn {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
	height: 416px;
	background-image: url(images/leftcolumn.jpg);
	background-repeat: no-repeat;
}

#rightcolumn {
	float: right;
	width: 203px;
	margin: 0px;
	padding: 0px;
	height: 416px;
	background-image: url(images/rightcolumn.jpg);
}

#logo {
	width: 203px;
	height: 129px;
	background-image: url(images/logo.png) !important;
	background-image: url(images/logo.jpg);
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: center;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	height: 416px;
}

#centercolumn {
	margin: 0px;
	padding: 0px;
	height: 416px;
	width: 351px;
	float: left;
	background-image: url(images/centercolumn.jpg);
	background-repeat: no-repeat;
}

#subpage { 
float: right;
height: 416px;
width: 554px;
margin: 0px;
padding: 0px;
background-image: url(images/subpage.jpg);
background-repeat: no-repeat;
position: relative;
}

#foot {
	clear: both;
	height: 22px;
	width: 100%;
}

#footer {
	height: 22px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

/* end structure */



/* begin typography */

p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

div#rightcolumn h1 {
display: none;
}

div#subpage h2 {
text-align: left;
margin-left: 20px;
margin-top: 90px;
}

div#subpage h3 {
	text-align: left;
	margin-left: 20px;
	margin-right: 26px;
	margin-bottom: 7px;
	margin-top: 15px;
}

div#subpage p {
	font-family: tahoma;
	font-size: 10pt;
	color: #fff;
	text-align: left;
	margin-left: 20px;
	margin-right: 26px;
	margin-bottom: 9px;
	line-height: 12pt;
}

div#rightcolumn p {
	font-family: tahoma;
	font-size: 8pt;
	color: #fff;
	text-align: left;
	margin-left: 14px;
	margin-right: 10px;
	margin-bottom: 8px;
	line-height: 11pt;
}

/* end typography */


/* begin misc */

a, div {
	outline: none; /* removes dotted outline from active links and divs */
}

div#leftcolumn img {
float: left;
border: none;
}

div#subpage a:link {color: #fdda3e; text-decoration: none; font-weight: bold;}
div#subpage a:visited {color: #fdda3e; text-decoration: none; font-weight: bold;}
div#subpage a:hover {color: #fff;text-decoration: none;font-weight: bold;background-image: url(images/linkbg.gif);background-repeat: repeat-x;background-position: bottom;}
div#subpage a:active {color: #fff; text-decoration: none; font-weight: bold;}
div#gallery a:hover {color: #fff;text-decoration: none;font-weight: bold;background-image: none;}

div#mycustomscroll a:link {color: #fdda3e; text-decoration: none; font-weight: bold;}
div#mycustomscroll a:visited {color: #fdda3e; text-decoration: none; font-weight: bold;}
div#mycustomscroll a:hover {color: #fff;text-decoration: none;font-weight: bold;background-image: url(images/linkbg.gif);background-repeat: repeat-x;background-position: bottom;}
div#mycustomscroll a:active {color: #fff; text-decoration: none; font-weight: bold;}
div#mycustomscroll a:hover {color: #fff;text-decoration: none;font-weight: bold;background-image: none;}

#gallery {
margin: 0px;
padding: 0px;
}

div#gallery img {
text-align: left;
border: 4px solid white;
margin-right: 5px;
margin-bottom: 4px;
background-image: none;
}

ul, li {
margin: 0px;
padding: 0px;
display: inline;
float: left;
}

/* end misc */


/* begin contact form */

form {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 20px;
top: 5px;
width: 260px;
}

label, input, textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #fff;
	background-image: url(images/formbg.png);
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	padding-left: 2px;
}

textarea {
height: 90px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	font-family: tahoma;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
}


.sub {
border: none;
background: none;
width: 118px;
height: 11px;
position: relative;
left: 130px;
}

#details {
display: inline;
position: absolute;
top: 160px;
right: 45px;
}

/* end contact form */
