

body {
	font-size: 0.75em;
	margin: 0 auto;
	text-align: left;
	width: 980px;}
	header {
		height: 471px;}
	#footer {
		border-top: 10px solid #ECECEC;
		color: #A9AAAA;
		clear: both;
		font: normal 1em sans-serif;
		margin-top: 40px;
		padding: 1em 0 2em;}
		#footer p {
			float: right;}
		#footer img {
			display: inline;
			margin: 0 20px;}
	#sidebar {
		float: left;
		width: 300px;}
		#sidebar ul {
			margin: 0;}
		#sidebar ul li {
				float: left;
				margin: 0 0 0 2%;
				width: 42%;}
		#sidebar h2 {
			margin: 1em 0 0;}
	#content  #right {
		background: #F8F8F8;
		float: right;
		padding: 2em;
		width: 625px;}
	p, ul, ol, blockquote {
		color: #747F7F;
		font: normal 1em/1.5em sans-serif;
		margin: 1em 0 2em;}
		blockquote {
			font-style: italic;}
		ul, ol {
			margin: 0 0 0 2em;
			padding: 0;
			list-style: none;}
			ul li {
				background: url("images/marker.gif") no-repeat scroll 0 10px transparent;
				padding-left: 16px;}
			ul li a{
				color: #747F7F;
				text-decoration: underline;
				line-height: 2em;}
				ul li a:hover {
					text-decoration:none;}
			ol li {
				list-style-type: decimal;}
	a {
		color: #E28387;
		text-decoration: none;}
		a:hover {
			text-decoration: underline;}
		a img {
			border: 0;}
	strong {
		font-weight: bold;}
	h2 {
		color: #747F7F;
		font: bold 1.5em/1.5em sans-serif;}
	h3 {
		color: #747F7F;
		font: bold 1.1em sans-serif;
		margin: 1em 0 -1em;}
	h4 {
		color: #747F7F;
		font: bold 1.2em sans-serif;
		margin-bottom: 0.5em;}


.left {
	float: left;
	margin: 0 1.5em 1.5em;}
.clearLeft {
	clear: left;
	display: block;}
.hidden {
	display: none;}
