/* Layout Styling */

* { padding: 0; margin: 0;
	}

html {
	height: 100%;
	padding: 0 0 1px 0;
	}

body {
	background: #fff url(../images/background.jpg) repeat-x;
	font: 13px/19px arial, helvetica, sans-serif;
	text-align: center;
	}

#wrapper {
	margin: 0 auto;
	width: 922px;
	z-index: 10;
	}

#header {
	background: url(../images/header.jpg) no-repeat left top;
	float: left;
	height: 270px;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	width: 902px;
	z-index: 10;
	}

#dedication {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: right;
	margin: 20px 0 10px 0;
	padding: 10px;
	width: 520px;
	z-index: 20;
	}

#language {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	clear: right;
	float: right;
	padding: 10px;
	word-spacing: 2px;
	z-index: 20;
	}

#navigation {
	background: #bd9c8c;
	border: 1px solid #6d6e70;
	float: left;
	margin: 0 0 10px 0;
	width: 920px;
	z-index: 10;
	}

#leftcolumn {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	width: 191px;
	z-index: 10;
	}

#rightcolumn {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 699px;
	z-index: 10;
	}

#footer {
	background: #bd9c8c;
	border: 1px solid #6d6e70;
	clear: both;
	padding: 10px;
	width: 900px;
	z-index: 10;
	}

/* Right Column DIV Styling */

#alpha {
	background: #fff;
	border: 1px solid #6d6e70;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	width: 517px;
	z-index: 20;
	}

#beta {
	background: #fff;
	border: 1px solid #6d6e70;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 128px;
	z-index: 20;
	}

#gamma {
	background: #fff;
	border: 1px solid #6d6e70;
	clear: both;
	padding: 10px;
	text-align: left;
	width: 677px;
	z-index: 20;
	}

/* Navigation Link Styling */

#navigation a:link, #navigation a:visited {
	border-left: 1px solid #6d6e70;
	display: block;
	float: right;
	font: bold 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	overflow: hidden;
	width: 149px;
	}

#navigation a:hover, #navigation a:active {
	background: #e7dbd5;
	overflow: hidden;
	text-decoration: none;
	}

/* Left Column Link Styling */

#leftcolumn ul {
	list-style: none;
	z-index: 20;
	}

#leftcolumn li {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: left;
	clear: left;
	height: 38px;
	margin-bottom: -1px;
	position: relative;
	width: 189px;
	}

#leftcolumn li ul {
	position: absolute;
	left: -4444px;
	margin-left: 189px;
	margin-top: -39px;
	z-index: 30;
	}

#leftcolumn li:hover ul, #leftcolumn li.suckerfish ul{
	left: auto;
	}

#leftcolumn a:link, #leftcolumn a:visited {
	background: url(../images/flyout.gif) no-repeat center right;
	cursor: default;
	display: block;
	font: 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 179px;
	}

#leftcolumn a:hover, #leftcolumn a:active {
	background: #bd9c8c url(../images/flyout.gif) no-repeat center right;
	cursor: default;
	overflow: hidden;
	text-decoration: none;
	}

#leftcolumn li ul li a:link, #leftcolumn li ul li a:visited {
	background: url(../images/external_01.gif) no-repeat center right;
	cursor: pointer;
	}

#leftcolumn li ul li a:hover, #leftcolumn li ul li a:active {
	background: #bd9c8c url(../images/external_01.gif) no-repeat center right;
	cursor: pointer;
	}

/* Current Page Indicators */

#one .one:link, #one .one:visited, #one .one:hover, #one .one:active,
#two .two:link, #two .two:visited, #two .two:hover, #two .two:active,
#three .three:link, #three .three:visited, #three .three:hover, #three .three:active {
	background: url(../images/section.gif) no-repeat center bottom;
	cursor: default;
	}

/* Extra Styling */

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

#alpha a, #gamma a {
	font-weight: bold;
	}

#alpha blockquote {
	background: #e7dbd5;
	border : 1px dashed #6d6e70;
	margin: 0 auto;
	margin-bottom: 19px;
	padding: 10px;
	}

#alpha blockquote p {
	margin: 0;
	}

#alpha img {
	clear: left;
	float: left;
	margin: 3px 7px 0 0;
	}

#alpha p, #gamma p {
	margin-bottom: 19px;
	}

.audio {
	height: 119px;
	}


#beta img {
	clear: left;
	float: left;
	margin-bottom: 17px;;
	}


.download {
    background: url(../images/download.gif) center right no-repeat;
    padding-right: 15px;
	}

.external {
    background: url(../images/external_02.gif) center right no-repeat;
    padding-right: 15px;
	}

:focus {
	outline: none;
	}

#footer div {
	padding-top: 10px;
	}

#footer img {
	margin: 0 10px;
	}

#gamma blockquote {
	background: #e7dbd5;
	border : 1px dashed #6d6e70;
	margin: 0 auto;
	margin-bottom: 19px;
	padding: 10px;
	width: 515px;
	}

#gamma blockquote p {
	font: 11px/22px arial, helvetica, sans-serif;
	margin: 0;
	}

h2 {
	font: bold 16px/38px arial, helvetica, sans-serif;
	}

h3 {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	border-bottom: 0;
	display: block;
	font: bold 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	padding: 0 0 0 10px;
	width: 179px;
	}

h4 {
	font: bold 16px/38px arial, helvetica, sans-serif;
	margin-bottom: 19px;
	}

img {
	border: 0;
	}
