body {
	background-color:black;
	color:white;
	font-size:0.8em;
}
fieldset {
	border: 1px solid white;
	padding:10px;
}
legend {
	color:#e6b98a;
}
#body {
	margin:15px auto;
	min-width:666px;
	width:80%
}
#header {
}
#nav {
	padding:5px;
	margin: 0px;
	border-bottom: 2px dotted #e6b98a;
}
#header .main {
	list-style-type : none;
	list-style-image : none;
	padding: 0px 5px;
	margin: 20px 0px 5px 0px;
	font-size:1.4em;
}
#header .sub {
	list-style-type : none;
	list-style-image : none;
	padding: 0px 5px;
	margin: 15px 0px 5px 15px;
	font-size:0.9em;
}
#header li {
	display:inline;
	margin-right:20px;
	padding:1px 15px;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	color:black;
	text-align: center;
}
#header .sub li 
{
	border-right:none;
	border-left:1px solid gray;
}
#header #active a {
	font-weight:bold;
	color:#e6b98a;
}
#header li:hover 
{
	border-bottom:1px solid #e6b98a;
	border-right:1px solid #e6b98a;
}
#header .sub li:hover 
{
	border-right:none;
	border-left:1px solid #e6b98a;
}
#header li:hover a {
	color:#e6b98a;
}
#header a {
	color:white;
	text-decoration:none;
}
#content 
{
    background-color:black;
	padding:5px;
	text-align : justify;
}
#content a {
	color:#e6b98a;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content .more {
	display:block;
	margin-top:10px;
	padding-top:10px;
}
#content ul {
    list-style-image:url(images/bullet.jpg);
}
#content blockquote {
	border-bottom: 2px dotted #e6b98a;
	border-top: 2px dotted #e6b98a;
	margin:20px 20px;
    padding:15px 20px;
}
#footer {
	font-size:0.8em;
	text-align:center;
	margin-top:25px;
	padding-top:10px;
	border-top:2px dotted #e6b98a;
}
/* clearingfix */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
