/* CSS Document */

body {background-color:#321504; margin: 0px; padding:0px; font-family:Geneva, Helvetica, Arial, sans-serif; color:#321504;}
.hidden {display:none;}
#container {width:755px; background-color:#8c6d45; margin: 0px auto;}
#header {background-image:url(images/aura_cafe_header.jpg); height:110px;}
#page {background-color:#c1b09a; width:730px; margin: 0px auto 15px; border:1px #fdf6f3 solid; border-top-width:0px;}
#holder_nav {width: 100%; margin: 0px auto 10px; background-color:#FDF6F3;}
#nav {float:left;}
#nav ul {list-style-type:none; font-size:14px; margin: 0px;}
#nav ul li {float: left; padding: 5px 10px;}
#content {background-color:#fdf6f3; width: 714px; margin: 0px 8px 10px;}
.attention {background-color:#c1b09a; padding: 5px;}
#signed {color:#8c6d45; font-size:11px; margin:0px auto; padding:0px;}
#signed a {text-decoration:none; color:#8c6d45;}
#logo {background-image:url(images/logo.gif); width:89px; height:30px; margin: 15px auto; clear:both;}
#title {font-size:24px; background-color:#C1B09A; padding: 10px; width:360px; margin: 0px auto 20px; border: 1px #321504 solid;}

a {text-decoration:none; color:#321504}
a:hover {text-decoration:underline;}

* #nav {margin-right: 20px;}

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