body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'] {
	width: 400px;
}
p {
	margin: 3px 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6347;
	text-decoration: underline;
}
a img {
	border: 0;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 800px;
}
#header #logo {
	width: 180px;
	height: 65px;
	border: 0;
}
#main {
	background: #C5F3FF;
	padding: 8px 0;
}
#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	width: 640px;
	border: 1px solid #FFFFFF;
	background: #D8F7FF;

}
#content.wider_content {
	width: 800px;
}
#error {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
#upload {
	background: url(images/upload.png);
	height: 110px;
	margin: 10px;
	position: relative;
}
#upload_left {
	float: left;
	background: url(images/upload_left.png);
	height: 110px;
	width: 13px;
}
#upload_right {
	float: right;
	background: url(images/upload_right.png);
	height: 110px;
	width: 13px;
}
#image_upload_field {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 20px;
}
#upload_button {
	position: absolute;
	top: 57px;
	left: 10px;
	background: url(images/upload_button.png);
	width: 150px;
	height: 43px;
	border: 0px;
}
#upload_info {
	position: absolute;
	top: 62px;
	left: 165px;
	height: 0;
	color: #FFFFFF;
}

#footer {
	background: url(images/footer.png);
	height: 49px;
}
#footer_content {
	width: 498px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 230px;
	font-size: 12px;
	background: url(images/bottom_logo.png) bottom left no-repeat;
}