/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
body {
	background:url(tile.jpg) repeat #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#ddd;
	}
	
.content{
	width:80%;
	left:10%;
	position:relative;
	float:left;
	border-left:solid #777 1px;
	border-right:solid #777 1px;
	border-bottom:solid #777 1px;
	background:#000;
	padding-bottom:10px;
	}
	
.header {
	text-align:center;
	margin-bottom:1em;
	width:80%;
	margin:auto;
	padding:5px;
	}
	
.main {
	position:relative;
	float:left;
	left:10%;
	width:39.5%;
	margin:auto;
	text-align:justify;
	border-right:solid 1px #777;
	}

.main p, .right p {
	border-top:#777 solid 1px;
	padding: 5px;
	}
	
.right  {
	position:relative;
	float:right;
	width:39.5%;
	right:10%;
	text-align:justify;
	border-left:solid 1px #777;
	}
	
.copy {
	text-align:center;
	font-size:70%;
	color:#777;
	}
	
.nav {
	margin:10px;
	font-size:110%;
	}

.nav a {
	padding:5px;
	border-top:#777 solid 1px;
	border-bottom:#777 solid 1px;
	}	

	
a {
	color:#fff;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}



	