/* CSS Document */
*{margin:0;padding:0}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background: #fff;
color: blue;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #ffff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.maintube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	position:absolute;
	left:0px;
	top:20px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

A:link {text-decoration: none; color:#6D6968;}
A:visited {text-decoration: none; color:#6D6968;}
A:active {text-decoration: none; color:#6D6968;}
A:hover {text-decoration: none; color:#2B1B17;}

A.link1:link {text-decoration: none; color:black;}	
A.link1:visited {text-decoration: none; color:black;}
A.link1:active {text-decoration: none; color:#6D6968;}
A.link1:hover {text-decoration: none; color:#2B1B17;}

.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 559px;
}

.container2 {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 559px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 10px;
	line-height: 1.35;
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff;

}

#menu ul li.section-title {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	color:black;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul li.section-title1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.35;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	background: #fff;
}

h1.pos_abs {
	position:absolute;
	left:260px;
	top:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	}

.nav {
	position:absolute;
	left: 200px;
	top: 0px;
	width: 400px;
	}

hr.hr0 {
	height: 1px;
	color: #E0E0E0;
	width: 80%;
	border: none 0;
	border-top: 1px;
}

hr.upper1{
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0;
	width: 500px;
	height: 1px;
	position:absolute;
	left: 0px;
	top: -2px;
}

hr.lower1{
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0;
	width: 500px;
	height: 1px;
	position:absolute;
	left: 0px;
	top: 45px;
}

hr.upper{
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0;
	width: 500px;
	height: 1px;
	z-index:0;
	position:absolute;
	left: 10px;
	top: 35px;
}

hr.lower{
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0;
	width: 500px;
	height: 1px;
	z-index:0;
	position:absolute;
	left: 10px;
	top: 85px;
}

p.nav
{
	position:absolute;
	left:20px;
	top:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
}

p.info
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
}

.menu {
	position:absolute;
	left:260px;
	top:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	}

.image_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#2B1B17;
	font-weight: bold;
	}

.image_desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#2B1B17;
	}
/*
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,
.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} MSIE bug 
*/