<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
}



#logo	{
	padding:0;
	width: 800px;
	height: 100px;
	margin: 30px auto 0 100px;/*important!!!!*/
}
#logo a	img{
	border:none;
	background-color:transparent;
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	color:#FFF;
}
#logo img	{
	text-decoration:none;
	border:none;
	margin:0px;
	padding:0px;
}


	
#content {
	width: 800px;
	height:auto;
	margin: 0px auto auto 100px;/*important!!!!*/
	padding: 0;
	/*background-image:url(img/vert.JPG);
	background-position:top right;
	background-repeat:repeat-y;*/
}

#content * {
	line-height: 140%;
}

#menu {
	float: left;
	width: 174px;
	height:auto;
}
#main	{
	height: 150px;
}

#main ul {
	text-align:right;
	margin-left: 0;
	padding-left: 0;
	padding-right:10px;
	list-style: none;
}
#main a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #999;
}

#main a:hover {
	border: none;
	font-size:18px;
	color:#666;
	
}

#main .active a{
	border:none;
	text-decoration:underline;
	color:#000;
	font-size:18px;
	/*text-transform:capitalize;*/
}
#addon	{
	
}
#addon img{
	margin-top:15px;
	padding-right:5px;
	
}

	
#text {
	padding:0px;
	margin-bottom:0;
	background-image:url(img/vert.JPG);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:justify;
	float: left;
	width: 617px;
	min-height:400px;
}
#text p {
	color:#000000;
	margin-top:5px;
	margin-left:30px;
	margin-bottom:0;
	text-indent:30px;
}
#text .adress{
	text-indent:0px;
}
#text ul{
	color:#000;
	margin-left:30px;
}
#text h3	{
	margin-left:20px;
	color:#000;
	font-weight:bold;
}
#text .intext a:hover	{
	font-size:14px;
	border:none;
	color:#333;
	
}
#text  .intext li	{
margin-bottom: 5px;
}
#text .intext a	{
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #999;
}

#text img	{
	border:none;
	margin:5px 15px 10px 30px;
}
#gallery {
	padding-left:0px;
	background-image:url(img/vert.JPG);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
	float: left;
	width: 626px;
	padding-bottom: 10px;
}
#gallery img	{
	border:solid #000;
	margin:0px;
}
#gallery table	{
	margin-left:20px;
}
/* Footer */

#footer {
	background-image:url(img/hor.JPG);
	background-position:top left;
	background-repeat:repeat-x;
	clear: both;
	width: 800px;
	/*margin: 0 auto;*/
	margin-left:100px;
	text-align:center;
	padding-top: 20px;
	padding-bottom:10px;
	font-size: 10px;
	color:#630;
	font-family:"Lucida Console", Monaco, monospace;
}
</pre></body></html>