@CHARSET "UTF-8";

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

html,body {
	font-size: 13px;
	background: url(/images/bg.jpg) repeat-x 0 0;
	background-color: #0F0E0E;
	height: 100%;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

div,p,h1,h2,h3,h4,a {
	color: #aaaaaa;
}

h1,h2,h3,h4 {
	color: #bababa;
}

p {
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: #f1f1f1;
}

p a:hover {
	text-decoration: underline;
}

br {
	margin: 0;
	padding: o;
	line-height: 0;
}

#page {
	position: relative;
	min-height: 100%;
	width: 1000px;
	min-height: 100%;
	background: url(/images/page_bg.jpg) no-repeat 0 286px;
	background-color: #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	background: url(/images/header.jpg) no-repeat center;
	width: 100%;
	height: 286px;
}

#navi {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: -38px;
}

#navi table {
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: 0;
}

#navi table tr {
	margin: 0;
	padding: 0;
}

#navi .submenu {
	position: absolute;
	bottom: 36px;
	height: 200px;
}

#navi .submenu ul {
	position: absolute;
	bottom: 1px;
	list-style: none;
}

.subbutton {
	padding: 0;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	display: block;
	text-decoration: none;
	width: 132px;
	height: 31px;
	border: 0;
	text-align: center;
	line-height: 29px;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
}

.subbutton:hover {
	color: #111111;
	background-color: #ffffff;
	text-decoration: none;
}

.button {
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	display: block;
	color: #848484;
	text-decoration: none;
	width: 132px;
	height: 35px;
	border: 0px;
	margin-left: 1px;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	background-color: #2f2f2f;
}

.button.first {
	margin-left: 0;
}

.button:hover {
	color: #ffffff;
	background-color: #505050;
	text-decoration: none;
}

/* breadcrumbs */
#breadcrumbs {
	position: relative;
	top: -20px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 46px;
	padding: 0px;
	text-align: left;
	padding-left: 100px;
}

#breadcrumbs li {
	display: inline;
	list-style: none;
	padding: 0px;
	font-size: 10px;
}

#breadcrumbs li a {
	color: #aaaaaa;
}

#breadcrumbs li img {
	position: relative;
	bottom: -4px;
	margin-left: 2px;
	margin-right: 1px;
}

#content {
	margin: 0 auto;
	width: 676px;
	text-align: center;
	padding-bottom: 100px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

.embedded_object {
	margin-bottom: 24px;
}

.gallery_list {
	list-style: none;
	width: 412px;
	margin: 0 auto;
}

.gallery_list img {
	float: left;
	margin: 4px;
	margin-right: 30px;
}

.gallery_list li {
	background-color: black;
	border: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.gallery_list li p {
	text-align: left;
	margin: 0;
	padding: 16px;;
	vertical-align: middle;
}

.gallery_index {
	list-style: none;
	width: 408px;
	margin: 0 auto;
}

.gallery_index li {
	display: block;
	width: 132px;
	height: 132px;
	margin: 2px;
	margin-bottom: 6px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	line-height: 130px;
	background-color: black;
}

.gallery_index li img {
	vertical-align: middle;
	padding: 0px;
	border: 0px;
}

.single_picture td a {
	font-size: 15px;
}

.single_picture img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cb {
	margin: 0 px;
	padding: 0;
	clear: both;
}

.cl {
	margin: 0 px;
	padding: 0;
	clear: left;
}

.cr {
	margin: 0 px;
	padding: 0;
	clear: right;
}