@charset "utf-8";
* { margin:0; padding:0}

html 
{ 
	height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#534e4c;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#fff;
	line-height:18px;
}

p {
	text-indent:30px;
	margin-bottom:15px;
	text-align:justify;
		
}
h1 {
	font-size:23px;
	font-weight:bold;
	font-variant:small-caps;
}

h3 {	
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
* html #page {
	height: 100%;	
}
#page
{
	width:100%;
	min-height: 100%;
	background-image:url(img/tlo_page.png);
	background-repeat:repeat-y;	
}
#page #left
{
	float: left;
	width: 297px;
	min-height: 100%;
}

#page #main
{
	min-height: 100%;
	margin-left:297px;
	background-image:url(img/tlo_main.jpg);
	background-repeat:no-repeat;
	letter-spacing:1px;
}
.main_header
{
	height: 40px;
	width:700px;
	/*border:1px solid black;*/
}
.top_title
{
	width:100%;
	background-image:url(img/top_line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:3px;
	margin:15px 0 15px 0;
}
.footer
{
	text-align:center;
	color:#afafaf;
	background-image:url(img/bottom_line.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
.rights
{
	text-align:center;
	color:#888;
	font-size:10px;
	padding-top:5px;
	line-height:14px;
}
.tiny
{
	color:#888;
	font-size:10px;
	padding-top:5px;
	line-height:14px;
}
.footer a, .footer a:active
{
	text-decoration:none;
	border-bottom:1px dotted #afafaf;
	color:#afafaf;
}
.footer a:hover
{
	color:#fff;
	border-bottom:1px solid #fff;
}
#page #main #content
{	
	width: 100%;
}
#page #main #content #content_container
{	
	width:675px;
	/*margin-left:25px;	*/
	margin:0 auto;
}

#page #main #content #gallery_container
{	
	margin-left:25px;	
	margin-right:25px;		
}

#proper_content
{
	margin-left:20px;
}

#proper_content a
{
	color:#fc0;
	text-decoration:none;
	border-bottom:1px dotted #fc0;
}

#proper_content a:hover
{
	color:#fc3;
	border-bottom:1px solid #fc0;
}

.block
{
	display:table;
	width:100%;
}
.right
{
	float:right;
}

a img
{
	border: none;
}
.accor_image
{
	float:left;
}
.title
{
	margin-top:45px;
}
.galleries
{
	display: table;
}
.contentWrapper
{
	margin-top:20px;
}
.itemContent
{
	display: none;
	text-align: right;
}
.itemHeader
{
	margin-right:15px;
}
.itemHeader a.closeEl
{
	border:none;
	text-decoration:none;
}
.itemContent a
{
	display: block;
	margin-top:15px;
	margin-right:15px;
}
.groupItem
{
	float: left;
}
#contact_form p
{
	text-align:right;
}
.nonlink a
{	
	text-decoration:none;
	border:none;	
}
.info
{
	color:#000; 
	font-size:11px; 
	background-color:#f6eba1; 
	border:solid 1px black; 
	padding:7px 10px 7px 10px;
}