@CHARSET "ISO-8859-1";

body {
	min-width: 1000px;
	background-color: #ff;
	font-family: verdana;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.5em;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

.quote {
	font-size: 1.1em;
}

#content_wrap {
	width: 80%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	border: solid 1px black;
	height: 75px;
	margin-bottom: 0.5em;
	background: url(images/header.jpg) repeat scroll center;
	background-color: #c1c1c1;
}

#header_text {
	font-size: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 75px;
	vertical-align: middle;
	text-shadow: black 3px 3px;
	}

#middle {
	padding-left: 300px;
	padding-right: 40px;
}

#menu_left {
	width: 300px;
	right: 340px;
	margin-left: -100%;
	/*border: solid 1px black;*/
}

#content {
	width: 100%;
	min-height: 400px;
	padding: 10px 20px;
	/*border: solid 1px black;
	*/
}

#middle .column {
  	position: relative;  
  	float: left;
}

#footer {
	height: 2em;
	border: solid 1px black;
	clear: both;
	text-align: center;
	padding-top: 0.75em;
	margin-top: 0.5em;
}