/* CSS Document */

div#template {
	text-align: left;
	
	width: 726px;

	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;

	width: 726px;
	height: 155px;
	
	margin-bottom: 24px;

	background-image:url(../images/template/header_default.jpg);
	background-repeat: no-repeat;
}

div#header dl {
	position: absolute;
	bottom: 0px;
}

div#header dl dd {
	text-align: center;
	float: left;
	width: 117px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#header dl dd img {
	margin-left: auto;
	margin-right: auto;
}

div#header a:hover {
	border-bottom: dotted 1px #828181;
}

div.toplinks {
	height: 24px;
}

div.toplinks img {
	margin: 0px 4px -4px 4px;
}

div.toplinks a {
	font-weight: normal;
	color: #828181;
}

div.toplinks a:hover {
	border-bottom: dotted 1px #828181;
}

div#content {
	padding: 8px 16px 16px 16px;
}

div#column_left {
	float: left;
	width: 320px;
}

div#column_right {
	float: right;
	width: 320px;
}

div#clear {
	clear: both;
}

div#footer {
	text-align: center;
	
	width: 726px;
	
	margin-top: 24px;
	padding: 8px 0px 0px 0px;

	border-top: solid 4px #cccccc;
}

div#footer a {
	font-style: italic;
	color: #990000;
}

div.visual_page td, th {
	padding-right: 24px;
	
}