@import url(default.css);
/* @import url(debug.css); */


/* REDEFINING DEFAULT TAGS */

body {
	background-color: #ffffff;
	background-image: url(images/home-bgrd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;

	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-family: georgia,sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #E05050;
	font-weight: normal;
}

/* MAIN PAGE CONTAINER */

#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* SIDE BAR */
/* Side container. */

#menu {
	width: 425px;
	float: left;
}

/* Spacer line. */

.menuspacer {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #E05050;
}

/* Notes. */

.author {
	font-family: georgia,sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #E05050;
	font-weight: normal;
}

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

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

.footer, a.footer, a:hover.footer, a:active.footer, a:visited.footer {
	font-family: georgia,sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #C7E3E6;
	font-weight: normal;
	text-decoration: none;
}
