/* CSS Style for MaNiFeX.net*/
body{
    background-color: #CCCCCC;
	color: #333333;
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	line-height: 175%;
}

h1,h2,h3,h4,h5,h6{ color: #CC6600; } 
a:link { color: #3366CC; text-decoration: none; }
a:visited { color: #6699DD; text-decoration: none;}
a:hover { color: #445A7F; text-decoration: underline; }
a:active { color: #445A7F; text-decoration: underline; }

#navbartop{
	width: 128px;
	height: 96px;
	position: absolute;
	left: 25px;
	top: 25px;
	border-style: none;
	}

#navbartitle{
	width: 115px;
	height: 18px;
	background-color: #000000;
	border-style: hidden;
	border-width: 2px;
	border-color: #000000;
	padding: 5px;
	position: absolute;
	left: 25px;
	top: 121px;
	text-align: center;
	color:#6699DD;
	font-size: 16px;
	}
	
	
#navbar{
	width: 105px;
	height: 175px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	padding: 5px;
	padding-left: 15px;
	position: absolute;
	left: 25px;
	top: 153px;
	text-align: left;
	}

#legal{
	width: 125px;
	height: 60px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	position: absolute;
	left: 25px;
	top: 355px;
	text-align: center;
	font-size: smaller;
	line-height: 120%
	}

.content{
	width: 690px;
	position: relative;
	left: 168px;
	top: 20px;
	background: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	padding: 25px;
	border-color: #000000;
	}

	
