body {
	width: 100%;
	margin: auto;
	font-size: 12pt;
	font-family: "Lucida Grande", Tahoma;
	font-weight: normal;
	font-variant: normal;
	color: #333333;	
}

html {
	overflow: scroll;
	overflow-x: hidden;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.header {
	background: #333333;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 999;
}

.logo {
	float: left;
}

a {
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: auto;
	color: #333333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: auto;
}

h1 {
	border: 0;
	padding: 0;
	margin: auto;
}

.menu {
	background: #b9b9b9;
	width: 100%;
	height: 40px;
	top: 100px;
	position: fixed;
	z-index: 999;
}

.content {
	background: #ffffff;
	width: 100%;
	top: 138px;
	position: relative;
}

h2 {
	border: 0;
	padding: 0;
	margin: auto;
}

div.bottombar{ /* bar that runs across the bottom of the menu */
height: 5px;
background: #000000;
}

ul.semiopaquemenu { /* main menu UL */
font-family: "Lucida Grande", Tahoma;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
font-variant: normal;
letter-spacing: 0.1em;
width: 900;
background: #b9b9b9;
padding: 11px 0 8px 0; /* padding of the 4 sides of the menu */
margin: 0;
text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.semiopaquemenu li{
display: inline;
}

ul.semiopaquemenu li a{
color: #3b3b3b;
padding: 36px 38px 36px 38px; /* padding of the 4 sides of each menu link */
margin-right: 15px; /* spacing between each menu link */
text-decoration: none;
}

ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected{
color: black;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow: 0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
padding-top: 12px; /* large padding to get menu item to protrude upwards */
padding-bottom: 8px; /* large padding to get menu item to protrude downwards */
}

p {
	text-indent: 50px;
}

	
