/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: white;
	margin: 0;
	line-height: 1.8em;
	}
	
.header {
	background-image: url(graphics/bg.gif);
	width: 100%;
	height: auto;
	text-align: center;
	}
	
a {
	display: block;
	width: auto;
	border-bottom: 1px dashed #333333;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 22px;
	padding: 0 3px 0 2px;
	}	
	
a:hover {
	display: block;
	background-color: #99cc00;
	padding: 0 3px 0 2px;
	}
	
.content {
	width: 660px;
	margin: auto auto;
	}

.right {
	margin: 70px 0 0 311px;
	}