* {
	margin: 0;
	padding: 0;
}

html {
overflow-y:scroll }


body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: rgb(64, 64, 64);
	padding: 48px 0;
	background-image: url(bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

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

a  { text-decoration: none; color: #990000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

H1 A {
	
	color: #404040;
}

H1 A:HOVER {
	
	color: #990000;
	text-decoration: none;
}

#all {
	width: 970px;
	position: relative;
	margin: 0 auto;
}

#menu {
	position: absolute;
    width: 300px;
    overflow: auto;
}


#menu H1 {
	
}

.container {
	background-image: url('page2.png');
	padding: 20px;
}


#menu H1 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #e6e5de;
	border-bottom: 1px dotted #b0b0b0;
}

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

#menu ul li.section-title { }

#menu #copyright { 
	margin-top: 50px;
	font-size: 10px;
	color: rgb(128, 128, 128);
}

.shadowleft {
	background-image: url(bottoml.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.shadowright {
	background-image: url(bottomr.png);
	background-position: top right;
	background-repeat: no-repeat;
}


#content {
	width: 640px;
	position: relative;
	left: 330px;
	overflow: auto;
}

#content #pagetitle {
	font-size: 18px;
	margin-bottom: 12px;
}


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

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.pageimg {
	margin-top: 24px;
}

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

#once { clear: left; }
