@charset "utf-8";
/* CSS Document */

body {
	background-color: #8C8682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}
#content {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	border: #ccc 1px solid;
	background-color: #AAA6A4;
}
.header {
	background-color: #67625F;
	color: #B6B649;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CBCB7E;
}
.clear {
	clear: both;
}
h1 {
	color: #E3E3BB;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
#flyworks {
	text-align: right;
	color: #E3E39D;
	line-height: 2;
	padding-right: 25px;
}
#flyworks a {
	color: #E3E39D;
	text-decoration: none;
}
#flyworks a:hover {
	color: #E3E39D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E39D;
}
#description {
	text-align: left;
	padding: 0px 20px;
	margin-bottom: 20px;
	background-color: #67625F;
	color: #C0C0C0;
	border-bottom: 1px solid #ccc;
}
#description p {
	margin-bottom: 1em;
	color: #E3E3BB;
	margin-top: 1em;
}
#description p:first-child, #description p.first-child {
	padding-top: 1em;
	margin-top: 0em;

}
#description a {
	color: #CBCB7E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCB7E;
}
#hidden  {
	display: none;
}
