@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: transparent url(images/back.jpg) repeat;
	font:14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}
h1 {
	font-size:20px;
	font-variant:small-caps;
	font-weight:800;
}
h2 {
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	display:inline;
}
a {
	font-variant:small-caps;
	font-weight:700;
	text-decoration:none;
    color:#FFF;
}
a img {border:none;}
a:hover {color:#CCCCCC;}
i { font-size:.8em; }
table { table-layout: fixed}
td {
	vertical-align:top;
	min-width:5em;
	padding-bottom:1em;
	border-bottom:thin;
	border-bottom-color:#FFF;
	border-bottom-style: dotted;
}
.title {
	position:absolute;
	right:20px;
	width:30%;
	z-index:20;
	text-align:center;
}
.title img {
width:100%;
max-width:300px;
}
.menu {
	position:absolute;
	margin-top:50px;
	color:#FFF;
}
.menu a {
    font-size:18px;
    line-height:1.5em;
	margin-left:40px;
	float:left;
	color:#FFF;
	} 
.menu a:hover {color:#CCFF99}
.bar-wrapper {
	width: 100%;
	min-height: 300px;
	padding-bottom:20px;
	z-index:5;
	margin-top:80px;
	position:absolute;
	overflow:hidden;
}
.bar-top {
	background:url(images/bar-top.png) repeat-x 0 0;
	height: 14px;
	width:100%;
}
.bar-bottom {
	background:url(images/bar-bottom.png) repeat-x 0 0;
	height: 14px;
}
.bar-body {
	background:url(images/bar-back.png) repeat 0 0;
	padding: 0 0 10px 0px;
	overflow:hidden;
}
.bar-text {
	margin: 0px 40px;
	padding: 10px 0px;
	color:#FFF;
	width:60%;
	float:left;
}
.right-text{
	width:30%;
	padding:2em 0px;
	float:left;
	text-align:center;
}
.photobar {
	width:100%;
	height:225px;
	margin-top:10px;
	z-index:15;
	overflow:hidden;
	clear:both;
}