	#container{
			background-color: #339999;
	}
	#header{
		background-image: url(../_images/backgrounds/1.jpg);
	}
	#sidenav div.newsitem, #sidenav div.navigation{
		border: 1px solid #58b1b1;
	}
	#footer{
		border-top: 1px solid #6EA8A8;
	}		
/*------------------------------------------
	DYNAMIC
--------------------------------------------*/	

body{ 
	background-image: url(../_images/bgTile.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:50px;
}

#container{
		width: 683px;
		margin: 0px auto 0px auto;
}
	
span.nada {
	padding:0px;
	margin:0px;
	clear: both;
	display:block;
}
#logo{
	display:none;
}
/*------------------------------------------
HEADER
--------------------------------------------*/		
#header{
	padding:5px 0px 0px 0px;
	margin:0px;
	background-color:black;
	background-repeat: no-repeat;
	height: 180px;
	text-align:right;
	color:silver;
	font-size:0.8em;
	font-weight:bold;
}

#header a{
	color:silver;
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
	color:white;
}

#header ul,#header li{
	padding:0px;
	margin:0px;
	display: inline;
}
#header li{
	padding-left: 8px;
	padding-right: 8px;

}
#header li.select{
	border-right: 0px solid black;
}

#header2{
	padding:8px 20px 8px 20px;
	margin:0px;
	background-color:black;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
#header2 a{
	color:silver;
	text-decoration: none;
}
#header2 a:hover{
	text-decoration: underline;
	color:white;
}
#header2 ul,#header2 li{
	padding:0px;
	margin:0px;
	display: inline;
}
#header2 li{
	padding-left: 15px;
	padding-right: 15px;
}
/*------------------------------------------
	BODY
--------------------------------------------*/		
#body{
	width: 456px;
	float:right;
	margin:0px;
	padding:15px 36px 15px 20px;
	font-size: 0.75em;
	line-height: 200%;

}

#body h1,#body h2{
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 0px;
}
#body h1 span
{
	font-weight: normal;
}

#body h1{
	color:white;
	font-size: 1.3em;		
}
#body h2{
	font-size: 1.1em;		
}
#body h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 1em;		
}
#body h4,#body h5,#body h6{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 0.9em;		
}
#body div.date{
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	font-size:1.1em;
}
#body p{
	text-align:justify;
}
#body a:link
{
	color:White;
}
#body a:visited
{
	color:Silver;
}
/*------------------------------------------
	NAV
--------------------------------------------*/		
#sidenav{
	float:left;
	width:140px;
	margin:0px;
	padding:15px;
	font-size: 0.8em;

}
#sidenav h2{
	margin:0px 0px 15px 0px;
	padding:5px;
	border: 1px solid white;
	background-color:black;
	color:white;
	font-size: 1.3em;
	background-image:url(../_images/backgrounds/header.gif);
}
div.archive{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 0.9em;
}
#sidenav div.newsitem, #sidenav div.navigation{
	margin:0px 0px 10px 0px;
	padding: 8px 0px 8px 0px;
}
div.newsitem p{
	margin: 0px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
}
div.newsitem a{
	color:black;
}
div.newsitem img{
	margin-left: auto;
	margin-right:auto;
	display:block;
}
div.navigation ul, div.archive ul{
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
div.navigation li{
	list-style-type: none;
	background: url(../_images/bullet.gif) no-repeat ;
	line-height:1.2em;
	margin:8px 0px 0px 0px;
	padding:0px 0px 8px 20px;
}
div.archive li{
	list-style-type: none;
	line-height:1.2em;
	margin:8px 0px 0px 0px;
	padding:0px 0px 8px 0px;
}
div.navigation a, div.archive a{
	color:white;
}

/*------------------------------------------
	FOOTER
--------------------------------------------*/	
#footer{
	clear:both;
	margin:0px;
	padding:10px 0px 10px 0px;
	background-color: black;
	font-size: 0.8em;
	color:silver;
	text-align:center;
}	
#footer ul, #footer li{
	margin:0px;
	padding:0px;
	display:inline;
}
#footer li{
	border-left: 1px solid silver;
	padding: 0px 5px 0px 5px;
}
#footer li.right{
	border-right:1px solid black;
}
#footer a{
	color:silver;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}