html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('../img/back.jpg') repeat-y top center #023814;
	color: #464646;
	font-family: verdana, arial, sans-serif;
}

a, a:visited {
	color: #023513;
	text-decoration: none;
}

a:hover {
	color: #047b2b;
	text-decoration: underline;
}

#container {
	position: relative;
	min-height: 100%;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 174px 0px 0px;
	background: url('../img/header.jpg') no-repeat top left transparent;
}

#menu {
	margin: 0px;
	height: 23px;
	padding: 0px 5px;
}

#menu a {
	float: right;
	height: 23px;
	padding: 5px 8px;
	font-weight: bold;
	color: #ffffff;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover {
	background: url("../img/menuhover2.png") repeat-x top left transparent;
}

img {
	border: 0px;
}

h1 {
	display: block;
	width: 800px;
	text-align: center;
	margin: 24px auto 10px auto;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #023814;
	font-size: 18px;
}

h2 {
	margin: 10px 5px 5px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #023814;
	font-size: 16px;
}

#content {
	width: 800px;
	padding: 0px 30px 50px;
	font-size: 12px;
}

div.copyright {
	width: 790px;
	position: absolute;
	padding: 3px 5px;
	bottom: 0px;
	text-align: right;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.copyright a img {
	vertical-align: -75%;
}

a.picBox {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 10px 10px 0px;
}

a.picBox img {
	margin: 0px auto;
}

div.picDelBox {
	float: left;
	width: 120px;
	height: 135px;
	margin: 0px 10px 10px 0px;
}

div.picDelBox div {
	width: 120px;
	height: 120px;
	background-color: #d3d3d3;
}

div.picDelBox div.c {
	width: 120px;
	height: 24px;
	background-color: #047b2b;
}

div.picDelBox img {
	margin: 0px auto;
}


br.clearright {
	float: left;
	clear: both;
	width: 100%;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

