body {
	background-color: black;
	font-family: georgia;
	font-size: 9pt;
}

a, a:visited, a:active, a:link {
	font-family: times;
	color: #475c54;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #c76823;
}
	

#envelope {
	width: 1072px;
	height: 686px;
	text-align: left;
	background-image: url("images/css/background.jpg");
	background-repeat: no-repeat;
	padding-top: 152;
}

#innerEnvelope {
	text-align: left; 
	width: 650px;
	margin-top: 20px;
}

#mainBox {
	width: 800px;	
	height: 450px;
	border: 1px solid black;
	background-color: white;
	margin-left: 136px;
	background-image: url("images/css/background_inside.jpg");
	background-repeat: no-repeat;
}

#menuItem {
	font-family: georgia;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	margin-left: 6px;
	margin-right: 6px;
}

#menuItem:hover {
	border-bottom: 1px dotted black;
	color: #c76823;
}

#menuItemSelected {
	font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #475c54;
	border-bottom: 1px solid #5c5b47;
	margin-left: 6px;
	margin-right: 6px;
}

#subItem {
	font-family: georgia;
	font-size: 7pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	margin-left: 10px;
	margin-right: 10px;
}

#subItem:hover {
	border-bottom: 1px dotted black;
	color: #c76823;
}

#subItemSelected {
	font-family: georgia;
	font-size: 7pt;
	font-weight: bold;
	color: #475c54;
	border-bottom: 1px solid #475c54;
	margin-left: 10px;
	margin-right: 10px;
}

#updateDate {
	font-family: verdana;
	font-size: 10px;
}

#updateText {
	font-family: georgia;
	font-size: 8pt;
}

.contactForm {
	border: 0px;
	font-family: times;
	font-size: 10pt;
	color: #5c5b47;
	height: 16px;
	background-image: url("images/css/contactForm.jpg");
}

#submitButton {
	font-family: georgia;
	font-size: 10pt;
	width: 40px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	background: white;
	cursor: pointer;
}

#submitButton:hover {
	color: #c76823;
}

#rarSize {
	font-family: verdana;
	font-size: 9px;
}	

#clothingThumb {
	border: 0px;
	margin-left: -9px;
	margin-right: -9px;
}

#clothingThumb:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#clothingRack {
	background-image: url("images/css/clothingRack.png");
	background-repeat: no-repeat;
	margin-top: 20px; 
	text-align: left; 
	width: 110px; 
	height: 390px;
}

#bannerLink {
	border: 1px solid black;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerLink:hover {
	border: 1px solid #c76823;
}

#screen {
	border: 1px solid black;
}

#screen:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#thumb {
	border: 1px solid black;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
}
#thumb:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#undeadLink {
	border: 0px;
}
#undeadLink:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#permaLink {
	font-family: verdana;
	font-size: 9px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#permaLink:hover {
	color: white;
	background-color: black;
}

#extraScreenLink {
	color: black;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	font-family: verdana;
	letter-spacing: 1px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

#extraScreenLink:hover {
	background-color: black;
	color: white;
}

#extraScreenLinkSelected {
	background-color: black;
	color: white;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	font-family: verdana;
	letter-spacing: 1px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 2px;
	margin-right: 2px;
}