@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #00adec;
	font-size: 88%;
}

a {color: #ff9900; text-decoration: none;}
a:hover {color: #cccccc;}
img {border: 0; margin: 0;}

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

#container {
	position: relative;
	width: 988px;
	height: 890px;
	background: url(../images/tv.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}

#nav ul {
	position: absolute;
	top: 187px;
	left: 100px;
	list-style: none;
}

#nav ul li {
	float: left;
	margin-right: 3px;
}

#wrapper {
	position: absolute;
	top: 300px;
	left: 50px;
	width: 770px;
	height: 470px;
	overflow: scroll;
}

#sidebar {
	float: right;
	width: 160px;
	display: inline;
	padding-right: 10px;
}

.mds {
	background: url(../images/midashi.png) left center no-repeat;
	font-size: 90%;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 17px;
	overflow: hidden;
}

.title, #page-title {
	background: url(../images/list.gif) left center no-repeat;
	font-size: 120%;
        margin-bottom: 5px;
	padding-left: 20px;
	line-height: 17px;
	overflow: hidden;
}

.sidemenu {
	list-style: none;
	width: 145px;
	margin-bottom: 30px;
	padding: 0 0 0 15px;
}

.sidemenu li {
	font-size: 83%;
	margin: 0 0 5px 0;
}

#content {
	float: left;
	width: 560px;
	display: inline;
}

.entry {
	background: url(../images/line.png) left bottom no-repeat;
	margin-bottom: 40px;
	padding-bottom: 40px;
        font-size: 90%;
}

#content p.posted {
	width: 540px;
	margin: 0 0 10px 10px;
	font-size: 83%;
	color: #336699;
}

#content p.entryBody {
	width: 540px;
	margin: 0 0 0 10px;
	font-size: 78%;
	color: #333333;
}

#footer {
	clear: both;
	text-align: center;
}

#footer address {
	font-style: normal;
	font-size: 68%;
	color: #999999;
}
