body {
	margin: 0px;
	padding: 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;

}


#header {

	height: 200px;
	border-bottom : 1px solid #222222;
	text-align:right;
	padding-right:20px;

}



#menu {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 15px 5px 5px 5px;
	width: 200px;
	border: 1px dashed #000000;
	background-color:#ffffff;

}

#images {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 50px;
	border: 1px dashed #000000;
	background-color:#eeeeee;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#444444;
}

a.menuitem {
	width: 180px;
	height: 15px;
	border: 1px solid #222222;
	margin: -8px 2px 0px 2px;
	padding: 2px 2px 2px 5px;
	color: #000000;
	display: block
}

* html a.menuitem {
	width: 180px;
	height: 20px;
	border: 1px solid #222222;
	margin: -8px 2px 0px 2px;
	padding: 2px 2px 2px 5px;
	color: #000000;
	display: block
}

a.blue {
	background-color:#99cccc;
}
a.yellow {
	background-color:#ffff66;
}

a.on {
	font-weight: bold;
}

a.menuitem:hover {
	background-color:#eeeeee;
}

#content {
	margin-left:240px;
	margin-right:100px;
	line-height:20px;
}

p {
	text-align:justify;
	text-indent:10px;
}
p.title {

	border: 1px solid #222222;
	padding:5px;
	margin-top:10px;
	background-color:#eeeeee;
	font-weight:bold;
}

#footer {

	height: 18px;
	background-color:#ffffff;
	border-top : 1px dashed #222222;
	text-align:right;
	filter: alpha(opacity=50);
	-moz-opacity: 50%;
}

.postdate {

	background-color:#eeeeee;
	padding-right:10px;
	border-top: 1px dashed #222222;
	border-left: 1px dashed #222222;
	border-right: 1px dashed #222222;
	font-size: 9px;	
	text-align: right;
	text-transform:lowercase;
	display:block
}

.posttitle {

	background-color:#ffffff;
	padding-left:10px;	
	border: 1px dashed #222222;
	font-weight: bold;
	display:block
	
}

.postbody {

	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px;
	line-height:18px;
	text-align: justify;
	border: 1px dashed #000000;
	background-color:#ffffff;
	filter: alpha(opacity=70);
	-moz-opacity: 70%;

}

.postbodynotop {

	margin-top: 0px;
	margin-bottom: 30px;
	padding: 5px;
	line-height:18px;
	text-align: justify;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color:#ffffff;
	filter: alpha(opacity=70);
	-moz-opacity: 70%;
}

.lyric {
	padding-left:10px;
}

.postbyline {
	padding-left:20px;
	text-transform:lowercase;
}

.tracklistitem {

	line-height:12px;
	height:14px;
	border: 1px solid #222222;
	margin: -1px;
	padding: 4px;
	color: #000000;

}

.tracklistitem:hover {
	background-color:#ffffff;
}

img {
border: 1px solid #000000;
margin: 2px;
}


.sayitform {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
}

.InputBox {
	width:200px;
}

.TextBox {
	width:200px;
	height:60px;
}

.InputButton {

}
