@charset "UTF-8";
#Container {
	width: 1024px;
	margin-left: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-right: auto;
	min-height: 1024px;
	background-image: url(images/background.jpg);
}
body {
	background-color: #E8F8FF;
	background-image: url(url);
	margin-top: 0px;
	margin-bottom: 0px;
}
#Header {
	
	height: 100%;
}
#Navigation {
	height: 60px;
	max-height: auto;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0px;
	margin-top: -20px;
	border-top-color: #FEE99D;
	background-color: #B29471;
}
#Navigation li{
	display: inline;
	list-syle-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "Sans-serif";}

#Navigation a{
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	color: rgba(82,71,67,1.00);
	font-weight: 700;
	font-size: large;
}

#Navigation a:hover{
	color: #FDE89C;
	text-decoration: underline;
	font-weight: 600;
}

#description {
	width: 55%;
	margin-left: 20%;
	color: #FFFFFF;
	background-color: rgba(232,226,213,0.35);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 15px;
	height: 0%;
}
#footer {
	height: 100PX;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
tr td #Content {
}
#Container table {
	background-color: #7394AA;
	padding-left: 250px;
}
td #Content #h1 {
	color: #FFFFFF	;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
td #Content #description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#Container #h1 {
	width: 35%;
	margin-left: 20%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	/* [disabled]margin-top: 10px; */
}
#Container hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 20%;
	margin-right: 21%;
	border: 4px inset #B29471;
}
footer {
	text-align: center;
	color: #FFFFFF;
}
#Container #footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#Container #description a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
