body {
	background-image: url(../../images/bground.jpg);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}

#container {
	margin: auto;
	position: relative;
	width:980px;
}

#logo {
	position:absolute;
	left:35px;
	top:35px;
	width:250px;
	height:30px;
	z-index:1;
}

#tagine {
	position:absolute;
	left:334px;
	top:30px;
	width:552px;
	height:30px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	color: #519768;
	font-size: 180%;
}

#rss_feed {
	position:absolute;
	left:940px;
	top:40px;
	width:17px;
	height:17px;
	z-index:3;
}

#content {
	position:absolute;
	left:334px;
	top:420px;
	width:613px;
	height:373px;
	z-index:4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
	color: #000000;
}

#navigation {
	position:absolute;
	left:35px;
	top:90px;
	width:250px;
	height:400px;
	z-index:5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #A9AF1B;
	
}

#image_holder {
	position:absolute;
	left:322px;
	top:90px;
	width:652px;
	height:292px;
	z-index:6;
}

#noflashcontent {
	margin: 0 auto;
	width: 652px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#999999;
	line-height: 14pt;
}	

.h1 {
	color: #519768;
	font-size: 260%;
}

.footer {
	color: #000000;
	font-size: 80%;
}

A:link, A:visited {color:#000000; text-decoration: underline; font-weight: bold;}
A:hover, A:active {color:#000000; text-decoration: underline; font-weight: bold;}

#navigation ul{list-style-type:none;padding:0px 0px 0px 0px;margin:0px;}
#navigation ul li{display:block; width:200px; line-height:36px; padding:0px 0px 0px 10px; color:#fff;background:url(../../images/gr_dots.gif) bottom repeat-x;}
#navigation ul li.indent{padding:0px 0px 0px 30px; width:180px; color:#333333;}
#navigation ul li.last{background:none;}
#navigation ul li a{padding:0px 0px 0px 15px;color:#519768; font-weight:bold; text-decoration:none;display:block; width:200px;background:url(../../images/gr_arrow.gif) no-repeat 5px center;}
#navigation ul li a:hover{color:#000000; background:url(../../images/gr_arrow_selec.gif) no-repeat 5px center;}
#navigation ul li a.active, #navigation ul li a.active:hover{color:#333333; background:url(../../images/gr_arrow_selec.gif) no-repeat 5px center;}
