/* CSS Document */

A.black:link{
	color: #333333;
	text-decoration: underline;
}

A.black:hover{
	color: #333333;
	background-color: #CCCCCC;
}

A.black:visited{
	color: #333333;
	text-decoration: underline;
}

A.white:link{
	color: #CCCCCC;
	text-decoration: underline;
}

A.white:hover{
	color: #333333;
	background-color: #CCCCCC;
}

A.white:visited{
	color: #CCCCCC;
	text-decoration: none;
}

A.navi:link{
	color: #FFFFFF;
	text-decoration: none;
}

A.navi:hover{
	text-decoration: none;
	font-style: italic;
}

A.navi:visited{
	text-decoration: none;
	color: #FFFFFF;
}

div#container{
	width: 900px;
	margin: auto;
}

div#header{
	height: 30px;
	margin: 0;
	background-color: #420000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}

div#logo{
	width: 870px;
	height: 130px;
	margin: 0;
	clear: both;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

div#logo_small{
	width: 880px;
	height: 65px;
	margin: 0;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

div#logo_small_invert{
	width: 880px;
	height: 65px;
	margin: 0;
	clear: both;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

div#navigation{
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

div#navigation_on{
	width: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #420000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

div#image{
	clear: both;
	margin: auto;
}

div#content {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 422px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 5px;
}

div#flash {
	clear: both;
	width: auto;
	background-color: #000000;
	margin-top: 5px;
	margin: auto;
}

div#form {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	clear: both;
	width: 600px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: 50px;
}

div#form_caption {
	float: left;
	width: 200px;
}

div#form_input {
	float: left;
	width: 400px;
}

div#news {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float: right;
	width: 422px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 10px;
}

div#text {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 870px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#text_black {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	float: left;
	width: 870px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #666666;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 7px;
}

div#gite {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}

div#footer{
	height: 2px;
	clear: both;
	width: 900px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	margin: auto;
}

div#copyright {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
