a:link
{
	color: #333;
	text-decoration: none;
}

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

a:hover
{
	color: #C0B275;
	text-decoration: underline;
}

a:active
{
	color: #C0B275;
	text-decoration: underline;
}
{
	margin: 0;
	padding: 0;
}

html, body { height: 95%; }

body
{
	margin: 15px;
	font: 50.01%/1 sans-serif;
	text-align: center;
	/* horizontal centering for IE Win quirks */
}

#distance
{
	width: 1px;
	height: 50%;
	margin-bottom: -35em;
	/* half of container's height */
	float: left;
}

#container
{
	margin: 0 auto;
	position: relative;
	/* puts container in front of distance */
	text-align: center;
	height: 500px;
	width: 1000px;
	clear: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height:17px;
	color: #333333;
	
}

#header
{
	height:50px;
	}
	
#logo
{
	float:left;
	margin-left:-18px;
}

#menuwrap
{
	height:40px;
}
#menu
{
	float:right;
}

#left
{
	float:left;
	width:170px;
	height:500px;
	text-align:left;
}	

#content
{
	float:right;
	height:500px;
	
}	
#content_2
{
	margin-top:30px;
	text-align:center;
}	
#index_menu
{
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	text-align:center;
	width: 500px;
	
}
#clear
{
	clear:both;
	}
#browse_main
{	
	width:120px;
	float:left;
	}	
#back
{	
	float:left;
	}	
#next
{	
	float:right;
	}	
