@charset "utf-8";
/* CSS Document */

 body {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	background-color: #EEEEEE;
  }

a img {border: none; }

a:hover{color: #CCCC00; }

a {
	text-decoration: none;
	color: #666666;
}

#wrapper{
	width: 900px;
	margin-top: 36px;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
}

#nav {
	float: left;
	width: 207px;
	position: fixed;
	border-bottom: 1px solid #CCCC00;
	border-top: 1px solid #CCCC00;
}

#content {
	float: right;
	width: 675px;
	margin-left: 18px;
	padding-bottom: 120px;
}

p {
	margin-top: 18px;
	margin-bottom: 18px;
}

ol {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
h1 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	word-spacing: 2px;
	font-weight: 600;
	margin: 0px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: lighter;		
	margin-bottom: 90px;
}

hr {
	border: 0;
	color: #CCCC00;
	background-color: #CCCC00;
	height: 1px;
	width: 100%;
	margin: 0px;
}

hr.type2{
	border: 0;
	color: #CCCC00;
	background-color: #CCCC00;
	height: 1px;
	width: 45%;
	margin-bottom: 5px;
}