/* basic */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0px;	
	padding: 0px;
	color: black;
	
	background: #6d6d6d;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
	position: relative;
	z-index: 300;
}

h1{ font-size: 100%; }
h2{ font-size: 100%; }
h3{ font-size: 100%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}

a{	color: black; text-decoration: none; }
a:hover
{
	text-decoration: underline;
}
a img{ border: none; } /* , a:link img */


ul
{
	margin: 0px;
	padding: 0px;

}
ul li
{

}

form
{
	margin: 0px;
}
input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
input
{
	
}
textarea
{
	
}
input.checkbox,
input.radio
{
	
}


table{ font-size: 100%; }

/****************/

.main
{
	width: 90%;
	margin: auto;
}

.header
{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 40px;
	position: relative;
	

}
.header-line
{
	height: 1px;
	width: 100%;
	background: red;
	position: absolute;
	bottom: 0px;
	
}
.header h1
{
	float: left;
	display: inline;
	margin: 0px;
	font-weight: bold;
}

ul.menu
{
	float: right;
	list-style: none;
	width: 60%;
	margin: 0px;
	padding: 0px;
}
ul.menu li
{
	display: inline;
	margin-left: 15px;
}

.static
{
	position: fixed;
	z-index: 400;
	width: 90%;
	background: transparent;
}

.sub
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.sub-menu
{
	float: left;
	width: 300px;
	margin-left: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub-menu h1
{
	font-weight: bold;
}
.sub-menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.sub-menu .item
{
	clear: both;
}
.sub-menu .item ul
{
	width: 250px;
	float: right;
	margin-bottom: 5px;
}
.sub-menu .item ul li
{
	margin-bottom: 2px;
}
.sub-menu ul li a:visited {
	text-decoration:line-through;
}
.sub-menu .item h3
{
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
}

.content
{
	width: 600px;
	position: relative;
	z-index: 100;
	left: 20px;
	top: 100px;
}
.content p {
	margin:0px;
	padding:0px;
}
.content p img {
	margin: 0px 0px 10px 0px;	
}

div.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

