body {
	font-size: 100%;
	background-color: #000000;
	background-image: url(CigarBodega_12.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
}
div#navbar {
	border: none;
	width: 103px;
	font-size: 0.75em;
	color: #FF9933;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	font-weight: bold;
}
div#navbar ul {
	margin: 50px 0px 0em 10px;
	padding: 0px;
	list-style-type: none;
}
div#navbar li {
	margin: 0px;
	padding: .6em 0px;
	border-top: none;
	border-right: none;
	border-bottom: thin dotted #FF9933;
	border-left: none;
	color: #FF9933;
}
div#navbar li:first-child {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF9933;
}
/* a hack for IE Win only \*/	
* html div#navbar ul {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF9933;
}
/*end of hack */
div#navbar a {
	color: #9EA176;
	text-decoration: none;
}
div#navbar a:hover {
	color: #B9A127;
	text-decoration: underline;
}
h1 {
	font-size: 1.2em;
	color: #b9a127;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: .1em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	color: #b9a127;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: .2em;
	margin-left: 0px;
}
div#address {
	padding: 0px;
	float: left;
	width: 250px;
	margin: 0px;
}
div#address2 {
	padding: 0px;
	float: left;
	width: 200px;
	margin: 0px;
}
.floatimageleft {
	float: left;
	padding: 0px;
	border: none;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.floatimageright {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 1em;
}
div#indextop {
	margin-bottom: 2em;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 0px;
	position: relative;
}
/* 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 */
* {
	margin: 0px;
	padding: 0px;
}
div#map {
	color: #5D4329;
}
div#links {
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#event {
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.clearthefloats {
	clear: both;
}
div#newbackground {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	width: 875px;
}
div#indextop ul {
	padding: 0px;
	margin: 0px 0px .5em;
	list-style-type: none;
}
div#indextop li {
	padding: 0px;
	margin: 0px;
}
div#address2 {
	float: left;
	margin-left: 3em;
}
div#address {
	float: left;
}
div#newindexcontent {
	font-size: 1em;
	width: 845px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 1.5em;
}
div#newindexcontent p {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div#newindexcontent a, div#newindexcontent a:link {
	color: #B9A127;
	text-decoration: underline;
}
div#newindexcontent a, div#newindexcontent a:visited {
	color: #9EA176;
	text-decoration: underline;
}
div#newindexcontent a, div#newindexcontent a:hover {
	color: #FF9933;
	text-decoration: underline;
}
div#newindexcontent a, div#newindexcontent a:active {
	color: #B9A127;
	text-decoration: underline;
}
.mobilelink {
	color: #099;
}
#navbar ul .mobilelink a {
	color: #ff373d;
}

