body {
	background-color:#313840;
	text-align:center;
	font-size:12px;
	line-height:22px;
}

a {
	text-decoration:none;
	outline:none;
	color:#16387C;
}

h2 a, h3 a {
	color:#000000;
}

ul {
	padding:0;
}
ul li{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
	list-style-position:inside;
}

#wrapper {
	width:608px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:312px;
	background:transparent url('header.gif') no-repeat left top;
}

#content {
	background:transparent url('mid_border_left.gif') repeat-y left top;
	background-color:#FFFFFF;
}
#content .inner {
	background:transparent url('mid_border_right.gif') repeat-y right top;
	padding:5px 20px;
}

#content .inner>div {
	border-bottom:1px solid #CCCCCC;
}
#content .inner>.last {
	border-bottom:none;
}

#footer {
	padding:72px 40px 40px;
	color:#B4C3C8;
	background: transparent url('footer.gif') no-repeat left top;
}

#footer a {
	color:#CCCCCC;
}

.highlight {
	overflow:hidden;
}
.highlight img {
	float:left;
	border-radius:8px;
	-opera-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin:20px 10px 15px 0;
}

.column-two {
	overflow:hidden;
}
.column-two>div {
	width:48%;
	float:left;
}
.column-two>.left {
	border-right:1px solid #CCCCCC;
	margin-right:1%;
	padding-right:1%;
}
