ul {
	margin: 6px;
	list-style: none;
	padding: 2px;
}
li {
	padding: 2px;
}

code {
	font-family: monospace;
	font-size: 9pt;
	color: #465B6E;
	whitespace: pre;
}

form {
	margin: 0px;
}

h2 {
	font-family: arial, helvitca, verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #AAAAAA;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
}

a {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: arial, helvitca, verdana;
	font-size: 9pt;
	color: #333333;	
	background: # F6F6F6;
}

div#homepage_main_box {
	z-index: 5;
	width: 260px;
	border: 1px solid #666;
	margin: 0 auto;
	margin-top: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	padding: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
div#main_box {
	z-index: 5;
	width: 260px;
	border: 1px solid #666;
	margin: 0 auto;
	margin-top: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	padding: 10px;
	text-align: left;
}
div#title {
	color: #DDDDDD;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	margin-top:50px;
}

a.title {
	color: #ddd;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
a.title:hover {
	text-decoration: underline;
}

span.date {
	font-size: 9pt;
	color: red;
}
	
div#nav {
	z-index: 10;
	font-size: 8pt;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #f90;
	width: 260px;
	color: white;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 10px;
}

div#nav a {
	color: white;
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: underline;

}

div.comment_bar {
	background: #eee;
}
