@charset "iso-8859-2";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #999;
/*	background-color: #484848;*/
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #000000;
}

#main {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#banner {
/*	height: 100px;*/
	margin-bottom: 5px;
}

#menu {
	float: left;
/*	margin: 0;
	padding: 0;*/
	width: 200px;
}

#content {
	float: right;
	width: 755px;
	min-height: 500px;
	background-color: #fff;
	padding: 10px 0;
}

#content * {
	margin-left: 78px;
	margin-right: 20px;
}

#content p {
	text-indent: 25px;
}

#content img {
	float: left;
	margin: 5px 20px 0px 10px;
	padding: 3px;
	border: 1px solid #000;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content ol li {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0px;
	margin-left: -78px !important;
}

fieldset img {
	margin-left: 78px !important;
}

form input, form textarea {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: left;
	color: #000000;
	border: 1px #000000 solid;
	width: 60%;
}

form input.button {
	text-align: center;
	width: 100px;
	display: block;
}

label {
	text-align: left;
	display: block;
/*	margin-left: 75px !important;*/
}

label.error {
	color: #FF0000;
	font-weight: bold;
}

h1 {
	margin-bottom: 11px;
	margin-left: 10px !important;
	padding: 15px 0 15px 75px;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia, serif;
	color: #633;	
}

#footer {
/*	background-color: #000;*/
/*	height: 50px;*/
	clear: both;
	margin: 5px 0 0 0;
}

#footer p {
	color: #fff;
	text-align: center;
}

#footer ul {
	display: block;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 10px;
	border-right: 1px #fff solid;
}

#footer li a {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

.corner_tl, .corner_bl, .corner_tr, .corner_br {
	display: block;
	height: 5px;
/*	margin-bottom: -1px; /* for IE */
}

.corner_tl {
	background: transparent url('./images/interface/tl.gif') no-repeat;
	background-position: 0% 0%;
	width: 5px;
}

.corner_bl {
	background: transparent url('./images/interface/bl.gif') no-repeat;
	background-position: 0 100%;
	width: 5px;
}

.corner_tr {
	background: #fff url('./images/interface/tr.gif') no-repeat;
	background-position: 100% 0%;
	width: 755px;
	margin: 0 0 0 5px;
}

.corner_br {
	background: #fff url('./images/interface/br.gif') no-repeat;
	background-position: 100% 100%;
	width: 755px;
	margin: 0 0 0 5px;
}

.clear {
	clear: both;
}
