* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/site_media/img/bg.png) repeat-y;
}

#wrapper {
	margin-left: 150px;
}

#header {
	background: #e2dbc9;
	height: 45px;
}

#header #logo {
	float: left;
	display: block;
	margin-left: 93px;
}

#header #search {
	font: 1.2em "trebuchet ms", tahoma, verdana,
		arial, helvetica, sans-serif;
	font-weight: bold;
	float: right;
	display: block;
	margin-right: 10px;
	line-height: 45px;
}

#header a {
	text-decoration: none;
}

#main-content {
	padding: 21px;
	width: 476px; /* 290 + 2*93 */
}

/* top, right, bottom, left */
#main-content li {
	margin: 0 0 4px 21px;
}

#main-content p {
	margin: 0 0 5px 0;
}

#main-content h1 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
}

#main-content h2 {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
}

#main-content h3 {
	margin: 10px 0 7px 0;
	font-size: 1.1em;
}

#main-content .author {
	margin: 0 0 25px 0;
}

#main-content .cover, #main-content .elm {
	margin: 0 0 7px 80px;
}

#main-content .elm {
	margin-top: 20px;
}

/* top, right, bottom, left */
#footer {
	margin: 19px 0 9px 9px;
	border-top: 1px solid #000;
	width: 476px; /* 290 + 2*93 */
}

#footer a {
	color: #000;
}

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

/* top, right, bottom, left */

#menu-header {
	background-color: #000;
	margin: 8px 8px 14px 25px;
}

#menu-header .current {
	margin-bottom: 5px;
	font: 1.8em "trebuchet ms", tahoma, verdana,
		arial, helvetica, sans-serif;
	font-weight: bold;
	color: #cccc99;
}

#menu-header .current a {
	color: #cccc99;
	text-decoration: none;
}

/* top, right, bottom, left */

#menu-content {
	background-color: #cccc99;
	color: white;
	padding: 5px 0 9px 0;
}

#menu-content .contents {
	margin: 11px 0 11px 9px;
	font-weight: bold;
	font-size: 1.5em;
}

#menu-content ul {
	list-style: none;
}

/* top, right, bottom, left */

#menu-content li {
	padding: 1px 5px 3px 9px;
	margin: 0 0 7px 0;
	list-style: none;
}

#menu-content .selected {
	background-color: #d8d8a5;
}

#menu-footer {
	background-color: #000;
	padding: 9px 5px 9px 9px;
}

#menu-footer a {
	color: #fff;
}

#menu-content a {
	color: #000;
}


