body {
	background-image: url(img/aqua.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: verdana;
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.border_left {
	width: 100%;
	background-image: url(img/border_left.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.border_right {
	width: 100%;
	background-image: url(img/border_right.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#title_adjustment {
	padding-top: 5px;
}
#image_title {
	width: 600px;
	height: 120px;
	border: 1px dashed #000000;
}
.content_border {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
#title2 {
	height: 31px;
	width: 100%;
	background-image: url(img/title2_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#title {
	overflow: hidden;
	height: 134px;
	width: 100%;
	background-image: url(img/title_background.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
#title2_left {
	width: 100%;
	height: 31px;
	background-image: url(img/title2_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#title2_right {
	margin-left: 74%;
	width: auto;
	height: 31px;
	background-image: url(img/title2_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#title2_end {
	width: 100%;
	height: 31px;
	background-image: url(img/title2_end.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#content {
	width: 100%;
	background-image: url(img/sidebar_background.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
#bloglist {
	border-right: 1px solid #A4A1A4;
	background-image: url(img/content_background.gif);
	background-repeat: repeat;
	background-position: 0 0;
	width: 73%;
	float: left;
	text-align: left;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}
#sidebar {
	text-align: left;
	padding-top: 20px;
	margin-right: 0px;
	width: 26%;
	font-size: 0.8em;
	float: left;
}
#dummy {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#border_left_head {
	width: 100%;
	height: 24px;
	background-image: url(img/border_left_head.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#head {
	width: 100%;
	height: 24px;
	background-image: url(img/head_background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#head_border {
	margin-left: 19px;
	margin-right: 19px;
	width: auto;
}
#border_right_head {
	width: 100%;
	height: 24px;
	background-image: url(img/border_right_head.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#head_left {
	width: 100%;
	height: 24px;
	background-image: url(img/head_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#head_right {
	width: 100%;
	height: 24px;
	background-image: url(img/head_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#cumulative_border {
	min-width: 640px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}
#footer_left {
	background-image: url(img/footer_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 22px;
}
#footer_border {
	margin-left: 27px;
	margin-right: 27px;
	width: auto;
}
#footer_right {
	width: 100%;
	background-image: url(img/footer_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 22px;
	font-size: 11px;
}
#footer {
	background-image: url(img/footer_background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	height: 22px;
}
.inner_border {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 13px;
}
.inner_border2 {
	padding-left: 10px;
}
.blog_entry {
	background-image: url(img/blog_entry.gif);
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px solid #A4A1A4;
	padding: 5px 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}
.blog_entry table.center td {
	border: transparent;
}
.errorblock {
	color: red;
	text-align: center;
}
.navi_bottom {
	line-height: 16px;
	background-image: url(img/comment_entry.gif);
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px solid #A4A1A4;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
}
/*.quote {
	margin-left: 5px;
	margin-right: 15px;
	padding-left: 5px;
	color: #737373;
	border-left: 5px solid #D3D3D3;
	margin-top: -5px;
	margin-bottom: -5px;
}
.definition {
	font-style: normal;
	border-bottom: 1px dotted #000000;
	cursor: help;
}
.abbreviation {
	font-style: normal;
	border-bottom: 1px dashed #000000;
	cursor: help;
}
.acronym {
	font-style: normal;
	border-bottom: 1px dashed #000000;
	cursor: help;
}
*/
.entries_start {
	display: none;
}
/*.variable {
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	font-family: courier, fixed, monospace;
}
*/
.list {
	margin-top: -10px;
	margin-bottom: 0px;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
}
.list_entry {
	margin-top: -13px;
	margin-bottom: -13px;
}
.navi_left {
	margin-bottom: 10px;
	text-align: center;
}
input, select, textarea {
	border: 1px solid #A4A1A4;
	background: #F2F2F2;
}
input, textarea {
	color: #2F5073;
}
.title_link {
	color: black;
}

