body {
	font-size:100%; 
	font-family:verdana, arial, sans-serif; 
	background:#000000; 
	word-wrap: break-word;
}
.center {
	text-align: center;	
}
#header, #footer {
	background:#000000;
}
#sidebar {
	float:left; 
	width:180px; 
	height:900px; 
	padding:10px; 
	background:#000000;
}
#maintext {
	background:#000000; 
	margin:10px;
}
#wrapper {
	overflow:hidden; 
	background:#000000;
}
.content {
	padding:10px;
}
h2 {
	font-size:20px; 
	margin:0; 
	padding:8px 0; 
	color:#f9972d;
}
h3 {
	font-weight: bold;
}
p, ul, li, td, h3 {
	font-size:12px; 
	line-height:1.5em; 
	margin:0; 
	padding:5px 0; 
	color:#ffffff;
}
a:link { 
	text-decoration: none; 
	color: #abd6f4;
}
a:visited { 
	text-decoration: none; 
	color: #23489e;
}
a:hover { 
	text-decoration: underline; 
	color: #red;
}
a:active { 
	color: #red;
}

#footer p {
	font-size:10px; 
	color:#788386;
}
#sidebar a {
	text-decoration: none; 
	font-size:14px; 
	color:#d4d4d4; 
}
#sidebar img {
	border: none;
}
#sidebar li {
	list-style: none;
}
#floatext {
	background:#000000; 
	padding:3px; 
	border:2px solid; 
	position:absolute; 
	height:auto;
}

.menu_title {
	display: none;
}
img {
	max-width: 90%;
}

@media (max-width: 640px) {
  #sidebar {
  	float: none;
  	display: block;
  	width: auto;
  	height: auto;
  	padding: 0;
  }
  #sidebar h1 {
  	text-align: center;
	margin: 0;
  }
  .menu_title {
	text-align: right;
	padding-right: 10px;
  }
  .sideimage {
  	display: none;
  }
  #sidebar li {
  	display: inline-block;
  	width: 150px;
  	font-size: 0.9em;
  }
  #maintext {
	margin: 0;
  }
  #maintext h2 {
	padding: 0;
  }
  .content {
	padding-top: 0;
  }
  body {
  	margin: 0;
  	padding: 0;
  }
  .fullwidth {
  	width: 90%;
  }
  .vnarrow {
  	width: 15%;
  }
  .narrow {
  	width: 30%;
  }
  .menu_title {
 	display: block;
  }
  .newline {
	visibility: hidden;
	display: block;
	height: 0;
  }
}
