/* CSS Document */
body { background: url(images/pattern.gif) fixed; font-size: .9em; font-family:Arial, Helvetica, sans-serif; color:#31512A;}
#holder {width: 760px; margin: 0px auto 20px;}
.hidden {display:none;}
#header {
	background-image:url(images/header_summer.jpg);
	height:129px;
}
#info {background-color:#e4e6c8;}
#info ul {list-style-type:none; font-size: 0.9em; margin:0px;}
#info ul li {float:left; padding: 3px 30px 3px 0px;}
#flag { float:left; padding-top:3px;}
#flag a {padding-right: 3px;} 
#nav ul {list-style-type:none; font-size:0.9em; width:130px; float:left; padding: 0px; margin:10px 0px;}
#nav ul li {padding: 3px 0px 3px 10px; background-color:#e4e6c8; border-bottom:2px #f1f4ec solid;}
a {color:#31512a;}
#nav a {text-decoration:none;}
#nav a:hover {text-decoration:underline;}
#logo {margin: 5px 0px;}
#content a {font-weight:bold;}
#content {float:left; margin: 10px 0px 40px 10px;}
.box {background-color: #e4e6c8; padding: 15px; margin-bottom:10px; width:590px;}
img {border: 0;}
#botnav {float:left;}
#botnav ul {list-style-type:none; font-size:0.8em; margin: 0px;}
#botnav ul li {float: left; padding-right:5px;}
#botnav a {text-decoration:none; font-weight:normal;}
#sign {margin-left: 10px;}
#sign a {color:#9f3450;}


/* 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 */
