/* CSS Document */
html { height: 100%; }
body { min-height: 100%; height: 100%; }
body {
	background-color: #999999;
}

#container {
	width: 889px;
	height: auto;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 2px solid #666666;
	display: table;
}
#header {
	width: 889px;
	height: 267px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*margin: 0px;*/
	/*z-index: 10;*/
	/*border: thin solid #666666;*/
}
#TopNav {
	position: relative;
	left: 274px;
	top: 193px;
	/*margin-top: 190px;
	margin-left: 277px;
	margin-bottom: 0px;
	z-index: 5;*/
}
#LeftNav {
	float: left;
	height: 351px;
	width: 150px;
}
#LeftNav Ul {
	font-family: Garamond;
	font-size: 0.8em;
	line-height: 2em;
	color: #666666;
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#LeftNav a {text-decoration: none; color: #666666;}
#LeftNav a:hover { text-decoration: underline; color : #999933; border: 0px;}
#leftContact {
    float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align:right;
	}
#content {
	width: 679px;
	height: 315px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	float: right;
	padding: 0px 30px 5px;
	/*border: 1px solid #666666;*/
	display: table;
}
#content p{
	margin-left: 20px;
}
#content img{
	margin-right: 10px;
	clear: right;
}
