* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "MS PGothic", "MS Gothic", sans-serif, serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/link_bg.gif) repeat-y center;
	padding: 0 0 30px;
	margin: 0; 
}
img {
	border: none;
}
.clear {
	clear: both;
	background-color: #A1A1A1;
}
span.pageactive {
	color: black;
	font-weight: bold;
	border: #ddd 1px solid;
}
h1#header {
	width: 578px;
	height: 57px;
	margin: 0 auto 0;
	clear: both;
}
div#contents {
	width: 578px;
	margin: 0 auto;
	padding-bottom: 5px;
	clear: both;
	background-color:#fff;
	background-repeat: repeat;
}
div#navigation { 
	width: 538px;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat;

}
	#navigation p.home {
		width: 100px;
		float: left;
		margin-top: 10px;
		font-weight: bold;		
	}
	#navigation p.home a {
		color: #000000;;
		text-decoration: none;
	}
	#navigation p.home a:hover {
		color: #000000;;
		text-decoration: underline;
	}
	#navigation ul {
		float: left;
		list-style: none;
		width: 71px;
		height: 21px;
	}
		#navigation li {
			float: left;
			text-indent: -9999px;
		}
		#navigation li a {
			display: block;
			width: 71px;
			height: 21px;
		}

	#navigation p.pagenumber {
		width: 220px;
		float: right;
		text-align: right;
		margin-top: 5px;
	}
		#navigation p.pagenumber a {
			color: black;
			text-decoration:none;
			font-weight: bold;
		}
		#navigation p.pagenumber a:hover {
			color: black;
			font-weight: bold;
			text-decoration: underline;
		}
div#nav_bottom {
	width: 538px;
	margin: 0 auto;
	clear: both;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat;
}
	div#nav_bottom p {
		text-align: right;
		padding-top: 5px;
	}
	div#nav_bottom p a {
		color: #000000;;
		text-decoration: none;
		font-weight: bold;
	}
	div#nav_bottom p a:hover {
		color: #000000;;
		text-decoration: underline;
		font-weight: bold;
	}
div.details {
	width: 538px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	background: #ddd;	
	clear: both;
	border-bottom: 1px dotted #999999;
}
div.details img {
	width: 88px;
	float: left;
	margin: 10px 0 15px 15px;
}
div.detailsright {
	width: 400px;
	float: right;
	padding: 10px;
}
div.detailsright h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}
div.detailsright h2 span {
	margin-left: 20px;
}
div.detailsright h2 a {
	color: #000000;;
	text-decoration: underline;
}
div.detailsright h2 a:hover {
	color: #000000;;
	text-decoration: none;
}
#footer {
	width: 605px;
	margin: 0 auto;
	clear: both;
}
