* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	background: #fff;
}

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

#d-thumbs {
   padding: 0px;
   margin: 0px;
   margin-bottom: 5px;
}

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #fff; background: #a0a0a0; }

a img { border: none; }

#header {
	width: 500px;
	height: 50px;
	padding-left: 60px;
	margin: 50px 0px 0px 0px;
}

#menu {
	margin: 100px 0px 0px 0px;
	width: 215px;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	padding-left: 60px;
}

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

#menu ul li.section-title {
    border-bottom: 1px dotted black;
    border-width: 70%;
    color: #000;
    margin: 0 50px 5px 0;
}

#content {
    height: 100%;
    margin: 30px 0px 0px 275px;
    top: 0;
}

.container {
    padding: 0px 5px 15px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0px 0px 0px 4px; padding: 0; }
#img-container p	{ width: 850px; margin: 0; }
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }