body {
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
#main {
	background-color: #000000;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	border: 0;
	border-bottom: 3px solid #333333;
	background-color: #000000;
	margin: 0;
	padding: 0;
	height: 230px;
}
#sideleft {
	background-color: #000000;
	float: left;
	width: 180px;
	margin: 0;
	padding: 1em;
}
#sideright {
	background-color: #000000;
	float: right;
	width: 250px;
	margin: 0;
	padding: 1em;
}
#blog {
	background-color: #000000;
	margin-left: 210px;
	margin-right: 260px;
	padding: 1em;
}
#footer {
	border-right: #000000 1px solid; 
	padding-right: 6px; 
	border-top: #000000 0px solid; 
	padding-left: 0px; FONT-SIZE: 7pt; 
	padding-bottom: 6px; 
	border-left: #000000 0px solid; 
	color: #000000; PADDING-TOP: 6px; 
	border-bottom: #000000 1px solid; 
	font-family: verdana; resize: no;
}
h1 {
	font: 16px Verdana;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
h2 {
	font: 12pt Arial;
	color: #666666;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h3, h3 a {
	font:18pt Helvetica, Arial, sans-serif;
	color: #fcfcfc;
	font-weight: bold;
	border-bottom: 5px solid #00626f;
	margin-top: 0;
	letter-spacing: -0.5px;
}
h4 {
	font: 12pt Arial;
	color: #ffffff;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
a:link{
	color:#007c8d;
	font-weight:bold;
	text-decoration: none;
}
a:visited{
	color:#007c8d;
	font-weight:bold;
	text-decoration: none;
}
a:active{
	color:#007c8d;
	font-weight:bold;
	text-decoration: none;
}			
a:hover{
	color:#00b0c7;
	font-weight:bold;
	text-decoration: underline;
}
.date {
	font-size: 7pt;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 20px;
}
.post {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p.post {
	text-indent: 1em;
}
.sidecontent {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #bfbfbf;
	padding: 0;
	margin-bottom: 20px;
}
form {
	padding-top: 2px;
	margin-top: 0;
}
input {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #de4885;
}
textarea {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #de4885;
	margin-top: 2px;
	width: 100%;
}
input.submit {
	border: 1px solid #de4885;
}
ul.music {
	list-style: disc url(audio.gif) inside;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/************************************************
 *	Extra													*
 ************************************************/
code{
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
	display:block;
	padding:5px;
	background-color: #eee;
	border: 1px solid #d3d3d6;
}
blockquote {
	border-left: 3px solid #686868;
	color: #888;
	padding-left: 8px;
	margin-left: 25px;
}
a img {
border: 1px solid #666666;
}

