body {	
	height: 820px;	
	margin-right: 25%;
	margin-left: 25%;
	
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/

}

.shadowcontainer{
	width:605px;
	background-color: #d1cfd0;
	
}

.shadowcontainer .innerdiv{
	background-color: white;
	
	padding: 6px;
	position: relative;
	left: -7px;
	top: -7px;
	height: 793px;
}
#wrapper {
	width: 600px;
	height: 800px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	margin-top: -5px;
	margin-left: -5px;
	background-color: #DC241F;
}

#header{
	width: 435px;
	height: 200px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thick;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thick;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
	margin-top: 30px;
	margin-left: 15px;
}
#header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-left: 5px;
	margin-top: -1px;
	color: #000000;
}
#header h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-left: 5px;
	margin-top: -25px;
	color: #FFFFFF;
}
#header h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 235px;
	margin-top: -50px;
	color: #FFFFFF;
}

.uppermenu{
font: bold 22px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;	
	text-align: left;
	margin-top: 50px;
	
}
.uppermenu li{
list-style: none;
display: inline;
}

.uppermenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: white;
}

.uppermenu li a:hover{
	color: black;	
	text-decoration: underline;
}

html>body .uppermenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.lowermenu{
	font: bold 22px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	
}

.lowermenu li{
list-style: none;
display: inline;
}

.lowermenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: white;

}

.lowermenu li a:hover{
color: black;
text-decoration: underline;
}

html>body .lowermenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#logo{
	width: 100px;
	height: 200px;
	float: right;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thick;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thick;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
	margin-top: -210px;
	margin-right: 15px;
}
#tagline{
	width: 560px;
	height: 50px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thick;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thick;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
	margin-top: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#content{
	width: 560px;
	height: 450px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thick;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thick;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thick;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #EBCDC3;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 2px;
}
#copyright{
	width: 180px;
	height: 20px;
	
	margin-top: -30px;
	margin-left: 375px;
	}
	#copyright p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 2px;
	font-weight: bolder;
	font-style: oblique;
}

