/* CSS Document */

body {background:url(images/fence3.gif) fixed; margin:0px; font-family:Arial, Helvetica, sans-serif}
#content {width: 760px; margin: 30px auto 0px; background-color:#FFFFFF;background-color:#558fc9;}
#sidebar {background-color:#558fc9; float: left; color:#FFFFFF; display:block; width: 23%; margin: 30px 0px 0px 30px;}
#main {float: right; background-color:#fff; width:70%; padding-bottom: 50px;}
#logo {margin: 15px 15px 0px; text-align:right;}
#address p{margin: 15px; font-size:14px; color:#666;}

#pandur {margin: 40px 0px;}
#pandur img {border: 2px #558fc9 solid;} 

#txt {margin: 30px 60px;}
#photos img {margin: 30px auto 0px; border: 2px #558FC9 solid;}
.nav {margin:30px 50px 0px; background-color:#88c2fc; padding: 10px 0px; border: 1px #558FC9 solid;}

.style1 {font-size: 12px}

/* Clearfix */
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
