html, body, img, #container {
	margin: 0;
	padding: 0;
}

img {

}

body {
	font-family: "Georgia", Trebuchet MS, Times, sans-serif;
	
}

#container {
	position: relative;
	background-image: url("images/Cipher_background.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}

#navigation {
	position: relative;
	margin: 0;
	padding: 0;
	background: url("images/Cipher_logo.jpg") no-repeat;
	background-position: right top;
	width: 800px;
	height: 185px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #AB9E5E;
}

a:hover, a:active {
	text-decoration: underline;
}



#navigation ul {
	position: relative;
	margin: 0;
	padding: 60px 0 0 75px;
}

#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 19px;
}

#navigation ul li a, #navigation ul li a:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#navigation ul li a:hover, #navigation ul li a:active {
	color: #AB9E5E;
}

#navigation ul li a:visited {
	color: #000000;
}

#navigation ul li a:hover {
	color: #AB9E5E;
	border-bottom: 2px solid #AB9E5E;
}

#main {
	position: relative;
	margin-bottom: 45px;
}

#text {
	position: absolute;
	top: 0;
	left: 268px;
}

#content h1 {
	margin-top: 0;
	padding: 0;
	font-size: 18px;
}

#content h1, .capitals {
	text-transform: uppercase;
	font-weight: normal;
}

.capitals {
	font-size: 14px;
}

#content h1, #content p {
	width: 360px;
}

#content p {
	margin: 0 0 24px 0;
	padding: 0;
	font-weight: lighter;
	line-height: 25px;
	font-size: 14px;
}

#content blockquote {
	width: 422px;
	margin: 0;
	padding: 19px 0 0 27px;
	color: #AB9E5E;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

#filler {
	height: 450px;
}

#navigation ul li a.here {
	color: #AB9E5E;
}