@charset "utf-8";

body {
	background-color:#ccc;
	color:#334;
}

a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a:hover {
	color:#f33;
}

h3 {
	margin-bottom:6px;
}

.thumb {
	width:170px;
	height:170px;
	text-align:center;
	float:left;
	font-size:10px;
	line-height:15px;
}

#base {
	width:760px;
	margin:20px auto;
	border:1px solid #777;
	background-color:#fff;
	padding:0px;
}

#header {
	width:100%;
	text-align:right;
	height:150px;
	background-color:#fff;
	background-image:url(images/header.jpg);
	z-index:1;
}

.transparent {
}

.transparent a, .transparent a:hover {
	background-color:transparent;
	border:0px;
}

.subject {
	border-left:5px solid #B45F63;
	border-bottom:1px solid #B45F63;
	color:#B45F63;
}

.column-header {
	font-family:helvetica,arial,sans-serif;
	font-size:10px;
	line-height:20px;
	height:20px;
	border-bottom:1px solid #777;
	background-image:url(images/column-title-bg.gif);
	padding-left:6px;
	padding-right:6px;
}

#maintable {
	border:1px solid #777;
	margin-bottom:-1px;
	margin-left:130px;
	margin-right:130px;
	padding-top:9px;
	padding-left:9px;
	padding-right:9px;
}

#leftside {
	width:130px;
	float:left;
	z-index:2;
}

#rightside {
	width:130px;
	float:right;
	z-index:3;
}

#back {
	padding-right:6px;
	margin-top:100px;
	z-index:4;
}

#footer {
	font-family:helvetica,arial,sans-serif;
	font-size:10px;
	line-height:20px;
	width:100%;
	text-align:center;
	z-index:5;
}