html { 
	min-width: 760px;
	 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

p.access	{
	display: none;
	}

img.counter	{
	display: inline;
	margin-left: 5px;
	}



	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #6a6b63;
	color: #663;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
	
div#header
	{
	height: 100px;
	background-image:  url(images/main-title.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 0px solid #77A2CC;
	position: relative;
	top: 0px;
	}	

div#wrapper	{
	color: #333;
	background: transparent url(images/wrapinner.gif) top left repeat-y;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#maincontent 	{
	float: left;
	width: 558px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
	}

div#sidebar	{
	margin: 0 0 0 590px;
	padding: 0;
	width: 150px;
	border: 0;
	color: #666;
	font-size: 85%;
	}
	
	
	

div#footer	{
	clear: both;
	border: 0;
	border-bottom: 10px solid #77A2CC;
	background: 
	color: #77A2CC;
	width: 760px;
	padding: 0px;
	margin: 0px;
	}
	

	
#topnav
	{
		background:#77A2CC;
		color: #272900;
		padding: 2px 0;
		margin-bottom: 1px;
	}
	
	#topnav ul
	{
		margin: 0 0 0 12px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #fff;
	}
	
	#topnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #fff;
	}
	
	#topnav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#topnav li a:hover
	{
		text-decoration: none;
		color: #333;
		background-color: 
	}


#side-nav a {
  display:block;
  margin:0px;
  padding:1px 0px 0px 10px;
  /*height:17px;*/
  font:400 11px "Lucida Grande","Trebuchet MS", "Bitstream Vera Sans",Arial,sans-serif;
  line-height:18px;
  color:#505050;
  text-decoration:none;
  border-bottom:1px solid #77A2CC;
  }
  
#side-nav a:hover {
  color:#fff;
  background:#77A2CC;
  }
  
  	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #77A2CC;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #77A2CC;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited, 
div#maincontent dd a:link, div#maincontent dd a:visited,
div#maincontent li a:link, div#maincontent li a:visited {
	text-decoration: underline;
	} 

div#maincontent p a:hover,
div#maincontent dd a:hover,
div#maincontent li a:hover {
	text-decoration: none;
	} 
