/*General Redeclarations */
body {
	background-color: #D1CBCB;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p.p2 {
	font-size: 1.75em;
}

p.p2white {
	color: white;
}
/********************/

#outer {
	overflow: hidden;
	background-color: #D1CBCB;
}

	#container {
		position: relative;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background-color: #E1DCDC;
		overflow: hidden;
	}

		#header {
			border-top-style: solid;
			border-top-width: 10px;
			border-top-color: #D5BB77;			
			border-bottom-style: solid;
			border-bottom-width: 10px;
			border-bottom-color: #D5BB77;
			background-color: black;			
			min-width: 800px;
			width: 100%;
			height: 100px;
		}
		
			#layeredleft {
				z-index: 1;
				position: absolute;
				left: 10px;
				top: 35px;
			}
			
			#layeredcenter {
				z-index: 2;
				position: absolute;
				top: 10px;
				left: 125px;
			}
			
			#layeredright {
				z-index: 1;
				position: absolute;
				top: 10px;
				right: 0px;
			}
		
		#content {
			width: 430px;
			margin-left: 175px;
			min-height: 950px; /* firefox only, can be placed in any of the content divs to push the footer down to enforce minimum height */
			margin-bottom: 20px;
			margin-top: 10px;
			text-align: center;
			position: relative;
			top: 0px;
			left: 0px;
			padding: 0px;
		}
		
			#content p {
				text-align: justify;
				font-size: 1.25em;
			}
			
			#content p.medium {
				text-align: justify;
				font-size: 1.00em; 
			}
			
			#content p.Big {
				display: block;
				font-size: 1.75em;
				color: #D5BB77;
				background-color: black;
				text-align: center;
			}
			
			#content p.head {
				font-size: 1.10em;
				text-align: center;
				font-weight: bold;
				font-style: italic;
			}
			
			#content p.head2 {
				font-size: 2.30em;
				text-align: center;
				font-weight: bold;
				font-style: italic;
			}
			
			#content p.small {
				font-size: .75em;
			}
		
			#content p.bolditalic {
				text-align: justify;
				font-weight: bold;
				font-style: italic;
				font-size: 1.10em;
			}
			
			#content #floatleftlist {
				float: left;
				position: absolute;
				left: 0px;
				height: 200px;				
			}
			
			#content #floatrightlist {
				float: right;
				position: absolute;
				left: 250px;
				height: 200px;
			}
			
			#content ul {
				text-align: left;
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
			}
			
			#content li {
				background: url("../images/ul_ok.gif") 0 .25em no-repeat;
				padding-left: 20px;
				margin: 10px;
				width: 175px;
			}
			
		#left {
			float: left;
			padding: 5px;
			width: 150px;
			height: 100%;
			position: relative;
			top: 0px;
			left: 0px;
			text-align: center;
		}
		
			#left a.menu{
				display: block;
				text-decoration: none;
				color: #D5BB77;			
				background-color: black;
				font-family: Eras Medium ITC;
				font-size: 1.0em;
				font-weight: bold;
				padding: 5px;
				border-style: solid;
				border-color: #D5BB77;
				border-width: 3px;
				text-align: right;
				width: 140px;
			}
			
			#left a.menu:hover {
				background-color: #D5BB77;
				color: black;
				border-style: solid;
				border-color: black;
				border-width: 3px;
			}
			
			#left p.quote {
				text-align: justify;
				font-size: .75em;
				font-style: italic;
				font-weight: bold;
				color: black;				
			}
			
			#left p.endquote {
				text-align: right;
				font-size: .75em;
				color: black;
			}
			
		#right {
			float: right;
			padding: 5px;
			width: 150px;
			height: 100%;
			position: relative;
			top: 0px;
			left: 0px;
		}

		#footer {
			height: 30px;
			width: 100%;
			background-color: black;
			color: white;
		}
		
			#footer p {
				padding: 5px;
				text-align: center;
			}