body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eee url(../img/bg_grad.png) top center repeat-x;
}

a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
:focus {
	outline: none;
}
img {
	border: none;
}

h1 {
	margin: 0 0 5px;
	font-size: 24px;
}
h2 {
	margin: 0 0 5px;
	font-size: 18px;
}
h3 {
	margin: 0;
	font-size: 12px;
}
.date {
	display: block;
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
}

.full {
	height: 100%;
	width: 100%;
}
.holder {
	width: 960px;
}
.header {
	width: 960px;
}
.menu {
	float: right;
	width: 960px;
	background: url(../img/bg_span.png) repeat-y;
}
.content {
	float: left;
	background: url(../img/bg_span.png) repeat-y;
	padding: 30px;
	width: 900px;
	text-align: left;
}

.col_l {
	float: left;
	width: 570px;
}
.box_l {
	width: 570px;
	padding: 0 0 50px;
	background: url(../img/bg_box_l.gif) bottom center no-repeat;
}
.top_l {
	width: 570px;
	height: 12px;
	background: url(../img/bg_box_l-top.gif) top center no-repeat;
}
.txt_l {
	width: 540px;
	padding: 5px 15px;
}

.col_r {
	float: right;
	width: 310px;
}
.box_r {
	float: left;
	text-align: justify;
	width: 310px;
	padding: 0 0 50px;
	background: url(../img/bg_box_r.gif) bottom center no-repeat;
}
.top_r {
	width: 310px;
	height: 12px;
	background: url(../img/bg_box_r-top.gif) top center no-repeat;
}
.txt_r {
	float: left;
	width: 280px;
	padding: 10px 15px 15px;
	border-bottom: 1px #ccc dotted;
}
.txt_r img {
	float: left;
	padding: 0 0 5px 10px;
}

.footer {
	float: left;
	width: 960px;
	text-align: center;
	font-size: 12px;
	color: #bbb;
	background: url(../img/footer.png) bottom center no-repeat;
	padding:0px 0 18px;
}
.last { border: none; }