html { height: 100%; }
html, body { 
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 11pt;
	}

#layout { 
	width: 100%; 
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
	
td { 
	vertical-align: top;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}

label { font-size: 11pt;}

a { color: #5E5E00; font-weight: bold;}
a:active { color: #7B0000; }
a:hover {color: #000; }
a.back { font-weight: 100;}

td#nav, .ll {
	background: url('images/bg_left.jpg') bottom left no-repeat #fff;
	background-attachment: fixed;
	width: 150px;
}

h3 {
	color: #848400;
	font-size: 14pt;
}

#contact, #data { width: 550px;}
#contact label, #contact input, #data input[type=text], #data .wide { display: block; width: 100%; }
#contact td { height: 3em;}

.left {float: left; margin-right: 5px;}
.submit, .clear {display: inline; width: 6em;}
.error { color: #900;}

#main {
	padding: 20px;
	background: url('images/bg.jpg') bottom left no-repeat #fff;
	background-attachment: fixed;
}

#nav, #ul, #ll { width: 150px; }
#right, #ur, #lr { width: 67px; }

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	background: url('images/buttonbackground.GIF');
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
	list-style: none;
	width: 149px;
}

#ul {
	background: url('images/bg_left_top.jpg') top left no-repeat; 
	width: 150px; 
	height: 140px;
}

#ur {
	background-color: #7a1315; 
	width: 38px; 
	height: 140px;
}

#logo {
	background: url('images/logo.jpg') bottom left no-repeat #fff; 
	color: #7B0000; 
	font-weight: bold; 
	text-align: right; 
	padding-top: 1.5em;
	padding-right: 20px;
}

#right { 
	background-color: #7a1315; 
	width: 38px; 
	}
	
#lr {
	background: url('images/bg_right_bottom.jpg') bottom right no-repeat;
	height: 27px;
}