/* CSS Document */

body {
	background: #333;
	font-family: tahoma;
	font-size: 12px;
	color: white;
	margin: 0px;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: disc;
}

p {
	margin-top: 0px;
}

a {
  outline: none;
}

#header {
	height: 128px;
	background: white;
}

#logo {
	float: left;
	width: 200px;
}

#head {
	background-image: url(../images/header.jpg);
	height: 128px;
	margin-left: 200px;
}

#content {
	margin-top: 15px;
	width: 1150px;
}

#navigation {
	float: left;
	font-size: 14px;
	text-align: right;
	margin-left: 35px;
	margin-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	width: 140px;
	border-right: solid 1px #666;
	min-height: 550px;
}

#navigation li {
	margin-bottom: 15px;
}

#navigation a:link, #navigation a:visited {
	color: white;
}

#navigation a:hover {
	color: white;
	padding-right: 7px;
}
#navigation a:active {
	font-size: 16pxs;
}

#quote {
	font-size: 12px;
	color: white;
	margin-top: 80px;
	font-style: italic;
	display: none;
}


#copy {
	padding-left: 15px;
	width: 900px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
}

#footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding-bottom: 20px;
	background: #fff;
	color: #001833;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666;
	clear: both;
	line-height: 20px;
	padding-top: 5px;
}
