body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #222;
    background-color: #141414;
}

#front-page-content {
		background-image: url(frontpage.png);
		background-repeat: no-repeat;
		width: 332px;
	  height: 699px;
		margin-left: 300px;
}

#content {
	clear: none;
	float: right;
}

#logo {
	clear: none;
	float: left;
	width: auto;
	height: auto;
}

#menu {
	border: 1px solid;
	width: 200px;
	height: 100px;
	position: fixed;
	top: 130px;
	left: 33px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#menu h3 {
	background: #B3966E;
	size: 14pt;
	border: 1px solid #B3966E;
	text-align: center;
	margin-top: 0px;
	padding: 1px;
}

#menu ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	margin-left: -20px;
}

#menu li {
	list-style: none;
}

#menu li a:hover {
	text-decoration: underline;
	color: red;
}

#menu li a:visited {
    text-decoration: none;
}

#menu li a:active {
    border-bottom: 1px solid #8f0;
    text-decoration: none;
}

#menu li a:link {
    border-bottom: 1px solid #8f0;
    text-decoration: none;
	color: black;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 300px;
}

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

#adsense1 {
	position: absolute;
	top: 40px;
	right: 40px;
	float:right;
}
