@charset "utf-8";
/* CSS Document */

BODY
{
	clip:   rect(   );
	margin-top:3px;
	margin-left:0px;
}

/*#menu container {
	margin:0px;
	padding:0px;
	background-image:url(images/menu_bottom.jpg);
	background-position:bottom;
	background-repeat:none;
	height:480px;
}*/


#bottom container {
	width:1024px;
	margin:0px;
	padding:0px;
}

/*LINKS*/

a:link {
	color:#6a0102;
	text-decoration:none;
	font-weight:bold;
}


a:visited {
	color:#6a0102;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
}


a.highlight {

}
/*BANNER*/

#banner {
	margin: 0px;
	padding: 0px;
	background-image:url(images/banner_bg.jpg);
	background-repeat:repeat-x;
	height: 139px;
	width:100%;
}

#photobanner {
	margin: 0px;
	background-color: #202050;
	height: 92px;
}

#image-1 {
	padding-left: 16px;
	vertical-align:center;
	padding-top:1px;
	padding-bottom:1px;
}

/* NAVIGATION */

#navigation {
	background-color:#c9c9c9;
	background-image:url(images/menu_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:180px;
	height:386px;
	float: left;
	/*height:437px;*/
}

#navigation ul {
	background-image:url(images/menu_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#navigation ul, #navigation li {
	list-style-type: none;
	padding-top: 10px;
	padding-left:5px;
	margin: 0px;
}

#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	display:block;
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#navigation li a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

#navigation li a:hover {
	text-decoration:underline;
}

#image-2 {
	position:relative;
	bottom:-150px
}

/* CONTENT */
#container {
	width:850px;
	padding-left:0px;
	padding-top:15px;
	margin-left:196px;
	margin-top:0px;
}


#newscontainer{
	width:187px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*margin-left:835px;*/
	float:right;
	vertical-align:top;
}

#content {
	font-family:/*Verdana,*/ Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 637px;
	/*margin-left: 196px;*/
	vertical-align:top;
	float:left;
}

.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}

/* FOOTER */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:637px;
	margin-left:196px;
	margin-top:0px;
	padding:0px;
}

#footer a {

}


/* HEADINGS */
h1 {

}