body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Tahoma, sans-serif;
}

img {
	border: 0px;
}

a {
	border: 0px;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -488px;
	width: 970px;
	min-height: 100%;
	border-left: 3px solid rgb(95, 96, 98);
	border-right: 3px solid rgb(95, 96, 98);
}

#content {
	position: relative;
	top: 40px;
	float: right;
	background: url('content_border.gif') 0 0 no-repeat;
	width: 495px;
	margin-right: 0px;
	padding: 40px 90px 80px 75px;
}

#content h1 {
	margin: 0px;
	padding: 0px;
	color: rgb(147, 149, 152);
}

#content p {
	color: rgb(95, 96, 98);
	font-size: 0.8em;
}

#content p.tagline {
	color: rgb(241, 97, 34);
/* 	font-weight: bold; */
}

#content .italic {
	font-style: italic;
}

#content .bold {
	font-weight: bold;
}

#content a {
	color: rgb(147,149,152);
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#logo img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 40px;
	height: 70px;
	width: 250px;
}

#menu {
	position: absolute;
	top: 150px;
	left: 40px;
	width: 250px;
}

#menu img {
	display: block;
	margin: 5px auto;
}

#footer {
	position: fixed;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#footer p {
	font-size: 0.6em;
	width: 950px;
	color: rgb(255, 255, 255);
	padding: 20px 0px 20px 25px;
	margin: 0px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(95, 96, 98);
}

#footer .highlight {
	color: rgb(241, 97, 34);
	margin-left: 20px;
}

#footer a {
	color: rgb(255,255,255);
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

* html #footer {
	position: absolute;
}
