/* CSS Document */

body {
	background-color:#eee;
	font-family:verdana,sans-serif;
	font-size:10pt;
	margin-left:50px;
	padding:0;
	}
	
#wrapper1 {

	position:relative;
	text-align:left;
	width:100%;
	margin:20px auto;
	width:820px;
	}
	
#wrapper2 {
	border:1px solid #333;
	position:relative;
	text-align:left;
	width:100%;
	background: white;
	background: url(NULL) top left repeat-y;
	}
	
#header {
  border:1px solid #333;
  color:white;
  background-color:#35a;
  
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  height:50px;
  background-image:url("background.png");
  background-repeat:repeat-x;
  width:800px;
  margin: auto;
	}
	
#header h1 {
	font-size:150%;
	margin:12px 5px;
	}
	
#maincol {
	position:relative;
	margin:0;
	padding:5px;
	min-height: 300px;
	}
	
#leftcol { 
	background-color:#eee;
	position:relative;

	float:left;
	width:128px; /* actual value */
	margin:0 0 -10px 0;
	padding:5px;
	z-index:100;
	min-height: 300px;
	}
#rightcol {
	position:relative;
	float:right;
	width:120px; /* actual value */
	margin:0 0 -10px 0;
	padding:5px;
	background-color:#eee;
	z-index:99;
	min-height: 300px;
	border:1px solid #ccc;
	}
	
#centercol {
	
	position:relative;
	margin-left: 142px;
	margin-right: 134px;
	background: white;
	padding:10px;
	border:1px solid #ccc;
	}
	
#footer {
	position:relative;
	top:1px;
	background:#eee;
	width:818px;
	clear:both;
	margin:0;
	padding:1px;
	text-align:center;
	color:#CCC;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid black;
	}

#menu {
  list-style-type:none;
  border-top:1px solid #ccc;
  float:left;
  width:128px;
  margin:10px 0;
  padding:0;
}

#menu li {
  text-align:center;
  padding:7px;
  border-bottom:1px solid #ccc;
}

#menu li:hover {
  background-color:#37c;
}

#menu a {
  color:#06c;
  text-decoration:none; 
}

#menu li:hover a {
  color:white;
}

code,pre {
  font-family:"courier new",courier,monospace;
  color:#06c;
  padding:5px;
}

a:link, a:visited, a:active, a:hover {
  color:#06c;
  text-decoration:none;
  font-weight:normal;
  font-size:12px;
}

a:active, a:hover {
  text-decoration:underline;
}

#content li {
  margin-bottom:7px;
}