html {
	background-color: #000;
	color: #fff;
	font-family: Ariel;
}

#content {
	border: 1px solid #fff;
	background-image: url(/media/images/layout/top.jpg);
	background-repeat: no-repeat;
}

#body {
	padding: 10px;
	margin-bottom: 30px;
}

#footer {
	text-align: center;
}

#nav {
	text-align: left;
	margin-top: 35px;
}

#nav img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header_bottom {
	margin-top: -10px;
}

#info {
	float: left;
	width: 450px;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
}

#info div {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.form {
	float: right;
	width: 450px;
	padding: 5px;
}

fieldset {
	padding: 10px;
	border: 0px solid green;
}

legend {
	color: #000;
	padding: 2px 6px;
}

label {
	width: 175px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	text-transform: capitalize;
}

input, select, textarea {
	margin-bottom: 10px;
}
#demo {
	width: 100%;
	text-align: center;
}

#main_image {
	min-height: 250px;
}

.gallery {
	margin: 0px auto;
	width: 100%;
}

#demo p {
	width: 100%;
}

a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#dataarea, #uploadarea {
	margin: 0px auto;
	color: #fff;
	font-weight: bold;
	width: 410px;
}
#dataarea a, #uploadarea a {
	text-decoration: underline;
}