@charset "ISO-8859-1";
body  { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; line-height: 1.5em; background-color: #1D4456; background-attachment: fixed; background-repeat: no-repeat; background-position: center top; }
#container { width: 960px; /* the auto margins (in conjunction with a width) center the page */ border: 1px none #fff; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: auto; margin-bottom: 20px; margin-left: auto; height: 100%; background-color: #FFF; position: relative; }
#header { margin: 0px; height: 120px; border-top-color: #034557; border-right-color: #034557; border-bottom-color: #034557; border-left-color: #034557; border-bottom-width: 3px; border-bottom-style: none; padding: 0px; }
#header img { margin-left: 50px; margin-top: 30px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#right { float: right; /* since this element is floated, a width must be given */ width: 230px; padding-top: 0px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; }
#right img { margin-top: 50px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#mainContent { margin-top: 0; margin-right: 330px; margin-bottom: 0; margin-left: 0; padding-top: 0px; padding-right: 50px; padding-bottom: 0; padding-left: 50px; } 
#mainContent h1 { color: #034557; line-height: normal; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#footer { color: #FFF; background-color: #000; background-image: url(../images/caverna/footer.png); background-repeat: no-repeat; background-position: left top; width: 960px; margin: 0px; padding-top: 25px; padding-right: 0px; padding-bottom: 25px; padding-left: 0px; }
#footer p { font-size: 0.7em; font-weight: normal; color: #CCC; font-style: normal; font-family: Arial, Helvetica, sans-serif; text-align: center; margin: 0px; }
#footer .adress { line-height: 1.3em; }

a:focus{outline:1px dotted invert}a { color: #900; text-decoration: none; }
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{ font-size:30px }h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{ margin-bottom:20px; font-weight: normal; }

