/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Georgia","Times New =
Roman",Times,serif;
	background: #fff;
	overflow-y: hidden;
	background-color: #212121;
}

li.section-title { text-decoration: none; color: black; font-weight: bold; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; background: orange; }

a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; background: white }
a.nav:active {color: white; }

a img { border: none; overflow:hidden;}

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#menu {
    width: 210px;
    overflow: hidden;
    top: 10px;
    bottom: 10px;
	left: 10px;
    position: fixed;
    height: 450px;
	background-color: white;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */opacity:0.8;
  }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0 0 220px;
}

.container {
    padding: 10px 10px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }

#the-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: hidden;
}
#wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
