body {
	font: 14px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ccc;
}
:focus, :active, a {
	outline: 0;
}
body, h1, h2, h3 , ul{
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0.5em 0px 1em;
	padding: 0px;
}
#copy h1 {
	font-size: 24px;
	line-height: 2em;
}


#container {
	width: 939px;
	margin: auto;
	background: #EAECEB url(../images/interface/bg_container_bottom.jpg) repeat-x bottom;
}

#address_bar {
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(../images/interface/address_bar.jpg) no-repeat center center;
	height: 73px;
	padding-right: 25px;
	padding-left: 25px;
}
#header {
	background: #333 url(../images/interface/header.jpg);
	height: 175px;
}

#address_bar ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
}
#nav {
	position: relative;
	top: 143px;
	margin-left: 22px;
	height: 28px;
}
#nav a {
	display: block;
	text-decoration: none;
	}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 28px;
}
#nav li:hover {
	background-position: 0 28px;
}

#nav_01 {
	width: 103px;
	background-image: url(../images/interface/thl_nav_01.png);
}
#nav_02 {
	width: 135px;
	background-image: url(../images/interface/thl_nav_02.png);
}
#nav_03 {
	width: 144px;
	background-image: url(../images/interface/thl_nav_03.png);
}
#nav_04 {
	width: 130px;
	background-image: url(../images/interface/thl_nav_04.png);
}
#nav_05 {
	width: 124px;
	background-image: url(../images/interface/thl_nav_05.png);
}
#nav_06 {
	width: 257px;
	background-image: url(../images/interface/thl_nav_06.png);
}

#address_bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#content {
	background: url(../images/interface/bg_content_botright.png) no-repeat right bottom;
	padding-bottom: 20px;
	width: 880px;
	margin: auto;
}

#copy {
	width: 600px;
	margin-left: 20px;
	float: left;
	border-right: thin dotted #CCC;
	padding-right: 1.5em;
}
#sidebar {
	font-size: 12px;
	float: right;
	width: 210px;
}
#testi {
	font-style: italic;
}
#testi2 {
	font-style: italic;
	background-color: #D2D2D2;
}

#footer {
	text-align: center;
	height: 36px;
	background: url(../images/interface/footer.png) no-repeat center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}
#footer a {
	color: #FFF;
}
.clear {
	clear: both;
}

