@charset "UTF-8";
/* CSS Document */

body{
	background:url("back.jpg");
	background-attachment:fixed;
	background-repeat:repeat;
	color:#000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:75%;
	text-align:left;
}

a{
	color:#088;
	text-decoration:underline;
}

a:hover{
	color:#C41;
}

a img{
	border:none;
}

h1{
	font-size:2em;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0px;
}

h2{
	font-size:1em;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
}

#header{
	width:75%;
	margin:auto;
	margin-left:20%;
	margin-bottom:20px;
	text-align:center;
}
#content{
	float:right;
	width:70%;
	margin-right:5%;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	background:url("opacity.png");
	background-attachment:fixed;
	background-repeat:repeat;
	border-left:3px inset #CF0;
	border-right:3px inset #CF0;
}

#nav{
	float:left;
	width:20%;
	text-align:center;
}

#nav p{
	width:150px;
	height:75px;
	margin:auto;
	margin-bottom:5px;
	background:url("button.jpg");
	display:block;
	color:#CCC;
	font-family:'Myriad Web Pro','Trebuchet MS', sans-serif;
	font-size:64px;
	font-weight:bold;
	text-shadow:#888 2px 2px 1px;
}

#nav a{
	text-decoration:none;
	color:white;
}

#nav p:hover{
	background:url("buttonh.jpg");
}

#footer{
	width:100%;
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #000;
	text-align:center;
}