body 
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
}

a 
{
  color: black;
  text-decoration: none;
}

a:active 
{
  color: 9b2626;
  font-weight: bold;
}

a:hover 
{
  color: cb3636;
}


#background
{
	background-image: url(navigation_bg.png);
	background-repeat: repeat;
	border: solid 1px #000000;
}

#header
{
	width: 100%;
	height: 124px;
	background-image: url(navigation_bg.png);
	background-repeat: repeat;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navigation
{
	width: 135px;
	height: 350px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
}

#content
{
	width: 66%;
	padding: 4px;
	float: left;
	margin: 4px;
}

#info
{
	float: right;
	margin: 4px;
	padding: 4px;
	border: dashed 1px;
	background-color: #FFFFFF;
	width: 130px;
}

#Footer 
{
	clear: both;
	text-align: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(navigation_bg.png);
	background-repeat: repeat;
}

#article
{
	font-size:12px;
 	width: 210px;
	float: left;
	margin: 10px;
}
