* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: small;
	font-family: 'Georgia';
	background: url(../images/background-texture.png) top left repeat;
}

#page {
	width: 940px;
	background: url(../images/head-illustration.png) no-repeat center top;
	margin: 20px auto;
	padding: 0 10px;
}

#main {
	width: 100%;
	height: 860px;
	position: relative;
}

#content {
	width: 100%;
	overflow: auto;
	padding: 20px 0 0 0;
}

#content .section {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#content .section.websites {
	margin: 0;
}

#content .section h2 {
	width: 100%;
	border-bottom: 1px solid #d2ccc5;
	font-style: italic;
	font-size: 25px;
	font-weight: 100;
}

#content .section p {
	width: 100%;
	font-style: italic;
	font-size: 14px;
	margin: 15px 0;
}

#content .section a {
	color: #990000;
	text-decoration: none;
	position: relative;
}

#content .section a:hover {
	top: -1px;
}

#content .section p.disable a:hover {
	top: 0;
}

#content .section p.disable {
	opacity: 0.3;
}

#footer {
	background: url(../images/footer.png) repeat top left;
	height: 80px;
}

#footerContent {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	height: 100%;
}

#footerContent a {
	color: #990000;
	text-decoration: none;
	position: relative;
}

#footerContent a:hover {
	top: -1px;
}

#footerContent p {
	float: left;
	margin: 35px 0 0 0;
}

#footerContent ul {
	float: right;
	margin: 35px 0 0 0;
	list-style: none;
}

#footerContent ul li {
	float: left;
	margin: 0 0 0 40px;
}


