/* CSS Document */

div#template {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	
	background-color: white;
}

div#address {
	color: white;
	width: 750px;
	height: 20px;
	text-align: right;
	padding: 0px 18px 0px 0px;
}

div#address dd {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
}

div#top {
	position: relative;

	width: 750px;
	height: 272px;
	
	background-image:url(../images/template/top_background.gif);
	background-repeat: no-repeat;
}

div#top img {
	position: absolute;
}

img#logo {
	top: 0px;
	left: 0px;
}

img#header {
	top: 9px;
	right: 9px;
}

div#menu {
	position: absolute;
	bottom: 6px;
	
}

div#menu ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}

div#menu li {
	list-style-type: none;
	float: left;
	
	padding: 0px 8px 2px 8px;
	
	background-image:url(../images/template/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#menu a {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

div#menu a:hover {
	border-bottom: dotted 1px #696969;
}

div#canvas {
	padding: 16px 16px 16px 24px;
}

div#column_left {
	float: left;
	width: 420px;
}

div#column_right {
	float: right;
	width: 260px;
}

div#clear {
	clear: both;
}

div#footer {
	width: 750px;
	height: 64px;

	background-image:url(../images/template/footer_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#footer div {
	line-height: 1.5em;
	padding: 16px 0px 0px 24px;
	margin: 0px 0px 16px 0px;
}

div#footer a {
	font-weight: normal;
}