@charset "utf-8";
body {
	background-color: #DEDEDE;
	margin-top: 0px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #09F;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-weight:normal;
 	font-size: 1.3em;
}
h5 {
	font-weight: normal;
	font-size: 1em;
}
#container {
	margin: auto;
	width: 744px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#container #banner {
	background-color: #DEDEDE;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container h1#pagetitle {
	height: 143px;
	width: 591px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container h1 span {
	background-image: url(/images/morphle.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#container #nav {
	background-color: #FFFFFF;
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 35px;
	padding-top: 15px;
	padding-bottom:1px;
	width: 744px;
}
#container #nav ul {
	margin-top: -7px;
	display: block;
	width: 744px;
	margin-left: -41px;
}
#container #nav li {
	display: block;
	width: 186px;
	text-align:center;
	list-style-type: none;
	float: left;
}
#container #nav a {
	color: #666666;
	text-decoration: none;
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}
#container #nav a:hover {
	color: #3399FF;
	text-decoration: none;
}
#container #content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin: auto;
	width: 720px;
}
#footer {
	background-image: url(/images/footer.jpg);
	height: 31px;
	background-repeat: no-repeat;
	background-position: top;
}
#adbottom {
	position:relative;
	width:728px;
	margin:auto;
	padding-top:35px;
}
	/* tagcloud */
		
	#footer-tagcloud {
		/*width:744px;
		padding:0.2em 0; 
		float:left; */
	}
	
		#footer-tagcloud h2 {
			margin:0 0 0.2em 0;
			font-size:100%;
			line-height:1.2;
		}
		
		#footer-tagcloud ul {
			margin:0;
			font-size:80%;
			text-align:justify;
			text-transform:lowercase;
			list-style:none;
		}
		
			#footer-tagcloud ul li {
				display:inline;
				margin:0;
				line-height:2.2em;
				vertical-align:baseline;
				white-space:nowrap;
			}
			
				#footer-tagcloud ul li strong {
					font-size:125%;
					font-weight:normal;
				}
