/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	font-family: tahoma, arial, "sans serif";
	font-size: 11px;
	color: #666;
	background: #FFF;
}

html {
	height: 100%;
}

body {
	background: url(/bg.gif) top center repeat-y;
}

a, a:visited, a:hover, a:active {
	color: #360;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* 2.SITE-WIDE CONTENT --------------------------- */

#main-container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	background: transparent;
}

#sidebar {
	float: left;
	width: 150px;
	height: auto;
	margin-right: 10px;
	padding-right: 10px;
}

#sidebar a {
	float: right;
	width: 145px;
	margin-bottom: 20px;
	text-align: right;
}

#sidebar a.specialLink{
	color:#B57333;
}

#sidebar #logo {
	width: 150px;
	margin-bottom: 40px;
}

#content {
	float: left;
	width: 625px;
	height: auto;
	/*padding-left: 10px;*/
}

#content h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #360;
}

#content h3 {
	margin: 20px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #360;
}

#content p {
	margin-bottom: 10px;
}

#content p.in {
	padding-left: 20px;
}

#content em {
	color: #333;
}

#content ul {
	margin: 0 0 10px 30px;
}

#content li {
	margin-bottom: 5px;
}

#content ul.member-list {
	float: left;
	width: 280px;
}