/* CSS Document */



body {
	margin: 0;
	padding: 5em 0;
	background-color: #888;
	color: #000;
	font: normal .8em/140% arial, sans-serif;
	text-align: center;
}

/* Links */
a:link, a:visited {
	color: #7B7D34;
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0;
}

/* Layout */
#document {
	width: 1040px;
	margin: 0 auto 1em;
	background-color: #7B7D34;
	text-align: left;
}
#document div.inner {
	padding: 20px;
}

/* Sidebar */
#sidebar {
	width: 258px;
	height: 430px;
	float: left;
	border: 1px solid #000;
	/*background: #fff url("./images/bg_sidebar.jpg") no-repeat -1px -1px;*/
	background-color: #eee;
}
#sidebar div.inner {
	position: relative;
	padding: 1em;
}

/* Logo */
#logo {
	position: absolute;
	left: 0;
	top: 0;
}
#logo h1 {
	width: 258px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
}
#logo h1 a {
	cursor: pointer;
}
#logo h1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	background: transparent url("./images/bg_sidebar.jpg") no-repeat -1px -1px;
}

/* Menu */
#menu {
	margin-top: 8em;
	font-weight: bold;
}
#menu ul {
	margin: 1em 0;
	padding: 0;
}
#menu li {
	display: block;
	list-style-type: none;
}
#menu a.active {
	color: #000;
}

/* Activities */
h2.activities {
	margin-top: 3em;
	line-height: 120%;
	text-transform: uppercase;
}

/* Contents */
#contents {
	width: 739px;
	height: 430px;
	float: right;
	border: 1px solid #000;
	border-left-style: none;
	background-color: #fff;
}
#index #contents {
	background: #fff url("./images/real2.jpg") no-repeat center top;
}
#index #contents div.inner {
	width: 40%;
	padding-top: 0;
}


