@charset "utf-8";

/*------------------------
	html
	------------------------*/

body{
	text-align: left;
	background-color: white;
	color:#ff6000;
}

a{
	color: #ff6000;
	text-decoration: underline;
}

div#wrapper{
	margin: 0 auto;
	width: 800px;
}

/*------------------------
	Header
	------------------------*/
	
div#header{
	margin: 50px 0 10px 0;
}

/*------------------------
	Content
	------------------------*/

div#content h2{
	border-left-color: #ff6000;
	border-width: 0 0 0 10px;
	border-style: solid;
	margin: 20px 0 20px 0;
	padding: 0 0 0 5px;
	line-height: 1em;
}

div#content dl{
	margin: 20px 0 5px 0;
}

div#content dd{
	margin: 5px 0 25px 20px
}


/*------------------------
	Footer
	------------------------*/

div#footer{
	text-align: center;
	margin: 50px 0 10px 0;
}