@charset "utf-8";
/* CSS Document */

/* These are things that apply everywhere not just in our ids */
body {
	margin-top: 0px;
	margin-left: 0px;
}

a {
	color:#000;
	text-decoration: none;
}

a:visited {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#666;
	text-decoration: underline;
}

strong {
	color:#666;
}


/* This is the entire centered webpage */
#container {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	vertical-align: top;
}

/* This is the header with our name */
#header {
	width: 1000px;
	height: 65px;
	padding-top: 0px;
	vertical-align: top;
}
#header a img {
	border: 0px;
	padding-right: 15px;
}

/* This is the footer */
#footer {
	width: 1000px;
	height: 45px;
	margin-top: 10px;
}

