@charset "utf-8";
/* CSS Document */

body {
	background-color:#e7e7e7;
	font-family: georgia, serif;
}

.intro {
	color: #BB7AC7;
	font-size: 170%;
	font-family: Memphis, Georgia;
	line-height: 140%;
}

h2 {
	color: #33ACBE;
	font-size: 110%;
}

#main p {
	margin: 5px 0 25px 0;
}

#header, #content {
	width: 100%;
}

#header {
	background-color: #e0e0e0;
}

#header ul {
	float: left;
	margin: 30px 0 0 20px;
}

#header ul li{
	display: block;
	float: left;
	}
	
#header ul li a{
	padding: 10px 15px;
	background: #eaeaea;
	color: #777;
	font-size: 130%;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #777;
	}
	
#header ul li a.current{
	color: #C33EDB;
	background: #AED4DD;
	}

#header img {
	float: right;
	border-left: 6px solid #fff;
}

#content {
	background: url(../images/content-bg.jpg) repeat-x bottom #fff;
	padding: 35px 25px;
	font-size: 80%;
	color: #333;
	clear: both;
}

.container {
	width: 1024px;
	margin: 0 auto;
}

#main {
	width: 55%;
	float: left;
	line-height: 150%;
	margin-right: 5%;
}

#side {
	width: 35%;
	float: left;
}

#footer {
	clear: both;
	padding: 110px 0 20px 0;
	text-align: right;
	color: #333;
	font-size: 60%;
}

