body {
	background-color:#a7a9a6;
	margin:10px 0;
}

#frame {
	background-color:#fff;	
	width:800px;
	margin:0 auto;
}

#top {
	padding:0 30px;
	background:url(../images/top.png) top left no-repeat #fff;	
	height:150px;
	position:relative;
}

#top h1 {
	position:absolute;
	bottom:25px;
	left:30px;
	width:163px;
	height:73px;
	margin:0;
}

#top h1 a {
	display:block;
	text-indent:-2000px;
	width:163px;
	height:73px;
	background-image:url(../images/logo.png);
}

#top_line {
	position:absolute;
	bottom:0;
	left:30px;
	width:740px;
	height:15px;
	background-color:#c8c8c8;
}

#content {
	padding:0 30px 0px 30px;
	min-height:500px;
}

#footer {
	padding:0 30px;
	background:url(../images/footer.png) bottom left no-repeat #fff;	
	height:60px;
}

#footer_content {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}

#footer_content ul {
	float:left;
	margin:0;
	padding:0;
}

#footer_content ul li {
	display:inline;
	margin-right:0.5em;
}

#footer_content a, #footer_content {
	font-family:verdana;
	font-size:10px;
	color:#999;
	text-decoration:none;
}

#footer_content a:hover, a.selected {
	color:#e21a22;
}

#footer_content p {
	float:right;
	margin:0;
	padding:0;
}

#top_content {
	margin-top:5px;
	position:relative;
	width:740px;
	height:300px;
}

#top_content ul {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:360px;
	list-style:none;
}

#top_content ul li a {
	font-family:verdana;
	font-size:10px;
	color:#999;
	text-decoration:none;
}

#top_content ul li a:hover, #top_content ul li a.selected {
	color:#e21a22;
}

#top_content h2 {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:360px;
	font-size:21px;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
}

#top_content #article_image {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}

#bottom_content {
	/*border-bottom:1px solid #ccc;*/
	margin-top:10px;
}

#bottom_left_content {
	float:left;
	width:360px;
	margin-right:22px;
}

#bottom_left_content * {
	margin-top:0;
}

#bottom_right_content {
	float:left;
	width:358px;
}

#bottom_right_content * {
	margin-top:0;
}

#bottom_right_content h3 {
	color:#666;
	font-weight:bold;
	font-size:21px;
	clear:left;
}

#image_links {
	margin:0;
	padding:0;
	list-style:none;
	height:60px;
}

#image_links li {
	list-style:none;
	float:left;
	margin-right:2px;
}

#image_links a {
	display:block;
	width:40px;
	text-align:center;
	padding:10px 0;
	background-color:#ccc;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#image_links a:hover {
	background-color:#999;
}

#image_links a.selected {
	background-color:#e21a22;
}

#article_image {
	margin-top:0;
}

#left_content {
	float:left;
	width:350px;
	margin-right:32px;
}

#left_content_top {
	position:relative;
	height:250px;
}

#left_content_top h2 {
	position:absolute;
	bottom:0;
	margin:0 0 0.5em 0;
}

#right_content {
	float:left;
	width:358px;
}

#right_content_top {
	position:relative;
	height:224px;
}

#right_content_top #logo_animation {
	position:absolute;
	margin:0;
	bottom:0;
}

#logo_animation * {
	margin:0;
}

.news_row {
	/*
	clear:left;
	overflow:auto;
	*/
	margin:7px 0;
}

.news_row .pic {
	float:left;
	width:50px;
	margin-right:15px;
}
	
.news_row .pic p {
	margin:0;
}

.news_row .pic img {
	border:1px solid #ccc;
}

.news_row h4 {
	margin:0;
}

.news_row p {
	margin:0.4em 0;
}

.news_row_body {
	width:290px;
	float:left;
}

.news_row_body p {
	font-size:11px;
}

.news_row_body .date {
	margin:0;
	color:#999;
	font-size:11px;
}

.news_row h4 a {
	color:#666;
	text-decoration:none;
}

.news_row h4 a:hover {
	color:#e21a22;
}

#left_column {
	float:left;
	width:450px;
	margin:0px 30px 0 0;
	border-right:1px solid #ccc;
	padding-right:30px;
}

#right_column {
	float:left;
	width:220px;
	margin-top:0;
}

#news_listings .news_row {
	float:left;
	width:360px;
	margin-right:10px;
}

.paging {
	border-top:1px solid #ccc;
	padding-top:10px;
	clear:both;
}
