/* Color key for Great Justice */
/* =========================== */
/*  Dark Gray: #1c1c1c;        */
/*  Light Gray: #c3c3c3;       */
/* =========================== */



/* html redefinition */

html {
	text-align: center;
	background-color: white;
	}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	}

html,body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
	}

/* id */

#content {
	width: 800px;
	}

#contentholder {
	width: 525px;
	text-align: left;
	margin-top: 25px;
	}
	#contentholder img {
		margin-left: 40px;
		}
	#contentholder p {
		margin-left: 40px;
		font-size: 11px;
		color: #1c1c1c;
		line-height: 14px;
		}

#description {
	width: 520px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	background-color: #1c1c1c;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	padding-top: 3px;
	text-align: left;
	}
	
#left {
	float: left;
	margin-top: 70px;
	text-align: left;
	margin-left: 25px;
	line-height: 15px;
	width: 185px;
	}
	#left a:link, #left a:visited {
		}
	#left a:hover {
		background-color: #1c1c1c;
		color: white;
		padding-top: 3px;
		padding-left: 2px;
		padding-right: 3px;
		margin-left: -2px;
		}

#nav {
	text-align: right;
	}
	#nav a:link, #nav a:visited {
		font-size: 32px;
		margin-left: 8px;
		}
	#nav a:hover {
		color: #1c1c1c;
		}

#outlink {
	width: 520px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	background-color: #c3c3c3;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 3px;
	text-align: left;
	}
	#outlink a:link, #outlink a:visited {
		text-decoration: none;
		color: #1c1c1c;
		}
	#outlink a:hover {
		color: white;
		}

#right {
	float: right;
	margin-right: 25px;
	margin-top: 13px;
	width: 565px;
	}

#validationholder a:hover {
	background-color: white;
	}

#wrapper {
	width: 800px;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	background-image: url('images/shadow_full.jpg');
	background-repeat: repeat-y;
	}


/* class */

.black {
	background-color: #1c1c1c;
	color: white;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 3px;
	margin-left: -2px;
	font-size: 11px;
	text-decoration: none;
	}

.clear {
	clear: both;
	}

.largegray {
	color: #c3c3c3;
	font-size: 32px;
	}

.largeblack {
	color: #1c1c1c;
	font-size: 32px;
	text-decoration: none;
	}

.largenormal {
	color: #c3c3c3;
	text-decoration: none;
	font-size: 32px;
	}
	
.normal {
	color: #1c1c1c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	}

.smallgray {
	color: #c3c3c3;
	font-size: 11px;
	}

.smalldarkgray {
	color: #1c1c1c;
	font-size: 11px;
	}
