body
{
	margin: 0px;
	padding: 0px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bird.gif);
	background: url(../images/bird.gif) repeat fixed;
}

/*<group=header>*/

#masthead {
	width: 760px;
	height: 100px;
	background: #FC1D20;
	vertical-align: middle;
	border-right: 3px solid #B7B7B7;
}

#heading {
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	padding: 18px;
	width: 160px;
	line-height: 20px;
}

.separater {
	background: #000000;
	height: 1px;
	width: 760px;
	border-right: 3px solid #cccccc;
}
	
/*</group>*/

/*<group=left>*/

div#main_links {
	border: 1px solid #C3C3C3;
	width: 120px;
	text-align: right;
	margin-top: 8px;
	background: #eeeeee;
}

div#main_links p {
	font-size: 9px;
	padding: 4px;
}
	
/*</group>*/

/*<group=main>*/

#main_page {
	clear: both;
	width: 760px;
	border-right: 3px solid #B7B7B7;
	background: white;
	margin-right: 0px;
}

#main_page #cover_img {
	float: right;
}

#cover_img img {
	border-left: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
}

#main_page #main_links {
	float: left;
}

#main_links a, #main_links a:visited {
	text-align: right;
	color: navy;
	text-decoration: none;
	display: block;
	background: #EEEEEE;
	padding: 4px;
}

#main_links a:hover {
	text-decoration: underline;
}

#main_page  #content {
	padding-left: 130px;
	padding-top: 8px;
}

div#content div.contentl {
	float: left;
	width: 280px;
}

div#content div.contentr {
	float: right;
	width: 290px;
	padding-right: 8px;
}

p.story {
	text-indent: 4px;
	text-align: justify;
}

a.headline, a.headline:visited {
	color : #2E78A7;
	text-decoration : none;
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	clear: both;
}

a.headline:hover {
	color : #2E78A7;
	font-size: 12px;
	text-decoration: underline;
}

div.row a.headline, div.row a.headline:visited {
	color : #2E78A7;
	text-decoration : none;
	font-size: 12px;
	display: block;
	clear: both;
	padding: 0px;
}

div.row a.headline:hover {
	color : #2E78A7;
	text-decoration : underline;
	font-size: 12px;
	display: block;
	clear: both;
	padding: 0px;
}

div.row {
  clear: both;
	background: #DDDDDD;
	padding: 4px;
	margin-bottom: 8px;
}

div.row span.left
{
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

div.row span.right
{
	float: right;
	width: 164px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.row span.bigleft
{
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.bigright
{
	float: right;
	width: 174px;
	text-align: left;
}
	
/*</group>*/ 
div.spacer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 6px;
	height: 6px;
}

H2.right {
	font-size: 18px;
	line-height: 21px;
	text-align: right;
}

h1 {
	font: 20px/22px Georgia, Times New Roman, Times, serif;
}

h2 {
	font-size: 18px;
	line-height: 21px;
}

/*<group=general>*/

.clearboth {
	clear: both;
}
	
/*</group>*/

/*<group=footer>*/

#footer {
	clear: both;
	border-top: 1px solid #919191;
	padding: 8px;
	background: #eeeeee;
	color: #999999;
	font-size: 10px;
}

#footer a, #footer a:visited {
	text-align: right;
	color: navy;
	text-decoration: none;
	background: #EEEEEE;
}

#footer a:hover {
	text-decoration: underline;
}
	
/*</group>*/