* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
}

a {
	outline: none;
}


html {
	height: 100%;
}

body {
	background-color: #222222;
	background-image: url('../images/background_body.png');
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}

a {
 	 color: #FFFFFF;
 	 text-decoration: none;
}

a:hover {
  	color: #AAAAAA;
}

div.floatfixer {
	clear: both;
}

div.page {
	background-image: url('../images/background_page.png');
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 944px;
}

div.shadow {
	background-image: url('../images/background_shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 22px;
	width: 900px;
}

div.header {
	background-image: url('../images/photo_header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #808080;
	height: 200px;
	width: 900px;
}

div.footer {
	background-image: url('../images/background_footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 9px;
	height: 38px;
	margin: 0px auto;
	padding: 12px 22px 0px;
	text-align: center;
	width: 900px;
}

div.news {
	margin-bottom: 20px;
}

div.news table {
	border-collapse: collapse;
}

div.news table td.subject {
	border-bottom: 1px solid #AAAAAA;
	font-size: 18px;
}

div.news table td.content {
	padding-top: 6px;
}

div.menu {
	border-bottom: 2px solid #808080;
	margin: 0px auto;
	padding: 0px 85px;
	width: 730px;
}

div.menu a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 35px;
}

div.menu a.text {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px 20px 0px;
	height: 27px;
	text-decoration: none;
}
div.menu a.text:hover {
	background-color: #901800;
}

div.menu a.news {
	background-image: url('../images/button_menu_news.gif');
	width: 87px;
}

div.menu a.news-selected {
	background-image: url('../images/button_menu_news.gif');
	background-position: 0px -70px;
	width: 87px;
}

div.menu a.profile {
	background-image: url('../images/button_menu_profile.gif');
	width: 108px;
}

div.menu a.profile-selected {
	background-image: url('../images/button_menu_profile.gif');
	background-position: 0px -70px;
	width: 108px;
}

div.menu a.results {
	background-image: url('../images/button_menu_results.gif');
	width: 106px;
}

div.menu a.results-selected {
	background-image: url('../images/button_menu_results.gif');
	background-position: 0px -70px;
	width: 106px;
}

div.menu a.images {
	background-image: url('../images/button_menu_images.gif');
	width: 97px;
}

div.menu a.images-selected {
	background-image: url('../images/button_menu_images.gif');
	background-position: 0px -70px;
	width: 97px;
}

div.menu a.video {
	background-image: url('../images/button_menu_video.gif');
	width: 86px;
}

div.menu a.video-selected {
	background-image: url('../images/button_menu_video.gif');
	background-position: 0px -70px;
	width: 86px;
}

div.menu a.links {
	background-image: url('../images/button_menu_links.gif');
	width: 86px;
}

div.menu a.links-selected {
	background-image: url('../images/button_menu_links.gif');
	background-position: 0px -70px;
	width: 86px;
}

div.menu a.photography {
	background-image: url('../images/button_menu_photography.gif');
	width: 160px;
}

div.menu a.photography-selected {
	background-image: url('../images/button_menu_photography.gif');
	background-position: 0px -70px;
	width: 160px;
}

div.menu a:hover {
	background-position: 0px -35px;
}

div.content {
	padding: 20px;
}

div.manage {
	margin: 0px auto;
	width: 600px;
}

div.photoleft {
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 20px 20px 0px;
}

div.photoright {
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 0px 20px 20px;
}

table.results {
	border-collapse: collapse;
	margin: 0px auto;
}

table.results td {
	color: #AAAAAA;
	padding: 2px 20px 0px 0px;
	font-size: 10px;
}

table.results td.outright {
	text-align: center;
}

table.results td.class {
	padding-right: 0px;
	text-align: center;
}

table.results tr.heading td {
	border-bottom: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 20px 0px 0px;
	text-align: left;
}

table.results tr.heading td.class {
	padding-right: 0px;
}

div.message {
	border: 1px solid #F36D21;
	background-color: #FFF7F2;
	color: #000000;
	margin: 0px auto 24px;
	padding: 12px;
	text-align: justify;
	width: 324px;
}

div.message h1 {
	color: #000000;
	font-size: 18px;
}

form {
	margin: 0px auto;
	width: 250px;
}

form table {
	border-collapse: collapse;
	width: 100%;
}

form table td.label {
	color: #AAAAAA;
}

form table td.text {
	color: #FFCCAA;
	padding-bottom: 24px;
	text-align: justify;
}

form table td.text h1 {
	color: #FFFFFF;
	font-size: 18px;
}

form table td.field {
	color: #F36D21;
	padding-bottom: 12px;
}

form table td.field input.long {
	width: 250px;
}

form table td.field input.short {
	width: 75px;
}

form table td.field textarea {
	font-size: 10px;
	height: 150px;
	width: 250px;
}

form table td.field select {
	width: 75px;
}

form table td.field select.long {
	width: 250px;
}

form table td.label {
	color: #F36D21;
}

form table td.label span.accent {
	color: #F2C4AA;
}

form table td.buttons {
	text-align: right;
}

form table td.error {
	color: #FF0000;
	text-align: justify;
	padding-bottom: 24px;
}

form table td.error span.accent {
	font-weight: bold;
}

form table td.space {
	height: 24px;
}

table.manage-view {
	border-collapse: collapse;
	border-bottom: 2px solid #AAAAAA;
	margin-bottom: 4px;
	width: 600px;
}

table.manage-view td {
	border-bottom: 1px solid #AAAAAA;
	font-size: 10px;
	padding: 4px;
	text-align: center;
}