#site-container {
    width: 940px;
    margin: 0px auto;
}

#content {
    width: 700px;
    float: left;
}

#ad {
    width: 220px;
    background-color: #999999;
    float: right;
}

th{
    text-align:left;
    vertical-align:top;
    width: 170px;
}

td {
    text-align:left;
    vertical-align:top;
}

.post_title {
	text-decoration: none;
	color: black;
    background-color: #c1ff03;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: 30px;
	display: block;
	letter-spacing: -.05em;
}
    
.sub_title {
	text-decoration: none;
    background-color: #c1ff03;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height: 20px;
    display: block;
	letter-spacing: -.05em;
}

.caption {
    float: right;
	font-family: georgia, serif !important;
	font-style: italic;
}

a img {border: none;} 
a:link {text-decoration: none; color: #0cc3ff;}
a:visited {text-decoration: none; color: #0cc3ff;}
a:hover {background-color: black; color: white; }
a:active {text-decoration: none;}
