body {
    margin:           20px 0px 20px 0px;
    background: #FD3200 url('/images/background.jpg') no-repeat top left; 
    font:             Normal 16px Helvetica;
    line-height:      18px;
}

#container {
    width:            650px;
    padding:          5px;
    margin:           auto;
    background-color: #fff;
}

.nav {
    position:         absolute;
    top:              200px;    
    border-width:     0px;
}

.promo {
    position:         absolute;
    top:              216px;   
	left:			  194px; 
    border-width:     0px;
}

.footer {
    position:         absolute;
	top: 			  300px;
	left:			  10px;
	width:			  150px;
	border-width:     0px;
	font-size:10px;
	color: #FFFFFF;
}

#content {
    position:         absolute;
    top:              300px;
    left:             300px;
    width:            450px;
	color:#FFFFFF;
}

#content_video {
    position:         absolute;
    top:              250px;
    left:             0px;
    width:            1003px;
	color:#FFFFFF;
}

#sidebar {
    position:         absolute;
    top:              278px;
    left:             25px;
	width:			200px;
    
}

#cur-episode {
	position: absolute;
	top: 350px;
	left: 20px;
	background: url(../images/episode_num.png);
	background-repeat:no-repeat;
	height: 38px;
	width: 200px;
}
#black-box-text {
	position: absolute;
	top: 8px;
	left: 30px;
    font-size: 16px;
	text-decoration:none;
}

h1 {
    margin-top:       0px;
    font-size:        30px;
	color:#FFCC99;
}

h2 {
    margin:           0px;
    font-size:        20px;
	color:#FFCC99;
}

.blog_post {
    border-bottom:    dotted 1px #888;
    margin-bottom:    20px;                
}

.post_date {
    text-decoration:  italic;
    margin-bottom:    10px;
}

.post_control {
    text-decoration:  italic;
    margin-top:       10px;
    margin-bottom:    5px;
}

.title {
    margin-bottom:    2px;
    height:           44px;
    width:            257px;
}

.box {
    /* border:           solid 1px #fff; */
    padding:          5px;
    margin-bottom:    10px;
}

.box a {
    font-size:        11px;
}

.box .seperator {
    background-color: #000;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.comment {
    background-color: #920000;
    padding:          20px;
    margin-bottom:    20px;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #fff;
    background-color: #000;
}

#top_bar {
    position: absolute;
    left: 1000px;
    top: 0px;
    right: 0px;
    background-color: #000;
	background:url('/images/background_h.jpg');
    height: 666px;
}
#side_bar {
	position: absolute;
	left: 0px;
	top: 666px;
	width: 100px;
	background-image: url(/images/background_v.jpg);
	background-repeat: repeat-y;
}

#katakana {
    width: 47px;
    height: 417px;
    position:absolute; left:780px; top:150px;
}


#download_now:hover {
    color: #f40;
}
#podcast {

	position:absolute;
	top:400px;
	left:20px;
	width: 175px;
	}
