@charset "UTF-8";

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #CCCC99 url(images/basura_body_bg.jpg) repeat-x;
	font-size: 11px;
	font-family: "�q���M�m�p�S Pro W3", meiryo, "���C���I", "�l�r �o�S�V�b�N" ,sans-serif;
}
a:link, a:visited { color: #8b4513; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #330500; text-decoration: none; font-weight: bold; }

img {
border: none;
}

h1 {
	font-size: 18px;
	color: #331a02;
	font-weight: bold;
	background: url(images/basura_h1.jpg) no-repeat;
	height: 27px;
	padding-top: 40px;
	padding-left: 20px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #664606;
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	background: url(images/basura_h2.jpg) no-repeat;
}

#basura_maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	float: left;
	background: url(images/basura_content_bg.jpg) repeat-y;
}

#basura_topsection{
	background: url(images/basura_header.jpg) no-repeat;
	height: 283px; /*Height of top section*/
}

#basura_title{
	margin: 0;
	padding-top: 190px;
	padding-left: 70px;
	color: #b8860b;
	font-size: 20px;
	font-weight: bold;
}

#basura_title_sub {
	margin-top: 10px;
	padding-left: 70px;
	font-size: 12px;
	font-weight: bold;
	color: #191919;
}

#basura_left_column {
	float: left;
	width: 229px;
}
#basura_menu_top {
	float: left;
	height: 33px;
	width: 229px;
	background: url(images/basura_menu_top.jpg) no-repeat;
}
#basura_right_column {
	float: right;
	width: 651px;
	padding-right: 20px;
	font-size: 12px;
}
#basura_left {
	float: left;
	padding: 0px 10px 0px 30px;
	width: 280px;
	border-right: dotted 1px #782609;
}
#basura_right {
	float: right;
	padding: 0px 40px 0px 0px;
	width: 280px;
}


#basura_contact {
	width: 230px;
	height: 96px;
	background: url(images/basura_contact.jpg) no-repeat;
	color: #fff;
	padding-left: 20px;
	padding-top: 15px;
}
#basura_bot {
	float: left;
	height: 22px;
	width: 877px;
	background: url(images/basura_footer.jpg) no-repeat;	
}
#basura_footer{
	float: left;
	width: 100%;
	padding-top: 16px;
	padding-left: 239px;
	height: 31px;
	color: #fff;
	text-align: left;
	background: url(images/basura_footer_bg.jpg) repeat-x;
}
#basura_footer a {
	color: #fff;
	font-weight: bold;
}
.basura_banner {
	margin-top: 20px;
	width: 200px;
}
.basura_menu {
	margin-top: 40px;
	width: 188px;
}
.basura_menu li{
	list-style: none;
	height: 30px;
	display: block;
	background: url(images/basura_menu_bg.jpg) no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 7px;
}
.basura_menu a {
	color: #000;
	text-decoration: none;
}
.basura_menu a:hover {
	color: #b20000;
}

.innertube{
	margin: 40px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}

.post_date {
	color: #177212;
}


