@charset "utf-8";
body {
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;

	font: 0.9em Arial, Geneva, Helvetica, sans-serif;
	color: #F9F0EC;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto 2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container #content {
	position:absolute;
	top:168px;
	z-index:10;
	padding: 1ex;
	max-width: 955px;
	width: 900px;
}
#video {
	z-index:9;
	float: left;
	min-width: 355px;
	padding: 0em 1ex 1em 1em;
}
.oneColFixCtr #container #content .p {
	position: relative;
	top: 15px;
}

dd {
	font-size: 1.1em;
	padding-bottom: .6em;
}
dt {
	font-weight: bold;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F09793;
}
a:hover {
	text-decoration: underline;
	color: #54759F;
}
a:active {
	text-decoration: none;
	color: #216CB3;
}
h1 {
	font-size: 1.5em;
	color: #F2F4EC;
	margin: 0;
	padding: 0;
	text-align: right;
}
h2 {
	font-size: 1.4em;
	color: #F2F4EC;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.3em;
	color: #D6544E;
}
h4 {
	font-size: 1.4em;
	font-family: "Times New Roman",Times,serif;
	color: #6a2120;
	background-color: #f7c860;
	background-repeat: repeat-x;
	font-weight: bold;
	border-bottom-color: #6a2120;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #8c2d2b;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 0.9em;
}
.oneColFixCtr #container #main {
	text-align: center;
	position: absolute;
	top: 0px;
}
.gringoDef {
	font-size: .9em;
	font-style: italic;
	text-indent: 1ex;
}
#amberIntro {
	position: relative;
	z-index: 9;
	left: 0px;
	bottom: 0px;
	height: 362px;
}
hr {
	color: #631B17;
	padding: 0px;
	border-top: 1px ridge #C6AB40;
	margin: 1ex;
}
blockquote {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
cite {
	text-align: center;
	padding: 1ex;
	margin: 1ex;
	position: relative;
	clear: both;
	float: right;
}
.oneColFixCtr #container #foty {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: -200px;
	margin-bottom: -200px;
}
