html, body {
	height: 100%;
}

#main {
	margin: 0 auto;
	width: 950px;
	min-height:100%;
	bottom:50px;
	height: 100%;
	min-width:950px;
	overflow:auto;
	}

.menu {
	position:absolute;
	max-height:100%;
	float: left;
	width: 200px;
}

.contents {
	max-height: 100%;
	float: right;
	width: 740px;
	font-size:12px;
	height: 100%;
	padding-left:10px;
	border-left: 1px solid #000;
}

#whatsnew table {
	font-size: 12px;
}

#menulist {
	width: 190px;
}

a.menuleft {
	background-image: url("../img/menu_bg.png");
	background-repeat: no-repeat;
	background-position: -42px -47px;
	padding-top: 48px;
	width: 118px;
	height: 117px;
	overflow: hidden;
	text-align: center;
	display: block;
}

a.menuright {
	background-image: url("../img/menu_bg.png");
	background-repeat: no-repeat;
	background-position: -42px -47px;
	padding-top: 50px;
	width: 118px;
	height: 117px;
	overflow: hidden;
	text-align: center;
	margin-left: 80px;
	display: block;
}

@font-face {
	font-family: "Orbitron";
	src: url("../font/Orbitron Light.ttf");
}

#title {
	font-family: "Orbitron";
	font-size: 40px;
	text-align: center;
}

#profile {
	font-size: 12px;
	position:absolute;
}

#profile .picture {
	float: left;
	width: 200px;
	height: 200px;
}

#profile .prof {
	float: right;
	width: 540px;
	height: 200px;
	text-align: left;
}

#profile .intro {
	margin-top:50px;
	width:700px;
	height: auto;
	padding-bottom:50px;
}

#bar {
	width: 680px;
	height: 50px;
	background-image: url('../img/blog_bar.png');
	margin-bottom: 5px;
}

#bar .bartext {
	padding:1.3em 0;
}

h1 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: 19px;
}

h1:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}

ul.member {
	margin:0;
	padding:0;
    width:100%;
	display: inline;
	list-style:none;
}

ul.member li {
	display: inline-table;
	width: 150px;
	height: 100px;
	text-align:center;
	border:1px solid #ccc;
	margin-bottom:5px;
	margin-right: 10px;
	color:#000;
}

ul.member li:hover {
	background: #ccc;
}

.date {
	text-align: right;
	font-size: 14px;
	color: #f99;
}

.page {
	font-size:16px;
	text-align: center;
	margin-bottom: 10px;
}

.page a {
	border: 1px solid #9cc;
	padding: 0.3em;
	margin-right: 4px;
}

.page a:hover {
	text-decoration: none;
}

.page .selected {
	border: 1px solid #9cc;
	padding: 0.3em;
	margin-right: 4px;
}

.about {
	line-height: 2.5;
	font-size: 16px;
}

h2 {
	font-family: "Orbitron";
	font-size: 26px;
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #0ff;
	border-left: 10px solid #0ff;
	padding-left: 5px;
}

h3 {
	color:#ccc;
	font-size:22px;
	border-left: 10px solid #ccc;
	padding-left: 5px;
}

h4 {
	color:#000;
	font-size:16px;
	border-bottom: 1px solid #ccc;
	}

h5 {
	font-family: "Orbitron";
	font-size: 26px;
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #0ff;
	border-left: 10px solid #0ff;
	padding-left: 5px;
}
table.blogentry {
	width: 680px;
	font-size: 16px;
	border-collapse: collapse;
}

table.blogentry th {
	color: #fff;
}
table.blogentry th + th {
	border-left: 3px solid #ccc;
}

table.blogentry td {
	background: #fff;
	padding: 0.5em 0 0.5em 0;
	text-overflow: ellipsis;
}

table.blogentry tr + tr {
	border-top: 1px solid #ccc;
}
table.blogentry a:hover {
	text-decoration: none;
}

#footer {
	height:2em;
	background: #ccc;
	text-align: center;
	border: 1px 0 solid #0cc;
}

.righttext {
	padding-top: 0.8em;
	font-size: 11px;
}