* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 60px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 8px;
}

#content {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 60px;
	margin-bottom: 4px;
}

#bottom {
	display: block;
	height: 60px;
}

#loginForm {
	display: block;
	width: 900px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.formField {
	float: left;
	display: block;
	width: 300px;
}

form h3 {
	color: #999999;
}

.textFormField {
	float: right;
	display: block;
	width: 150px;
	margin-left: 10px;
}

#loginError {
	margin-bottom: 90px;
}

#addForm {
	display: block;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.textForm {
	display: block;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.upload {
	display: block;
	width: 270px;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
}

.upload:hover {
	background-color: #EEEEEE;
}

.textInput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	display: block;
	width: 270px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
}

.textArea {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 426px;
	height: 430px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	margin-bottom: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	resize: none;
}

.textAreaTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 426px;
	height: 60px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 5px;
	margin-bottom: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	resize: none;
}

.textAreaNews {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 426px;
	height: 210px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	margin-bottom: 15px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	resize: none;
}

.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	display: block;
	width: 140px;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.submit, .submit:hover, .submit:visited, .submit:active, .submit:link {
	outline: none;
}

.dummySubmit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	display: block;
	width: 126px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	cursor: pointer;
	outline: none;
}

.submit:hover, .dummySubmit:hover {
	background-color: #EEEEEE;
}

#adminNav {
	display: block;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.adminNav {
	list-style: none;
	display: block;
	width: 900px;
	margin-top: 9px;
}

.adminNav li {
	color: #999999;
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	list-style-type: none;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #000000;
}

.adminNav li a {
	color: #999999;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}

.adminNav li a:hover {
	background-color: #000000;
}

.deleteWrapper, .editWrapper {
	float: right;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.deleteConfirm {
	padding-top: 5px;
}

#uploadErrors {
	margin-bottom: 30px;
}

.bgImage {
	float: left;
	display: block;
	width: 320px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
}

.download {
	color: #999999;
	font-size: 18px;
	line-height: 18px;
}

.download:hover {
	color: #000000;
}

.project, .thumb {
	display: block;
	width: 578px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
}

.projectListThumb, .imageListThumb {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-right: 10px;
	background-color: #999999;
	cursor: move;
}

.projectListTitle, .thumbListCaption {
	float: left;
	display: block;
	width: 500px;
}

.thumbListCaption h3 {
	font-size: 15px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	margin-top: 3px;
}

.captionForm {
	display: block;
	width: 514px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.textAreaCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 490px;
	height: 40px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	margin-bottom: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	resize: none;
}

.projectLink {
	display: block;
	width: 416px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
}

.projectLink a {
	display: block;
	margin-bottom: 5px;
	color: #000000;
	font-size: 18px;
	line-height: 18px;
}

.newsItem {
	display: block;
	width: 600px;
	padding: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
}

.newsItem h3, .newstForm h3 {
	margin-top: 6px;
}

.newsForm {
	width: 450px;
	margin-bottom: 10px;
}

.newsForm .deleteWrapper {
	margin-right: 10px;
}

.newsItem img {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #999999
}

#sortOrderUpdate {
	display: block;
	width: 592px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}