a, a:link {
	color: #95a83d;
	text-decoration: none;
}
a:visited {
	color: #a8743d;
}
a:hover, a:active {
	text-decoration: underline;
}
abbr, acronym {
	cursor: help;
}
body {
	background: #f5f5f5 url(images/headerBg.gif) repeat-x top;
	color :#0a0a0a;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
code {
	font-size: 1.1em;
	line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
img {
	border: 0;
}
pre {
	background-color: #f5f5f5;
	border: 1px dotted #a8743d;
	display: block;
	font-size: 1.1em;
	max-height: 10em;
	margin: 0;
	overflow: auto;
	padding: 2px;
	width: 98%;
}
p {
	font-size: 1.1em;
	line-height: 150%;
	margin: 1em 0 0 0;
	text-indent: 1em;
}

#container {
	border: 0;
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 760px;
}
#content {
	background: #fff url(images/contentBg.gif) repeat-x top;
	border: 1px solid #a8743d;
	float: right;
	margin-top: -100px;
	padding: 4px;
	width: 570px;
}
#content h2 {
	font-size: 14px;
	margin-bottom: 2em;
}
#header {
	background: url(images/photo.png) no-repeat top left;
	height: 154px;
	margin-top: 10px;
	text-indent: 180px;
}
#header h1 {
	color: #fff;
	font-size: 18px;
	padding-top: 24px;
}
#sidebar {
	margin-top: 20px;
	width: 170px;
}
#sidebar ul {
	list-style-type: none;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin-bottom: 0.5em;
}
#sidebar ul li ul {
	font-size: 1em;
	margin-top: 0.5em;
}
#sidebar ul li ul li {
	background: url(images/bullet_green.png) no-repeat left bottom;
	margin-bottom: 0;
	padding-left: 20px;
}


.about {
	font-size: 1.2em;
}
.clearBoth {
	clear: both;
}
