body {
	background-color: #000000;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
    max-width: 58em;
}

#header {
    width: 100%;
    max-width: 59em;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-bottom: 1em;
/*     background-color: #6C339A;
 */    /*background: white url("img/cloudBkg2.jpg") no-repeat scroll top right;*/
}
img#logo {
    height: 10em;
    position: absolute;
    left: 25px;
    top: .5em;
}
img#background {;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
	
}
#header h1 {
    margin-left: 10em;
    letter-spacing: 4;
    font-size: x-large;
    font-variant: small-caps;
    margin-bottom: 0;
	color: #EBE22D;
    width: 100%;
}
#header h2 {
    font-size: large;
    font-style: italic;
    margin: 0; /* top and bottom are 0 */
    margin-left: 10em;
    padding-left: 6em;
    color: #F31D1F;
    width: 100%;
}
#header > img {
	float: left;
}
#navbar {
/*     background-color: #8AC745;
 */ padding: 1px;
    text-align: center;
    width: 100%;
    max-width: 30em;
    position: absolute;
    top: 8em;
	left: 30em;
}
#navbar a:focus, #navbar a:hover, #navbar a:active {
	color: black;
    text-decoration: underline;
}
#navbar a {
	color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 25px;
}
#sidebar {
    position: absolute;
    left: 2em;;
    top: 12em;
/* 	border: 1px solid black;
 */	float: left;
    width: 12em;
    max-width: 45%;
    overflow: hidden;
/*     margin-top: 60px;
 *//*     background: #000000;
 */}
/*#sidebar img {;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 15px;
}
*/
/*colors: 	F31D1F - Red
			EBE22D - Yellow
			6C339A - Purple
			8AC745 - Green
			000000 - Black
*/
			
#sidebar a {
/* 	background-color: #000000;
 */ 
	text-decoration: none;
    color: #EBE22D;
    display: list-item;
    list-style-type: none;
    line-height: 120%;
    padding-left: 1.5em;
}
#sidebar a.lev2 {
/* 	background-color: #F31D1F;
 */ padding-left: 2.5em;
    font-style: italic;
}
#sidebar a:hover {
    font-weight: bold;
/*     background: #8AC745;
 */}
#content {
	position: absolute;
    /*margin-left: 17.5em;*/
	left: 6em;
    top: 9em;
	height: 28em;
	padding: 3px;
    text-align: center;
    width: 100%;
    max-width: 41em;
	overflow:scroll;
}
#footer {
	position: absolute;
    top: 60em;
	padding: 3px;
    text-align: center;
    width: 100%;
	max-width: 99.5em;
	}
div.content {
/* 	background-color: #6C339A;
 */	color: #EBE22D;
	font-weight: bold;
	margin-left: 13em;
    margin-top: 1em;

}
div.content p {
	text-align: center;
}
.item {
    margin: 25px;
    padding: 10px;
    margin-right: 50px;
}
.item a {
    text-decoration: none;
    color: #F31D1F;
}
.item a:hover {
    text-decoration: underline;
}
/*.item p:first-letter {
    font-size: x-large;
}
*/
div.footer {
	color: #000000;
	text-align: center;
	font-size: 60%;
    border-top: 2px solid gray;
    margin-top: 25px;
}
div.footer p {
	margin: .3em;
}
.hide {
	display: none;
}

div.prodImg {
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid black;
    border-left: 2px solid black;
    margin-left: 1em;
    margin-top: 2em;
    float: right;
}

div.prodImg img {
    width: 20em;
}

.loc {
    color: DimGray;
    font-size: 85%;
    padding-left: 1em;
}


