body {
	font-family: arial;
	font-size: 11px;
	background-image: url(img/backdrop.jpg);
}
td {
	font-family: arial;
	font-size: 11px;
}

table.container {
	width: 1000px;
}
td.title {
	width: 1000px;
	height: 112px;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
}
td.navigation {
	width: 1000px;
	height: 50px;
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
}

.navigation a:link, .navigation a:visited {	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.navigation a:hover, .navigation a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
td.left {
	width: 35px;
	background-image: url(img/left_bar.png);
	background-repeat: repeat-y;
}
td.content {
	width: 930px;
	height: 450px;
}
#content {
	width: 920px;
	overflow-x: hidden;
	padding: 10px 0px 10px 0px;
}

#title {
	background-color: #80b8db;
	padding: 3px 10px 4px 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 680px;
	margin: -10px 0px 0px 0px;
	}

#content table {
	width: 710px;
	}

	#content td {
		vertical-align: top;
		text-align: left;
		}

td.right {
	width: 35px;
	background-image: url(img/right_bar.png);
	background-repeat: repeat-y;
	background-position: right;
}
td.footer {
	width: 1000px;
	height: 22px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}
table.content-container {
	width: 100%;
	height: 100%;
}
td.content-left {
	width: 815px;
}
#footer {
	padding-bottom: 10px;
}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#content a:link, #content a:visited {	
	color: #000000;
	text-decoration: underline;
	}

#content a:hover, #content a:active {
	color: #ff0000;
	text-decoration: underline;
	}

#top {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 3px 0px 0px 5px;
	margin: 10px 0px 0px 0px;
	}