/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 1.4
     Author: SiC
Last Update: 2005-05-07 11:30:03
==============================================================
*/

/****** General Styles ******/

* {

}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0px;
	padding: 0px;
	
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	}
td {
     word-break: break-all; 
}

a:link{
	text-decoration: none;
	color: #666666;
	margin:0px;
	padding:0px;

}
a:visited{
	text-decoration: none;
	color: #666666;
	margin:0px;
	padding:0px;

}
a:hover {
	text-decoration: underline;
	color:#363636;
	margin:0px;
	padding:0px;

}

img{
	vertical-align: left;
	max-width:auto;
	max-height:auto;
	border: 0px none;

}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #939598;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #333333; 
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #999999;
	color: #666666; 
	background-color: #ffffff;
}
textarea { 
	border: 1px solid #58595B;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #58595B; 
}
select { 
	font-size: 12px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #58595B; 
	background-color: #FFFFFF;
	border: solid 1px #999999;
	
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
	
	}
#innerWrapper {
	/*background-image: url('images/200901.jpg');*/
	background-position: top left;
	background-repeat: repeat-y;
	
	position: relative;
}

#header {

}
#innerHeader {

	}

#footerfooter {
	background-image: url('images/shd-bg3.jpg');
	width: 1000px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	text-align:center;
	height: 73px;
	}
#footer {
	clear: both;
	}
#innerFooter {
	background-image: url('images/shd-bg2.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	height: 30px;
	padding-left: 0px;
	margin:0px;
	color: #999999;
	font-size: 10px;
	text-align: center;
}
#innerFooter a{
text-decoration: underline;
	color: #999999;
}

#innerFooter a:hover{
text-decoration: underline;
	color: #363636;
}


/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-right: 10px;
}

/* header title */
.blog-header {
	width: 1000px;
	padding-left: 150px;
	height: 50px;}
h1 {
	padding: 0px;
	margin: 0px;
	color: #363636;
	
	font-size: 24px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: 363636;
	text-decoration: none;
}
h1 a:hover {
	color: #363636;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: 363636;
}

/* nav menu */
#menu {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 10px;
	height: 44px;
	font-size: 10px;
	background-image: url('images/spline.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

/*	background-color: #f1f1f1;*/
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 8px;
	
	margin: 0px;
	margin-right: 2px;
	border-right: 1px solid #666666;
}
#menu a:link{
	color: #666666;
}
#menu a:visited{
	color: #666666;
}
#menu a:hover{
	color: #363636;
}

/****** Content Layout ******/
#mainWrapper {

/*margin-top: 20px;*/
	width: 1000px;
	
	background-image: url('images/shd-bg.jpg');
	background-position:bottom;
	background-repeat: no-repeat;

	}

/* sidebar */
.sidebar {
	float: right;
	width: 210px;
	margin-right: 15px;
	
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;
}


/* content */

.content {
	width: 960px;
    margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.content-wide {
	width: 1000px;
	margin-left: 20px;
	margin-right: 20px;
}
.content-only {
	margin-left: 10px;
	margin-right: 10px;
}
#innerContent {
	float: left;
	width: 960px;
	margin-left: 0px;
	margin-right: 0px;
	
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	margin-bottom: 10px;
	
	/*background-image: url('images/article-title-bg2.gif');
	background-position: top left;
	background-repeat: no-repeat;*/

	padding:5px;
	color: #666666;
	
}
.panel h5 {
	padding: 4px;
	padding-top: 6px;
	margin: 0px;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	/*background-color:#f1f1f1;*/
	}
.panel-content{
	padding:5px;
	color:#4f4f4f;
	font-size: 11px;
	line-height: 150%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #4f4f4f;
	list-style: square inside;
}
.panel a:hover{
	color: #363636;
}

/* user panel login form */
#loginForm {
	width: 100%;
	font-size: 11px;
}

/* calendar panel */
#calendar {
	width: 200px;
	font-size: 11px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #f1f1f1;
}
.calendar-weekday-cell {
	color: #666666;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #808080;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #808080;
	font-weight:bold;
}
.calendar-today {
	color: #ffffff;
	
	background-color: #363636;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #363636;
}

/* stats panel */
#panelStats .panel-content{
	color: #666666;
}

/****** Search Panel ******/
.search-field { width: 160px; }

/****** Announcement Box ******/
.announce{
	padding-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;	
	}
.announce-content{
	word-wrap: break-all;
	font-size: 12px;
	padding: 0px;
	color: #363636;
	margin: 0px;
}
.announce-time{
	float: center;
	font-size: 10px;
	color: #666666; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	margin-top: 10px;
	margin-left: 0px;
	padding: 5px;
	/*background-color: #f1f1f1;*/
	margin-bottom: 10px;
	text-align:center;
}

/* page links */
.pages {
	//margin-left: 0px;
	font-size: 10px;
	color: #666666;
	
}
.topbtn {
	font-size: 10px;
	color: #666666;
	}
.pagelink-current {
	color: #363636;
	font-weight: bold;
}

