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

body{
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0 auto;
	padding:0;
}
#container {
	margin:0 auto;
	margin-top: 0px;
	width:1000px;
	background-color:#FFF;
}
#logo {
	position:absolute;
	margin-top:0px;
	margin-left:9px;
	width:35px;
	height:98px;
	z-index:99;
	}
	
#contentholder {
	width:900px;
	margin-left:50px;
	}

#topfield {
	width:870px;
	height:62px;
	margin-left:20px;
	}
#topfield_right {
	float:right;
	height:62px;
	}

#cyclable {
width:900px;
height:450px;
}

#menuactive {
float:left;
background-image:url(img/active.gif);
background-repeat:repeat-x;
padding-left:7px;
padding-right:7px;
margin-left:1px;
height:62px;
}
#menuinactive {
float:left;
background-image:url(img/inactive.gif);
background-repeat:repeat-x;
padding-left:7px;
padding-right:7px;
margin-left:1px;
height:62px;
}
#menuinactive:hover {
float:left;
background-image:url(img/active.gif);
background-repeat:repeat-x;
padding-left:7px;
padding-right:7px;
margin-left:1px;
height:62px;
}
#menutext {
padding-top:45px;}


#imagefield {
	width:900px;
	height:450px;
	}

#leftfield {
	width:273px;
	float:left;
	}
#rightfield {
	width:567px;
	float:right;
	}
#textfield {
	width:860px;
	margin-left:20px;
	padding-top:40px;
	padding-bottom:40px;
	}
#clear {
	clear:both;
	}
	
.text {font: 11px/13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #696969;}
.field {font: 11px/13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #696969; width:550px; margin-bottom:10px;}
.feed1 {font: 9px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #696969;}
.footer {font: 9px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #696969; text-align:center;}
.feed {font: 9px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #696969; padding-bottom:10px;}
a {color:#333333; text-decoration:none;}
