@charset "UTF-8";
/* CSS Document */

body {
color:#FFF;
background:url(images/bg.jpg) top center #000;
margin:0px;
padding:0px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
height: 100%;
   width: 100%;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
}

a.gray:link {
	color: #999;
	text-decoration: none;
}
a.gray:visited {
	text-decoration: none;
	color: #999;
}
a.gray:hover {
	text-decoration: none;
	color:#FFF;
}
a.gray:active {
	text-decoration: none;
}

#bottom {
position: absolute;
top:440px;
width:100%;
background:#000;
}
#top {
height:420px;
position:absolute;
top:20px;
width:920px;
left:50%;
margin-left:-460px;
}
.maintile {
width:215px;
height:420px;
position:absolute;
top:0px;
left:50%;
}
.tile_title {
background:url(images/black75.png);
font-size:24px;
padding:20px;
font-weight:bold;
}
.tile_container {
position:absolute;
width:215px;
height:400px;
top:0px;
cursor:pointer;
}
.tile_container_over {
width:195px;
height:380px;
border:10px solid #000;
}

#menu {
position:absolute;
width:920px;
left:50%;
margin-left:-460px;
}
#page {
position:absolute;
top:0px;
width:920px;
height:400px;
}
#page_left {
width:215px;
height:400px;
}
#page_right {
width:685px;
height:400px;
overflow:auto;
background:url(images/black75.png);
}
#page_right_content {
}
.textbox {
padding:4px;
border:1px solid #FFF;
background:#333;
color:#FFF;
width:205px;
margin-top:6px;
}
.menu_item {
width:1px;
text-align:left;
font-size:16px;
font-weight:bold;
padding:10px;
font-style:italic;
cursor:pointer;
}
.menu_item_over {
background:#FFF;
color:#000;
text-decoration:underline;
}
.blogtitle {
padding:10px;
font-size:18px;
font-weight:bold;
}
.blogtitle_over {
color:#000;
background:#FFF;
cursor:pointer;
}
.blogtext {
padding-left:30px;
padding-bottom:30px;
}