@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:focus {
	outline: none;
}
#body {
	font-family: 'Coustard', serif;
	width: 960px;
	height: 768px;
	position: absolute;
	top: 50%;
	margin-top: -384px;
	left: 50%;
	margin-left: -480px;
}
.hidden_title {
	display: none;
}
ul#background {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0px;
}
ul#background li {
	width: 192px;
	height: 192px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: move;
	display: table;
}
ul#background li div {
	font-family: 'Coustard', serif;
	font-size: 18px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px 0px 10px;
}
ul#background li div p {
	display: none;
}
#box_1 {
	background-color: #00274D;
}
#box_2 {
	background-color: #231F20;
}
#box_3 {
	background-color: #4D4D4F;
}
#box_4 {
	background-color: #705426;
}
#box_5 {
	background-color: #3F2500;
}
#box_6 {
	background-color: #873200;
}
#box_7 {
	background-color: #6E2405;
}
#box_8 {
	background-color: #3A3629;
}
#box_9 {
	background-color: #0A3542;
}
#box_10 {
	background-color: #231F20;
}
#box_11 {
	background-color: #004518;
}
#box_12 {
	background-color: #4F0000;
}
#box_13 {
	background-color: #335C64;
}
#box_14 {
	background-color: #62563F;
}
#box_15 {
	background-color: #5C4A56;
}
#box_16 {
	background-color: #5D5B49;
}
#box_17 {
	background-color: #467082;
}
#box_18 {
	background-color: #7E725B;
}
#box_19 {
	background-color: #4D4D4F;
}
#box_20 {
	background-color: #9F2214;
}
.name {
	text-transform: uppercase;
	font-size: 72px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	-moz-text-shadow: 4px 4px 8px #000;
	-webkit-text-shadow: 4px 4px 8px #000;
	text-shadow: 4px 4px 8px #000;
	cursor: move;
}
.descriptor {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	-moz-text-shadow: 4px 4px 8px #000;
	-webkit-text-shadow: 4px 4px 8px #000;
	text-shadow: 4px 4px 8px #000;
	cursor: move;
}
ul.menu {
	font-size: 24px;
	position: absolute;
	float: left;
	list-style: none;
	cursor: move;
	top: 390px;
	left: 155px;
}
ul.menu li {
	float: left;
	display: block;
	margin-left: 10px;
	position: absolute;
}
ul.menu li:before {
	content: "/";
    color: #FFF;
    font-size: 24;
	margin-right: 10px;
}
ul.menu li a {
	text-decoration: none;
	color: #FFF;
}
ul.menu li a:hover {
	text-decoration: underline;
}
ul.menu li#web a {
	color: #FFF200;
}
ul.menu li#web:before {
	content: "";
	margin-right: 0px;
}
ul.menu li#copy a {
	color: #25B34B;
}
ul.menu li#murder a {
	color: #ED1C24;
}

/*---------------------------
Page styles
---------------------------*/


.pages {
	font-family: 'Coustard', serif;
	width: 774px;
	padding: 28px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background-color: #FFF;
	float: left;
	position: relative;
	border-width: 10px;
	border-style: solid;
}
.copy_page {
	border-color: #25B34B;
}
.copy_page a {
	color: #25B34B;
}
.web_page {
	border-color: #FFF200;
}
.web_page a {
	color: #FFF200;
}
.pages h1 {
	font-size: 48px;
	text-transform: uppercase;
	-moz-text-shadow: 2px 2px 4px #000;
	-webkit-text-shadow: 2px 2px 4px #000;
	text-shadow: 2px 2px 4px #000;
	width: 100%;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-align: center;
}
.pages h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 0px;
}
.web {
	color: #FFF200;
}
.copy {
	color: #25B34B;
}
.page_intro {
	width: 506px;
	font-size: 12px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.page_intro p {
	line-height: 19px;
	margin-bottom: 19px;
}
.page_links {
	width: 100%;
	font-size: 18px;
}
.page_links p {
	text-align: center;
	margin-top: 15px;
}
.page_links p a {
	color: #7E725B;
	text-decoration: none;
}
.page_links p a:hover {
	text-decoration: underline;
}
.contact {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
}
.contact a {
	color: #000;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}
#close {
	position: absolute;
	left: 14px;
	top: 8px;
	font-size: 10px;
	width: 100px;
	height: 50px;
}
#close a {
	color: #CCC;
	text-decoration: none;
}
#close a span {
	display: none;
}
#close:hover a {
	color: #000;
	text-decoration: none;
}
#close:hover span {
	display: inline;
}


