body {
	font-family: sans-serif;
	font-size: 76%;
	margin: 0px;
	border: 0px;
	background-color: #F5F2EB;	
}

/**  layout  **/

h1 {
	font-size: 16px;
	margin:0;
	padding:0;
}
td.titleSpacer {
	line-height: 8px;
}
.bold {
	font-weight: bold;
}
td.logo {
	width: 257px;
}
td.navBg {
	padding: 13px 0px 0px 30px;
	width: 477px;
	background-image: url(../images/layout/top_right.gif);
	background-repeat: no-repeat;
}
td.sideLeft {
	width: 12px;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
td.sideRight {
	width: 11px;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
td.page {
	width: 711px;
	background-color: #FFFFFF;
	vertical-align: top;
}

/**  footer  **/

td.footer {
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #D6CAB1;
}

/**  page layout  **/

td.copy {
	padding: 22px 10px 10px 22px;
	vertical-align: top;
}
td.imageRight {
	text-align: right;
	vertical-align: bottom;
	padding: 1px;
}

/**  links  **/

a.links-credits {
	color: #D6CAB1;
	text-decoration: none;
}
a.links-credits:hover {
	color: #A49A86;
	text-decoration: none;
}
a.links-page, a.links-page:hover {
	color: #65542F;
	text-decoration: none;
}
a.links-pageBold, a.links-pageBold:hover {
	color: #65542F;
	text-decoration: none;
	font-weight: bold;
}

/**  contact fields  **/

.contactSelectbox {
	width: 200px;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	border: 1px solid #D6CAB1;
	background-color: #F6F0E2;
	font-size: 80%;
	padding: 1px;
}
.textBox {
	width: 200px;
	height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 7px;
	background-color: #F6F0E2;
	border: 1px solid #D6CAB1;
	font-size: 80%;
	padding: 2px;
}
.messageField {
	width: 200px;
	height: 50px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 7px;
	background-color: #F6F0E2;
	border: 1px solid #D6CAB1;
	padding: 2px;
}
.button {
	width: 60px;
	height: 19px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 7px;
	background-color: #F6F0E2;
	border: 1px solid #D6CAB1;
	font-size: 80%;
	padding: 2px;
}
td.contactform-left {
	padding-right: 10px;
}
td.contactform-right {
	padding-left: 7px;
}

/** div  **/

#wrapper {
position: relative;
width: 734px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}