body {
	background-color:		#3c3a37;
	font-size:				12pt;
	font-family:			Arial;
	color: #616667;
	margin: 0px;
}

#content {
	background-image: url(images/sidebar.png);
	background-position: top right;
	background-repeat: repeat-y;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1000px;}

#left-nav {
	width: 228px;
	font-family: Arial;
	font-size: 20pt;
	padding-top: 113px;
	padding-left: 7px;
	}

#left-nav ul {
	margin: 0px;
	list-style-type: none;
	}

#left-nav ul ul li {
	text-align: right;
	margin: 0px;
	}

#left-nav ul ul li {
	font-size: 15pt;
	text-align: left;
	margin: 0px;
	list-style-type: square;
	}

#left-nav ul a:link { color: #6a6667;
	text-decoration: none; 
	}

#left-nav ul a:visited { color: #6a6667;
	text-decoration: none; }
	
#left-nav ul a:active { color: #dd9408;
	text-decoration: none; }

#left-nav ul a:hover { color: #dd9408;
	text-decoration: none; }
	

#right-box {
	border-left: 2px solid #dd9408;
	width: 772px;
	position: relative; 
	float: right;
	text-align: left;
	}

#logo h1 {
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	}

	
#text-screen {
	background-color: #c7d1d3;
	width: 560px;
	margin-top: 20px;
	margin-left: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#text-screen h2 {
	margin:20px;
  	font-size: 14pt;
  	}

#text-screen p {
	margin:20px;
  	}
  	
#text-screen p img {
	border: 1px solid #363a37;
	}
 	
  
 #copyright {
 	margin-top: 20px;
 	text-align: center;
 	margin-bottom: 20px;
 	}
	


	
a:link { color: #dd9408;
	text-decoration: none; 
	}

a:visited { color: #dd9408;
	text-decoration: none; }
	
a:active { color: #dd9408;
	text-decoration: none; }

a:hover { color: #00adce;
	text-decoration: none; }
	
.dividing-line {
	width: auto;
	height: 2px;
	background-color: #dd9408;
	margin: 50px 10px;
	}

