#banner {
	width: 479px;
	height: 189px;
	overflow: hidden;
	float: right;
	overflow: hidden;
}

BODY {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #CAD3D3;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Times, Times New Roman;
}

BODY A {
	color: #005F99;
	text-decoration: none;
}

BODY A:hover {
	color: #005F99;
	text-decoration: underline;
}

#clear {
	clear: both;
}

#content {
	width: 478px;
	float: right;
	margin: 25px 0px 0px 0px;
}

#content-buffer {
	width: 458px;
	margin: 0px auto 0px auto;
	text-align: justify;
	font-size: 12px;
}

#content-buffer h1 {
	margin:0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

#content-buffer h2 {
	margin:0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#didknow {
	width: 755px;
	height: 56px;
	overflow: hidden;
	background-image: url("../images/didknow.jpg");
}

#didknow-text {
	font-size: 11px;
	width: 581px;
	float: right;
	margin: 6px 0px 0px 0px;
}

.form {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 763px;
	margin: 0px auto 0px auto;
}

#main-buffer {
	width: 755px;
	margin: 0px;
	margin: 0px auto 0px auto;
}

#main-content {
	width: 763px;
	margin: 0px;
	background-image: url("../images/table_middle.jpg");
}

#main-footer {
	width: 763px;
	height: 71px;
	margin: 0px;
	background-image: url("../images/table_footer.jpg");
	overflow: hidden;
}

#main-footer-left {
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0px 0px 7px;
	line-height: 16px;
	float: left;
}

#main-footer-right {
	color: #ffffff;
	font-size: 12px;
	padding: 5px 7px 0px 0px;
	line-height: 16px;
	float: right;
	text-align: right;
}

#main-footer-right a {
	color: #ffffff;
}

#main-footer-left a {
	color: #ffffff;
}

#nav {
	width: 276px;
	height: 189px;
	overflow: hidden;
	float: left;
	overflow: hidden;
}

#sidebar {
	width: 277px;
	float: left;
	margin: 25px 0px 0px 0px;
	background-image: url("../images/sidebar.jpg");
}

#sidebar ul {
	font-size: 12px;
}

#sidebar ul li {
	list-style-image: url("../images/bullet.jpg");
	font-size: 12px;
}

#sidebar-buffer {
	width: 272px;
	margin: 0px auto 0px auto;
}

.smallpic {
	margin-bottom: 10px;
}