@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 80%;
	background-image: url(background.jpg);
	height: 100%;
}
a{
	color: #ccc;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 4px;
	font-size:1.1em;
	
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 900px;
	height: 90%;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #000;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	width: 900px;
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 8px 0 12px;
	text-align: center;
	background-color: #eee;
}
div#footer a:link {
	color: #777;
}
div#maincontent a:link {
	color: #777;
	text-decoration: none;
}
div#maincontent a:focus, a:hover, a:active {
	text-decoration: underline;
}
div#header {
	width: 900px;
	height: 42px;
	clear: both;
	color: #777;
	margin: 0 auto;
	background-image: url(header.jpg);
}
div#menuarea {
	width: 900px;
	height: 30px;
	clear: both;
	color: white;
	margin: 0 auto;
	background-color:383838;
	background-image: url(menu.jpg);
	text-align: left;
	padding:2px 0px 0px 0px;
}
div#hp_biggraphic{
	background-color:666;
	background-image:url(photos/dstone_port_web.jpg);
	padding: 0px;
	height: 300px;
	width:200px;
	float: left;
}
div#hp_textarea{
	background-color:#FFFFFF;
	padding: 0px;
	height: 400px;
	margin-left: 215px;
	width:630px;
}
div#fadecontainer {
	width: 175px;
	position:relative;
	float:left;
	background-color: #000;
	text-align: center;
	border-color: #000;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
}



