/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B3B3B;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 185%; }
h2 { font-size: 132%; }
h3 { font-size: 105%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #e0871b;
}

a:hover {
	text-decoration: underline;
	color: #e0871b;
}

a:visited {
	text-decoration: none;
	color: #e0871b;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
	float: center;
}

#content {
	float: left;
	width: 960px;
}

#content ol, #content ul {
	margin-left: 4em;
}

#ooc {
	width: 620px;
	padding: 15px;
}

#ic {
	float: right;
	width: 288px;
	margin: 0px 0 0 0;
	font-size: 12px;
	padding: 10px;
	border: 2px solid #c60;
}
