body, html {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 10pt;
}

h1,h2,h3 {
	font-family: verdana, arial;
}

img {
	border: 0px;
}

a, a:active, a:visited {
	color: #ff0000;
}

a:hover {
	color: #000000;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#background {
	position: fixed;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	background: url('background.png');
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 850px;
	height: 150px;
	background: url('header.png');
	border-bottom: 2px solid #ff0000;
	margin: auto auto;
}

#pause_link {
	position: absolute;
	top: 5px;
	left: 50px;	
}

#header_title {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 2em;
	font-family: tahoma;
	font-weight: bold;
}

#body {
	position: relative;
	width: 850px;
	text-align: center;
	margin: auto auto;
}

#side_bar {
	width: 200px;
	position: absolute;
	padding-top: 5px;
	border-right: 2px solid #ff0000;
	left: 0px;
}

.button {
	position: relative;
	margin: auto auto;
	margin-top: 5px;
	width: 175px;
	border: 1px solid #66CCFF;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	background: #fff;
	text-align: center;
}

.button_hover {
	background: #D0EFFF;
	cursor: pointer;
}

#side_bar_text {
	border-top: 2px solid #ff0000;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

#side_bar_text p {
	margin: 10px;
	font-size: .9em;
}

#side_bar_text ul {
	margin-left: 0px;
	text-align: left;
	list-style-type: none;
	padding-left: 20px;
}

#main {
	position: absolute;
	left: 200px;
	width: 610px;
	border-left: 2px solid #ff0000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 1.2em;
}

#page_title {
	width: 610px;
	margin: auto auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
	text-align: center;
}

#contact {
	text-align: center;
	color: #ff0000;
	font-size: 110%;
	font-weight: bold;
}

/* Home */

#home_left {
	float: left;
	width: 420px;
	padding-right: 10px;
}

#home_right {
	float: left;
	width: 180px;
	text-align: center;
}

#home_right p:first-child {
	margin-top: 0px;
}

/* Writer */

#writer ul {
	list-style-type: none;
	padding-left: 20px;
}

#writer li {
	margin-bottom: 10px;
}

/* Gallery */

.td-thumbnails-navi {
	display: none;
}

.img-thumbnail {
	border: 5px solid #000000;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.div-thumbnails-caption {
	font-size: .9em;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
  font-family:  arial, verdana, helvetica, sans-serif;
}

.img-folder {
	display: none;
}

.div-galheader {
	margin-bottom: 10px;
	font-size: 14pt;
	font-family: verdana, arial;
}

.td-galitem-icon {
	padding-right: 5px;
}

.td-galitem-title {
	height: 30px;
}

.td-galitem-caption {
	font-size: .8em;
	vertical-align: top;
}

.table-galitem {
	text-align: center;
}

.td-thumbnails-thumb {
	vertical-align: middle;
}