/* CSS Document */

body { background-color: #999999;
	   color: #000000;
	   font-family: Arial, Helvetica, sans-serif;
}
#container { margin-left: auto;
			margin-right: auto;
			width: auto;
			min-width: 1024px;
			border: 1px thin #ffffff;
			height: auto;
			max-height: 770px;
}
#nav { width: 150px;
	  float: left;
	  background-color: #000000;
	  color: #ffffff;
	  border-right: 4px solid #ffffff;
	  vertical-align: top;
	  min-height: 800px;
}
#nav a { text-decoration: none;
		 margin-left: 25px;
		 font-size: 15pt;
		 color: #ffffff;
}
#nav img { vertical-align: bottom;
		   margin-top: 100%;
}

#logo {border-bottom: 4px solid #ffffff;
	 background-color: #000000;
}
#logo img { padding-top: 1%;
			padding-bottom: 1%;
}
#df { float: right;
}
#footer {
	position: bottom;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	border-top: 3px solid #000000;
	overflow: hidden;
	clear: both;
}
#footer a { font-style: normal;
}

#content { margin-left: 165px;
		   max-height: 800px;
		   position: relative;
}
#content h3 a { text-decoration: none;
}
#facebook { margin-left: 25px;
}