html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 0.85em/1.5 Arial, Helvetica, sans-serif;
	color: #999999;
	overflow-x: hidden;
	background: #EEEEEE;
}

a {
    color: #333333;
	text-decoration: none;
}

a:hover {
    color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

p {
    margin-bottom: 15px;
}

/* Header */

#header {
	width: 1680px;
	height: 88px;
	margin: 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}

/* Wrapper */

#wrapper {
	width: 100%;
	background: #EEEEEE url(images/wrapperbg.jpg) top left no-repeat;
	/* height: 383px; */
	position: absolute;
	top: 88px;
	left: 0px;
    z-index:1;
    padding: 0px;
    margin: 0px;
}

/* Page */

#page {
	width: 800px;
	height: 383px;
	background: url(images/middle.jpg) top left no-repeat;
	padding: 0px 0px 0px 98px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#container {
    width: 800px;
}

/* Content */

#content {
	float: left;
	width: 342px;
	text-align: justify;
}

/* Menu */

#menucontainer {
	height: 30px;
	width: 342px;
	margin: 0px;
	padding: 0px;
}

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

ul#menu li {
	display: inline;
}

ul#menu li a {
	display: block;
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
	color: #333333;
}

ul#menu li a:hover {
	color: #000000;
	text-decoration: none;
}


ul#menu li a.first {
	padding: 10px 10px 10px 0px;
}

/* Container for scroll */

#scrollcontainer {
    height: 310px;
    overflow-y: auto;
    clear: both;
    padding: 0 20px 0 0;
    margin: 0px;
    line-height: 14px;
}

/* Sidebars */

#left {
	float: left;
	width: 350px;
	padding: 13px 20px 0px 20px;
}

/* Include id's for all toggle layers here, with commas between. 
	 Set width, left and top */
#lyr1, #lyr2 {
	position: absolute; 
	width: 350px; 
	height:300px;
	visibility:hidden; 
	clear: both;
	padding:0px;
	margin:0px;
}

.title {
    color: #666666;
    width: 350px;
    margin-bottom: 3px;
}

/* projects class for left sidebar layers */
.projects {
    width: 350px;
    margin-bottom: 3px;
}

.projects a {
    color: #333333;
    text-decoration: none;
}

.projects a:hover {
    color: #000000;
    text-decoration: none;
}

/* on class for layer showing */
.projects a.on {
    color: #999999;
    text-decoration: none;
    cursor: text;
}

.projects a.on:hover {
    color: #999999;
    text-decoration: none;
    cursor: text;
}

#right {
	float: right;
	width: 58px;
	padding: 13px 0px 0px 10px;
}

.sidebar {
	float: left;
}

.sidebar ul.projects {
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}

.sidebar ul.projects li {
	float: left;
	margin: 0px 10px 10px 0px;
}

.sidebar ul.projects li.nopad {
	margin-right: 0px;
}

.sidebar ul.projects li.copy {
    font-size: 80%;
    list-style-type: none;
}

.clear {
    clear: both;
}

#loading {
	display: none; 
}

/* Footer */

#footer {
	width: 1680px;
	height: 729px;
	margin: 0px;
    left: 0px;
    top: 471px;
    position: absolute;
    z-index: 0;
    clear: both;
}