.view-mode {
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	background-image: url('images/spline.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.listbox {
	width: 960px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}
.listbox-table {
	width: 960px;
}
.listbox-header {

	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	
}

.listbox-entry2 {
	word-wrap: break-all;
	color: #666666;
	font-size: 10px;
	
}

.listbox-entry3 {
	word-wrap: break-all;
	color: #999999;
	font-size: 10px;
	text-align: center;
	
}

.listbox-entry4 {
	word-wrap: break-all;
	color: #999999;
	text-align: right;
	font-size: 10px;
	
}

.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #939598;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
/*	background-image: url('images/article-top.jpg');
	background-position: top left;
	background-repeat: no-repeat;*/
	
}
.textbox-title{
	color: #333333;
	margin-left: -25px;
	word-wrap: break-all;
	padding-top: 15px;
	/*background-color:#f1f1f1;*/
	padding-left: 25px;
	line-height: 130%;
	font-size: 16px;
	height: 40px;
	background-image: url('images/blog-title.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	}
.textbox-content {
line-height: 160%;

}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #363636;}
	
.textbox-label{

	padding-right: 0px;
	padding-top:2px;
	padding-left: 0px;
	color: #bfbfbf;
	display: block; 
	font-size: 18px;
	height: 51px;
	
}

.textbox-labeltime{
	padding-top: 5px;
	line-height: 120%;
	margin-left:0px;
	padding-left: 0px;
	color: #666666;
	font-size: 11px;
	
}
.textbox-fontsize{
	padding: 0px;
	font-size: 11px;
	color: #363636;
	text-align: right;
}
.textbox-content{
	color: #363636;
	
	word-wrap: break-word;
	padding-top: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.textbox-content a:link,
.textbox-content a:visited,
.textbox-content a:active {
	color: #363636;
}

.textbox-bottom {
	padding: 0px;
	color: #999999;
	border-bottom: 1px dotted #9b9b9b;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	
	font-size: 10px;
}
.textbox-bottom a:hover {color: #363636;}
.textbox-bottom a:link {color: #999999;}
.textbox-bottom a:visited {color: #999999;}
.textbox-bottom a:active {color: #999999;}

.editmark {
	
	margin-top: 5px;
	padding-left: 0px;
	padding-top: 5px;
	color: #999999;
	
	font-size: 10px;
}
.textbox-urls {
	
	margin-top: 10px;
	padding-top: 5px;
	padding-left:0px;
	color: #666666;
	font-size: 11px;

}

/* guestbook entry box */
.gbbox{
	margin-left: 0px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 140%;
	
}
.gbbox-title{
	color: #363636;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 3px;
	
}
.gbbox-title a { 
color: #363636;}
.gbbox-label{
	display: inline;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.gbbox-content{
	
	background-position: top left;
	background-repeat: repeat-x;
	
	word-wrap: break-word;
	padding: 10px;
	
}
.gbbox-reply {
	padding: 10px;
	color: #666666;
	background-color: #f8f8f8;
	padding: 10px;
	margin-top: 10px;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
	
}
.gbbox-reply-label{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{
	margin-left: 0px;
	border-top: 3px solid #363636;
	color: #666666;
	
	background-position: top left;
	background-repeat: repeat-x;
}

/* comments top box */
.comment-top{
	padding: 0px;
	margin: 5px;
	color: #666666;
	font-size: 10px;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
}
.commentbox-title{
	color: #363636;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
	
}

.commentbox-title a{
	color: #363636;
	}


.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 10px;
}
.commentbox-content{
	padding-left: 0px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #666666;
}
.trackbackbox a{
	color: #666666;
}

/* comment form wrapper */
#commentForm {
	
}

/****** normal message box ******/
.messagebox{
	padding-bottom: 50px;
	width: 500px;
	border: solid 1px #f1f1f1;
	
	text-align: center;
}
.messagebox-title{
	padding: 5px;
	color: #363636;
	font-weight: bold;
	/*background-color: #f1f1f1;*/
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #333333;
	text-align: center;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;

}

/****** error message box ******/
.errorbox{
	width: 500px; 
	border: 1px solid #d4d4d4; 
	text-align: center;
}
.errorbox-title{
	color: #ffffff;
	font-weight: bold;
	background-color: #363636;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;

}

/****** Input Form Styles (table) ******/
.contentform {
margin-left: 0px;
margin-right: 0px;


}

.commentboxform {
margin-left: 0px;

}

.formbox{
	clear: both;
	
}
.formbox-comment{
	
	font-size: 11px;
	
	}

.formbox-title,
.formbox-comment-title {
	padding: 5px;
	color: #363636;
	font-weight: bold;
	text-align: center;
	
	/*background-color: #f1f1f1;*/
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:0px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 100%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 5px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
.textbox-title2{
	margin-left: 10px;
	/*background-image: url("images/headbg-2.gif");*/
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding-top: 5px;
	line-height: 150%;
	font-size: 18px;
	height: 50px;
	color: #363636;
	
	}
.textbox-tag{
	margin-left: 0px;
        padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px; 
        margin-bottom: 10px;
	color: #666666;
        line-height: 180%;
}


.textbox-tag a {
	padding-left: 5px; 
	padding-right: 5px; 

	display: block; 
	float: left;
	background: #ffffff;
}
.textbox-tag a:hover{
	color: #363636;
	width: 99%; 
	display: block; 
	background: #f1f1f1
}

.textbox-tags{
		word-wrap: break-word;
		padding: 0px;
		font-size: 11px;
		padding-bottom: 10px;
		color: #666666;
		
}
.textbox-tags a:link {color: #666666;}
.textbox-tags a:active {color: #666666;}
.textbox-tags a:hover {color: #363636;}
.textbox-tags a:visited {color: #666666;}

.tagHot1{
}

.tagHot2{
        font-size: 14px;
}

.tagHot3{
         font-size: 16px;
}

.tagHot4{
	font-weight: bold;
         font-size: 18px;
}

.tagHot5{
	font-weight: bold;
         font-size: 20px;
}

.textbox-relate{
        margin: 0px;
        margin-top: 10px;
	margin-left: 10px;
        background: #f2f2f2;
        padding: 5px;
}
.textbox-relate ul{
	margin: 0px;
	padding: 0px;
	list-style: cycle inside;
}
.textbox-relate li {
    padding-bottom:5px;
}

.imgtag{
        margin:0px;
}

.profilelabel {
	color: #bfbfbf;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 3px;
	background-image: url("images/labelbox.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 18px;
	height: 51px;
}
.profilecontent {
	color: #666666;
	padding:5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.profiletitle {
color: #363636;
font-size: 16px;
line-height: 250%;

}
.profiletextbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding-top: 15px;
	padding-left: 6px;
	line-height: 150%;
	font-size: 16px;
	color: #363636;
	font-weight: bold;
	height: 50px;
	
	}
.gbook a:visited, .gbook a:active, .gbook a:link {
	width: 182px;
	background-image: url("images/gbook.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 33px;
	margin-top: 6px;
	display: block; 
}
.gbook a:hover {
	background-image: url("images/gbook.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 182px;
	height: 33px;
	margin-top: 6px;
	display: block; 
}
.gbookbottom {
	height: 10px;
	margin-top: 2px;
	background-image: url('images/spline.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

}
.navi09 a:link, .navi09 a:visited, .navi09 a:active {
	width: 57px;
	height: 17px;
	background-image: url('images/navi09.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	display: block; 
	
}

.navi10 a:hover{
	width: 90px;
	height: 17px;
	background-image: url('images/navi10.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	display: block; 
	
}

.navi10 a:link, .navi10 a:visited, .navi10 a:active {
	width: 90px;
	height: 17px;
	background-image: url('images/navi10.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	display: block; 
	
}

.navi10 a:hover{
	width: 90px;
	height: 17px;
	background-image: url('images/navi10.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	display: block; 
	
}

.navi01 a:link, .navi01 a:visited, .navi01 a:active {
	width: 68px;
	height: 17px;
	background-image: url('images/navi01.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
	.navi01 a:hover {
	width: 68px;
	height: 17px;
	background-image: url('images/navi01.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi02 a:link, .navi02 a:visited, .navi02 a:active{
	width: 65px;
	height: 17px;
	background-image: url('images/navi02.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
	
	.navi02 a:hover {
	width: 65px;
	height: 17px;
	background-image: url('images/navi02.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi03 a:link, .navi03 a:visited, .navi03 a:active{
	width: 98px;
	height: 17px;
	background-image: url('images/navi03.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
.navi03 a:hover {
	width: 98px;
	height: 17px;
	background-image: url('images/navi03.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi04 a:link, .navi04 a:visited, .navi04 a:active {
	width: 64px;
	height: 17px;
	background-image: url('images/navi04.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
.navi04 a:hover  {
	width: 64px;
	height: 17px;
	background-image: url('images/navi04.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi05 a:link, .navi05 a:visited, .navi05 a:active	{
	width: 84px;
	height: 17px;
	background-image: url('images/navi05.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi05 a:hover {
	width: 84px;
	height: 17px;
	background-image: url('images/navi05.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi06 a:link, .navi06 a:visited, .navi06 a:active	{
	width: 44px;
	height: 17px;
	background-image: url('images/navi06.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
.navi06 a:hover {
	width: 44px;
	height: 17px;
	background-image: url('images/navi06.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi07 a:link, .navi07 a:visited, .navi07 a:active	{
	width: 68px;
	height: 17px;
	background-image: url('images/navi07.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: block; 
	}
.navi07 a:hover {
	width: 68px;
	height: 17px;
	background-image: url('images/navi07.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block; 
	}
	
.navi08 a:link, .navi08 a:visited, .navi08 a:active	{
	width: 62px;
	height: 17px;
	background-image: url('images/navi08.jpg');
	background-position: top center;
	background-repeat: no-repeat;

	display: block; 
	
}
.navi08 a:hover {
	width: 62px;
	height: 17px;
	background-image: url('images/navi08.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

	display: block; 
	
}
.blogtop {
	height: 157px;
	background-image: url('images/blog-top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 30px;

}

.categgg {
	width: 182px;
	height: 33px;
	background-image: url('images/navi00.jpg');
	background-position: top center;
	background-repeat: no-repeat;

	


}
