/* CSS Document */

body {
	margin: 0px;
	background: #000 url(bg_lightbulb.jpg) no-repeat left top;
	font: 10pt/14pt georgia;
	color: #FBFED0;
	width: 100%;
	}
	
h1 {
	font: 12pt/20pt arial;
	font-weight: bold;
	color: #563F36;
	border: 1px solid #3E2D26;
	padding-left: 3px;
	text-align: center;
	}
	
h2 {
	font: 14pt/18pt georgia;
	font-weight: bold;
	color: #FBFED0;
	}
	
table {
	font: 10pt/14pt georgia;
	color: #FBFED0;
	}

/* positioning divs */

#container {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	}
	
#colLeft {
	float: left;
	font: 12pt/20pt arial;
	margin-top: 300px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#colMain {
	float: left;
	width: 40%;
	margin-top: 180px;
	padding-bottom: 15px;
	}
	
#colRight {
	float: left;
	width: 25%;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 0;
	}
	
#footer {
	clear: both;
	font: 8pt/10pt georgia;
	color: #563F36;
	font-weight: bold;
	margin-left: 200px;
	margin-bottom: 8px;
	}
	
/* general links */

a:link, a:visited {
	color: #FBFED0;
	border-bottom: 1px dashed #FBFED0;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #000;
	border: 1px dashed #FBFED0;
	background: #FBFED0;
	text-decoration: none;
	}	
	
/* menu link */
#colLeft ul {
	list-style: none;
	margin-left: 10px;
	padding: 0px;
	}

#colLeft ul li {
	margin: 0;
	padding-left: 10px;
	width: 120px;
	border-bottom: 1px solid #3E2D26;
	}
	
#colLeft ul li a { 
	text-decoration: none;
	font-weight: bold;
	color: #563F36;
	border: 0;
	}
#colLeft ul li a:hover, #colLeft ul li a:visited { 
	text-decoration: line-through;
	border: 0;
	background: none;
	}
	
#colLeft a:link, #colLeft a:visited, #colLeft a:hover, #colLeft a:active {
	text-decoration: none;
	border: 0;
	background: none;
	}

	
/* footer links */
#footer a:link {
	color: #563F36;
	text-decoration: none;
	border-bottom: 1px dashed #563F36;
	}

#footer a:hover {
	color: #000;
	background: #563F36;
	border: 0;
	}

/* classes */

.brown {color: #563F36;}