/* CSS Document */

body 
{ 
	margin: 10% 0 0 0; 
	padding: 0px;
	text-align: center;
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

a.textlink:active, a.textlink:link, a.textlink:visited
{
	color: #666;
	text-decoration: underline;
}

a.textlink:hover
{
	text-decoration: none;
	background: #ccc;
}

#container
{
	width: 750px;
	border: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

#logo
{
	margin-bottom: 30px;
}

#random
{
	margin-bottom: 20px;
}

.nav
{
	display: box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0px;
}

.button, a.button:link, a.button:active, a.button:hover, a.button:visited 
{
	border-right: 1px solid #ccc;
	background-color: white;
}

#content
{
	color: #666;
}	

p.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #B69D7C;
	font-weight: bold;
	margin-bottom: 35px;
}

#footer
{
	border-top: 1px solid #ccc;
	padding-top: 0px;
	font-size: 95%;
	color: #666;
}

#footer a:active, a:link, a:visited
{
	color: #666;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
	background: #ccc;
	color: #fff;
}

