@font-face {
    font-family: champagne;
    src: url('fonts/Champagne & Limousines.ttf');
}

body, html {
color: #827b7b;
font-family: arial;
font-size: 12px;
margin:0;
padding:0;
background-color: #ffffff;
/* IE = shit :) */
text-align: center;
align: center;
}

#container {
position: relative;
top: 50px;
margin-top:0;
margin-left: auto;
margin-right: auto;
width: 1024px;
height: 850px;
background: #ffffff url('img/bg.jpg') no-repeat bottom center;
}

.title {
 position: relative;
 height: 58px;
 margin-bottom: 20px;
}

h2 {
 font-size: 58px;
 font-family: champagne, arial;
 text-transform: uppercase;
 margin-top: 0px;
}

.archive_break {
 font-size: 18px;
 font-weight: bold;
 border-bottom: 1px dotted #827b7b;
 margin-bottom: 20px;
}

#left {
position: absolute;
top: 35px;
left: 65px;
font-size: 18px;
text-align: left;
}

#left span {
font-size: 12px;
}

#content_all {
position: absolute;
top: 35px;
left: 350px;
text-align: left;
}

#scrollbar-holder {
	padding-right: 50px;
	height: 400px;
	width: 600px;
}

#content {
margin-right: 35px;
font-size: 12px;
/*height: 400px;
width: 600px;*/
overflow: auto;
}

/*#scrollbar-holder {
	margin-left: 75px;
	padding-right: 50px;
	height: 480px;
}

#content {
	margin-right: 50px;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
}*/


div.photo-group {
	width: 496px;
	margin-bottom: 19px;
	border: 1px solid #ff0000;
}

div.square-photo {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 19px;
	margin-bottom: 19px;
	/*background-color: #f25e45;*/
}

/* ################ scroll bar ################ */

/*.jScrollPaneContainer {
	position: relative;
	top:0px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:	#A58A55;
}
.jScrollPaneDrag {
	position: absolute;
	background: #85553b;
	cursor: pointer;
	overflow: hidden;
}*/

/* ################ scroll bar ################ */

#menu {
 position: relative;
 left: -20px;
}

#menu a {
 font-family: Arial;
 font-size: 16px;
 text-decoration: none;
 margin-bottom: 12px;
}

#menu img {
 padding-bottom: 12px;
}

a {
 font-weight: bold;
 text-decoration: none;
 color: #827b7b;
}
a:hover {
 text-decoration: underline;
}

.tableli {
 margin-bottom: 20px;
 width: 540px;
}

.tableli1tr {
 font-family: arial;
 font-size: 14px;
}

.tablelithleft {
 width: 150px;
 text-align: left;
 border-bottom: 1px dotted #827b7b;
 padding-bottom: 5px;
 padding-right: 10px;
}
.tablelithright {
 text-align: left;
 /*border-bottom: 1px dotted #827b7b;*/
 padding-bottom: 5px;
}

.tableli2tr {
 font-family: arial;
 font-size: 12px;
 vertical-align: top;
}

.tableli2tr td {
 padding-top: 10px;
 border: 1px;
}

table {
	font-size: 12px;
}

iframe {
	padding-bottom: 20px;
}
