body {
	background: #424246 url("images/stripe.png") repeat-x top;
	}

#allcontent {
	width: 800px;
	border: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	}

#main {
	width: 550px;
	float: left;
	margin-bottom: 160px;
	}

#main img {
	margin-top: 100px;
	}

#links {
	width: 190px;
	margin-left: 25px;
	float: right;
	}

.slogan {
	color: #fff;
	font-family: Georgia, serif;
	font-style: oblique;
	font-size: 1.2em;
	margin-right: 32px;
	margin-left: 30px;
	text-align: left;
	}
ul {
	position: absolute;
	top: 160px; 
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

li {
	height: 45px;
	}


#links a {
	width: 180px;
	height: 45px;
	line-height: 3em;
	font-family: Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	padding-left: 10px; 
	display: block;
	color: #ffffff;
	border-left: thick solid #424246;
	border-bottom: 0;
	}

#links a:hover {
	border-left: thick solid #267b64;
	}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ababab;
	font-size: small;
	text-transform: none;
	text-align: center;
	padding: 1em 0;
	}

#footer a {
	color: #ababab;
	text-decoration: none;
	border-bottom: thin dotted #ababab;
	}