body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	background-color: #fff;
	
	width: 100%;
	padding: 0px;
	margin: 0px;
	
	/*
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	*/
}

h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #a6a6a6;
	font-weight: normal;
}

h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #a6a6a6;
	font-weight: normal;
}

.content {
	min-height: 400px;
	
	width: 900px;
	margin: 30px auto;
}


.logo {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
}

/*
 * Menu
 */

ul.menu {
	padding: 0; 
	margin: 0; 
	list-style-position: outside; 
	list-style-type: none;
}

.menu li {
	list-style-image: none;
	padding: 0px 0px 0px 24px;
	display: inline;
}

.menu a {
	font-size: 20px;
	color: #229;
}

.menu a:hover {
	color: #990000;
}

.gray {
	color: #666;
}

/*
 * Footer
 */

.footer {
	width: 100%;
	border-top: 1px solid #bbb;
	padding-top: 8px;
	
	padding-bottom: 16px;
}
