body {
	font-size: 12px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/bodyback.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
	margin: 0px;
	text-align:center;
}
h1,h2 h3,h4 {
	margin: 0px;
	padding: 0px;
}

h3, h4 {
	font-size: 15px;
	font-weight: normal;
}
#bodybox {
    margin-left:auto;
	margin-right:auto;
	width: 802px;

}
#headtitle {
    margin: 0px;
	padding: 0px;
    width: 802px;
    height: 205px;   
}
#mainback {
	margin: 0px;
	padding: 0px;
	width: 802px;
	background-attachment: scroll;
	background-image: url(../images/mainback.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	text-align:left;

}

/* LEFT */

#leftbox {
    width: 201px;
	float: left;

}
#leftbox #sub {
    width: 190px;
	float: right;

}
.subtitle {
    width: 180px;
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}
.textbox_left{
    width: 180px;
	margin-bottom: 5px;
	padding-right: 5px;
	clear: both;
}
.textbox_left #search{
    width: 180px;
	padding-right: 5px;
	display: inline;
}

/* LIST */

.textbox_left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.textbox_left ul ul{
	margin-left: 15px;
}

.textbox_left li{
	margin-top: 5px;
	list-style-type: none;
	list-style-position: outside;
}

/* TABLE */

table{
    width: 176px;
	border-collapse: collapse;
	float:left;
	background-color: #FFFFFF;

}
th {
	vertical-align: top;
	text-align:center;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	color: #2443A6;
}
th#month {
    width: 176px;
	border: 1px solid #B1B3B3;
	vertical-align: top;
	text-align:center;
	background-color: #B1B3B3;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}
td {
	border: 1px solid #B1B3B3;
	vertical-align: top;
	text-align:center;
	background-color: #FFFFFF;
	font-size: 12px;
}


/* BNR */

.textbox_left #bnr{
    width: 180px;
	clear: both;
}

.textbox_left #bnr a img{
    width: 180px;
	margin-bottom: 5px;
	clear: both;
}

/* RIGHT */

#rightbox {
    width: 591px;
	float: left;
	margin-top: 10px;

}

#rightbox #sub {
    width: 580px;
	float: right;

}

/* TITLE */

.titlebox {
	width: 580px;
	float: left;
	background-attachment: scroll;
	background-image: url(../images/titleback.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.titlebox .sub {
    width: 577px;
	float: left;
}
.titlebox .sub .white {
	width: 574px;
	float: right;
	background-color: #FFFFFF;
}
.titlebox .sub .text {
	font-size: 15px;
	color: #E32D70;
	width: 564px;
	float: right;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

/* TEXT */

.textbox {
	width: 580px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.textbox .date {
	width: 565px;
	float: right;
	margin: 0px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}
.textbox .sub {
	width: 565px;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 7px;
	line-height:1.5em;
}

.textbox .sub p{
/*	line-height:1.5em; */
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
/*	border: 1px solid #e00; */
}

/* LINE */

.linebox {
	width: 580px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* TAB */

.tabbox {
	width: 573px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:right;
/*	float: left; */
/*	border: 1px solid #ee0000; */
}

/* FOOT */

#footline {
    margin: 0px;
	padding: 0px;
    width: 800px;

}
#copyright{
    width: 790px;
    color: #141D77;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}


/* Entry tag display */
div.entry-tags { margin:30px 0 10px 10px; text-align: center;}
ul.entry-tags-list {
    list-style:none;
    margin: 0 0 0 5px;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

h4.entry-tags-header{
	font-size: 10px;
}