* {
	margin: 0; padding: 0;
}
body {
	background: white url(../Graphics/bgSlice.gif) repeat-x left top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pagewrapper {
	width: 779px;
	
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #966;
	top: 0;
	height: auto;
	position: relative;
}
#headerholder {
	width: 100%;
	height: 243px;
	border-width: 0;
	border-style: solid;
	background-color: #966;
}
#identity {
	
}
#headercopy {
	color: #e0e0e0;
	border-style: solid;
	border-width: 0px;
	height: 120px;
	padding-top: 20px;
	width: 650px;
	padding-left: 25px;
	font: 1.1em/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* main Menu */

#mainmenu {
	border-style: solid;
	border-width: 0px;
	height: 15px;
	width: 500px;
	margin-left: 180px;
	display: inline-block;
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	margin-top: 10px;
}
#mainmenu * {
	font-variant: normal;
	border-style: solid;
	color: #bebc5d;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-width: 0px;
	padding-right: 0;
	word-spacing: 10em;
	letter-spacing: .1em;
	padding-left: 5px;
}
#mainmenu ul {
	
	list-style-type: none;
	display: block;
	border-style: solid;
	border-width: 0px;
}
#mainmenu li a:hover {
	color: silver;
	border-style: solid;
}

/* Second menu */

#secondmenu {
	width: 125px;
	height: 128px;
	border: 4px solid #cfe8f4;
	background-color: #966;
	position: absolute;
	float: none;
	left: 700px;
	top: 46px;
	display: inline-block;
}
#secondmenu * {
	padding: 3px;
	font-variant: normal;
	border-style: none;
	color: #bebc5d;
	text-decoration: none;
	float: none;
	font-size: .9em;
}
#secondmenu ul {
	
	list-style-type: none;
	padding-top: 5px;
}
#secondmenu li a:hover {
	color: white;
}

/* Section header content */
#bodyholder {
	border: 1px solid #966;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #E2E3E3;
}

#title {
	color: black;
	width: 400px;
	float: left;
	position: absolute;
	bottom: 30px;
	visibility: visible;
	text-align: right;
	right: 230px;
	font: bold 4em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#title2 {
	color: black;
	position: absolute;
	bottom: 90px;
	left: 110px;
	font: bold 2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#iconmenu_holder {
	border: 0px solid gray;
	float: right;
	width: 250px;
}


#icon {
	float: left;
}
#iconlink * {
	color: gray;
	text-decoration: none;
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#iconlink {
	float: left;
	padding: 5px;
}
#iconlink a:hover {
	text-decoration: none;
	color: black;
}



/* Copyright */
#copyright {
	width: 779px;
	border-style: solid;
	border-width: 0px;
	height: 15px;
	font: .5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	margin: 5px auto 20px;
}

