@import url(reset.css);

body {
	font-family: verdana;
	font-size: 0.7em;
	background: #000;
	color: #bbb;
	}
	
body.blog  {
	line-height: 1.8;
	}
	
body.side  {
	text-align: center;
	line-height:1.5;
	}

a:link, a:visited, a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
	color: #bbb;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	}
#frame {
	width: 1000px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	}
	
#frame .header {
	position: relative;
	top: 20px;
	width: 1000px;
	}

#frame .main {
	position: relative;
	top: 30px;
	left: 20px;
	width: 540px;
	background: #000;
	border-left: 2px solid #111;
	border-right: 2px solid #111;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
	
#frame .right {
	position: relative;
	width: 200px;
	float: left;
	text-align: left;
	}
	
.right #righttop {
	position: relative;
	top: 30px;
	left: 35px;
	width: 200px;
	height: 220px;
	float: left;
	text-align: left;
	}
	
.right #righttop .alignright {
	text-align: right;
	}
	
.right #rightbottom {
	position: relative;
	top: 60px;
	left: 35px;
	width: 200px;
	height: 350px;
	float: left;
	text-align: left;
	}

td.iframe {
	background: #000;
	height: 210px;
	width: 200px;
	border-bottom: 1px solid #111;
	}

.announcement {
	font-size: 1.2em;
	color:#eee;
	}
	
.date {
	color:#888;
	font-size: 0.9em;
	}
	
.title {
	color:#eee;
	font-size:1.25em;
	}


	
