﻿@import url(header.css);

/* HTML ELEMENTS */
* {margin: 0; padding: 0;}

html {height: 101%;}

body {
	background: #fff url(../images/bodyBg.gif) 0% 0% repeat-x;
	font: .8em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: center;
	color: #555;
}

ul {list-style-type: none;}

img {border: 0;}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	height: 55px;
	background: transparent;
}

#content {
	padding: 40px 0;
	border: 1px solid #eee;
	border-top: 0;
	text-align: left;
	background-color: #fff;
}

#bottom {
	width: 100%;
	border-top: 1px solid #aaa;
	background-color: #f2f2f2;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	padding: 10px 0 40px 10px;
}
	#footer p {
		font-size: 0.9em;
		color: #666;
	}
	#footer a {
		font-size: 0.95em;
		color: #666;
		text-decoration: none;
	}
	#footer a:hover {
		border-bottom: 1px solid #666;
		color: #d1082a;
	}
	#footer p#validRight {
		float: right;
		padding-right: 10px;
		text-align: right;
	}

/* MISCELLANEOUS */
.clear {clear: both;}

#athenaLogo {
	text-align: left;
	margin: 25px 0 0 30px;
}

