html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	color: #000;
}
body {
	font-size: 18px;
	text-align: center;
	background-image: none;
	background-color: #f8f089;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fff; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-style: solid;
	border-color: #6a0b1c;
	padding: 0px;
}
h1 {
	color: #3875fb;
	font-variant: normal;
	text-align:center;
	padding: 5px;
}
#navbar ul { 
    margin: 0; 
    padding: 5px 0; 
    list-style-type: none; 
    text-align: center;
    color: #fff;
	background: #6a0b1c none repeat-x;
	width: 760px;
} 

#navbar ul li {  
    display: inline; 
    } 

#navbar ul li a { 
    text-decoration: none; 
    padding: .2em 1em; 
    color: #fff; 
    background-color: transparent;
	font-size: 14px;
	text-shadow: #252525 1px 1px 3px;
} 

#navbar ul li a:hover { 
    color: #f7d725;  
} 
p {
	margin-left: 50px;
	margin-right:  50px;
	color: #000;
	text-shadow: #000 0 0 0;
	vertical-align: 2.5px;
	padding-top: 10px;
	font-size: 14px;
}
#footer {
	color: #000;
	clear: left;
	text-shadow: #000000 0 0 0;
	padding: 15px;
	font-size: 11px;
	text-align: center;
}

#mail {
	float: left;
}
h2 {
	color: #000;
	font-size: 16px;
}

#heading {
	padding-left: 50px;
	padding-right: 50px;
	color: #6a0b1c;
	font-size: 28px;
	text-shadow: white 0px 0px 0px;
}

#list {
margin-left: 50px;
	margin-right:  50px;
	color: #000;
	text-shadow: #000 0 0 0;
	vertical-align: 2.5px;
	padding-top: 10px;
	font-size: 14px;}