* {
	margin: 0;
	padding: 0;}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: left;
	font-family:	"Bitstream Vera Sans", Helvetica, Verdana,  sans-serif;
	font-size: .75em;
	color: #4D4D4D;
	}
a {
	color:#000;
	text-decoration:none;}
a:visited {
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
img {
	border:0;
	max-width:98%;
}

#header{
	background: #fff;
	font-size: 24pt;
	font-weight: bold;
	color: #666666;
	padding: 5px;
}
#header  a {
	color: #666666;
}
#header  a:hover {
	color: #666666;
	text-decoration:none;
}
#content {
	margin-right: 220px;
	padding: 10px;
	border-right:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
}
#content p {
	margin-top: 0.3em
}
#content h1 sup {
	font-size:8px;
}
#content h1 {
	font-size:110%;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	color: #444444;
	padding:5px;
}

#content h1 a {
	text-decoration: none;
	color: inherit;
}
#content h1 a:hover {
	text-decoration:underline;}
#content .post {
	padding:5px;
}	
#content .commtag {
	display:block;
	border-top:1px solid #aaaaaa;
	text-align:right;
	padding-right:5px;}
#content .commtag a {
	color:#4D4D4D;}
	
#content .m_planet {
	display:block;
	float:left;
	width:70px;
	text-align:right;
}
#content .m_planet input {
	border:1px solid #aaaaaa;
	background:#fff;
	width:200px;
	text-align:left;
}
#content .post ul,#content .post ol {
	padding-left:20px;
}
#content .commentform {
	width:700px;
	text-align:center;
}
#content .commentform input {
	width:100px;
	border:1px solid #aaaaaa;
	background:#fff;
}
#content .commentform textarea {
	border:1px solid #aaaaaa;
	background:#fff;
	width:100%;
}
#content .feedback {
	text-align:center;
}
#content .feedback input {
	width:200px;
	border:1px solid #aaaaaa;
	background:#fff;
}
#content .feedback textarea {
	border:1px solid #aaaaaa;
	background:#fff;
	width:90%;
}
#menu {
	position: absolute;
	right: 0;
	top: 0px;
	width: 220px; 
	font-size: 90%;
	background: #fff;
	padding: 0px;
	padding-bottom: 15px;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	z-index:100;
}
#menu .logo {
	text-align:center;
	padding:0px;	
}
#menu .logo img {
	float:none;
}
#menu h2 {
	font-size: 110%;
	font-weight: bold;
	text-align:center;
	background-color: #eeeeee;
	color: #444444;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	clear:both;
}
#menu div {
	padding:7px;
}

#menu a {
	color:#616561;

}
#menu input {
	border:1px solid #aaaaaa;
	background:#fff;
	width:80%;
	text-align:center;
}
#menu .center {
	text-align:center;
}
#menu .left {
	text-align:left;
}
#menu .right {
	text-align:right;
}

#foot {
	font-size: 10px;
	background: #fff;
	color: #000;
	padding: 5px;
	border-top: 1px dashed #183533;
}
