@charset "utf-8";
/* CSS Document */
body {
	background-color: #EEE;
	font: 0.85em Arial, Helvetica, sans-serif;
}
h1 {
		font-size: 18px;
		font-weight: bold;
}
h2, h3 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	margin-bottom: 3px;
}
h4 {
	font-size: 10px;
}

p {
	margin: 0 0 10px 0;
}
a {
	color: #666666;
}
a:hover {
}
img {
	border: none;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	font-weight: bold;
	background: url(layout_images/headtile.jpg) repeat-x;
	height: 115px;
}
#header .title {
	margin-left: 581px;
}
#left {
	clear: both;
	width: 175px;
	margin: 0;
	float: left;
	background-image: url(layout_images/left_background.jpg);
	background-repeat: repeat-y;
}
#right {
	color: #666666;
	width: 775px;
	margin: 0;
	float: left;
	background-image: url(layout_images/content_background.jpg);
	background-repeat: repeat-y;
}
#right .header {
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
}
#right .content {
	padding: 10px 20px;
	height: 400px;
	overflow: auto;
	line-height: 1.65em;
}
#list {
	width: 190px;
	margin: 10px 10px 10px 0;
	float: left;
}
#detail {
	width: 620px;
	margin: 10px 0;
	float: left;
}
#footer {
	clear: both;
	color: #999999;
	background-image: url(layout_images/footertile.jpg);
	background-repeat: repeat-x;
	height: 41px;
}
#footer p {
	font-size:.8em; 
	padding-top:15px; 
	float:left;
	display: inline;
}
#footer a {
	color:#999999;
}
#footer img.left {
	float: left;
	width: 15px;
	height: 41px;
	display: inline;
}
#footer img.right {
	margin-left:935px;
}
.bold {
	font-weight: bold;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}