body
{
	background-color: #777;
	margin: 30px 0px 20px 20px;
}

a, a:link, a:visited, a:active, a:hover
{
    color:white;
    background-color: transparent;
    text-decoration: none;
}

#content a:hover, #hosting a:hover
{
	 text-decoration: underline;
}

#left
{
	position: absolute;
	text-align: center;
	top: 20px;
	left: 10px;
	padding: 0px;
	width: 150px;
}

#donate, #ads
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#hosting
{
	font-style: italic;
	font-size: smaller;
}

#title
{
/*	background-image: url("myphp_big.png");
	background-repeat: no-repeat; 
	width: 100px;
	height: 103px; */
	margin-bottom: 20px;

}

#title p
{
	color: white;
	letter-spacing: 2px;
	margin: 0px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}

#menu
{
	border: 1px solid black;
}

#login
{
	margin-top: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	
}

#menu h1
{
	background: #4d65a1;
	font-size: 85%;
	margin: 0px;
}

#menu ul, #login ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#menu li, #login li
{
	text-align: center;
	border-top: 1px solid black;
	width: 148px;
	margin: 0px;
	padding: 0px;
	background: #aaa;	
}

#menu li a, #login li a
{
	display: block;
	background: #aaa;
	width: 200px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu a:hover, #login a:hover
{
	background-color: #adc7dc;
}

#content
{
	position: absolute;
	border: 1px solid black;
	top: 20px;
	left: 200px;
	width: 75%;
	padding: 0px 0px 10px 10px;
}

#content p
{
	margin: 15px 30px 15px 30px; 
	text-indent: 10px;
}

#content dl
{
	margin: 10px 40px 10px 40px;
}

#content dt
{
	margin: 10px 0px 0px 10px;
	font-weight: bold;	
}

li
{
	margin: 5px;
	list-style-position: outside;
}

.release
{
	border-top: 1px dashed black;
	/*border-left: 1px dashed black;*/
	font-style: italic;
}

#FAQ dt
{
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	margin: 5px;
}

#FAQ dd
{
	text-indent: -5px;
	margin: 5px 0px 20px 10px;
}
