/************************************************* GENERAL *************************************************/
html, body {
	margin: 0;
	padding: 0;
	background-color: #D8C18F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #363636;
	height: 100%;
}

a {
	color: black;
}

a:active, a:focus {
	outline: none;
}

input:active, input:focus {
	outline: none;
}

img {
	border: none;
}

/************************************************* LAYOUT *************************************************/
#page {
	width: 739px;
	margin: 0 auto;
	background-color: white;
}

#page p {
	color: #e0e0e0;
	margin: 0px;
}

#header {
	width: 100%;
	height: 219px;
	border-top: 5px solid Black;
	border-bottom: 5px solid Black;
}

#navigation {
	height: 53px;
	width: 100%;
	background-color: #ffc300;
}

#breadcrumb {
	display: block;
	font-size: 7pt;
	margin: 5px 0px;
	font-weight: bold;
}

#content {
	width: 539px;
	margin: 0px 0px 50px 200px;
}

#content .directories {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content .directories a {
	color: #a8713e;
	font-weight: bold;
	text-decoration: none;
}

#content .download {
	border: 1px solid #7f7f7f;
	list-style: none;
	width: 500px;
	padding: 0px;
	margin: 0px;
}

#content .download .header {
	color: white;
	background-color: #ffc300;
	padding: 1px;
	margin: 0px;
}

#content .download a {
	color: #a8713e;
	text-decoration: none;
	display: block;
	padding: 2px;
}

#content .desc {
	color: #ffc300;
	font-weight: bold;
	padding: 5px;
}

.spacer {
	display: block;
	width: 500px;
	height: 5px;
	border-top: 1px dotted #7f7f7f; 
}

.item {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #7f7f7f;
}

#bottom {
	width: 100%;
	display: block;
	height: 25px;
	border-top: 1px dashed #7f7f7f;
	border-bottom: 1px dashed #7f7f7f;
	padding: 5px 0px;
	margin-bottom: 10px;
}

#footer {
	height: 50px;
	background-position: bottom;
	background-color: black;
}

#footer p {
	color: #7f7f7f;
	font-size: 8pt;
	margin: 0px 0px 0px 200px;
	padding: 20px 0px;
}

/************************************************* FORM *************************************************/
form {
	color: #7f7f7f;
	margin-top: 30px;
}

form label {
	display: block;
	padding: 3px 0px 3px 0px;
}

form .label {
	float: left;
}

form input {
	display: block;
	margin-left: 10px; 
	width: 150px;
}

form .input {
	float: left;
}

form .button {
	clear: both;
	margin-left: 197px;
	width: 50px;
}


/************************************************* ERRORS *************************************************/

#error-div  {
	float: left;
	font-weight: bold;
	margin: 30px 0px 30px 200px;
	width: 500px;
	height: 35px;
	background-color: #ffd0d0;
	border: 1px solid red;
	text-align: center;
	padding-top: 15px;
	display: none;
	color: #FF0000;
}

#success  {
	float: left;
	font-weight: bold;
	margin: 30px 0px 30px 0px;
	width: 500px;
	height: 35px;
	background-color: #7fff00;
	border: 1px solid green;
	text-align: center;
	padding-top: 15px;
	display: block;
	color: green;
}