/* Layout styles */

body {
	background: url(../img/bg-dots.png) top repeat-x;
	margin: 75px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

.spacer {
	margin: 10px 0;
	clear: both;
}

#header {
	text-align: center;
}

#content-outer {
	margin: 0 auto;
	width: 910px;
	border: 5px solid #7f654a;
}

#content-inner {
	border: 5px solid #9acee3;
}

#content {
	height: 600px;
	margin: 0;
	font-size: 20px;
	color: #7f654a;
}

#menu {
	height: 35px;
	text-align: center;
	font-family: Trajan Pro;
	font-weight: bold;
	font-size: 1.5em;
}

#menu span {
	display: inline-block;
	vertical-align:middle;
	width: 140px;
}

#menu span.menu-dot {
	width: 30px;
}

#menu a {
	text-decoration: none;
	color: #7f654a;
}

#footer {
	margin: 10px 0;
	text-align: center;
}

#slogan {
	font-family: Vijaya;
	font-size: 2em;
	color: #7f654a;
}

#copyright {
	font-size: 0.8em;
}

/* Some shared styles */

.float-left {
	float: left;
}