* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/body_bg3.gif);
	font-family:"Segoe UI","Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color: #FFFFFF;
}

#wrapper {
	border: 0 solid #000000; 
	width: 825px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

#header {
	background-color: #272a2a;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 148px;
}

#navigation {
	background-image: url(../images/nav_bg.jpg);
	height: 43px;
	line-height: 43px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	margin-left: 35px;
}

#content {
	background-color:#272a2a;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
	background-image:url(../images/footer.jpg);
	height: 141px;
}

#footerlink {
	text-align: right;
	font-size: 10px;
	color: #c6b38c;
	margin-right: 5px;	
}

#separator {
	background-image:url(../images/separator.jpg);
	height: 12px;

}

#order {
	padding: 20px;
	font-size: 14px;	
}

#order td {
	align: left;
}

#cardTab {
	width: auto;
	border: 1px solid #666666;	
}

#cocktailTab, TD {
	width: auto;
	border: 0px;
	padding: 10px;
	vertical-align: top;
}

#finalPrice {
	border: 0;
	background: #272a2a;
	color: #44c0eb;
}

#orderUser input {
	border: 1px solid #666666;
	background: #272a2a;
	color: #c6b38c;
	margin-left: 5px;
	
}

#orderTab {
	width: 350px;
}

#attention {
	margin: 20px;	
	padding: 10px;	
	width: 600px;	
	background-color: #990000;
	border: 2px solid #FFFFFF;
}

#active { color: #44c0eb; }

a img { border: 2px solid #FFFFFF; }

p { margin-left: 20px; margin-right: 50px; margin-top: 30px; }

ol { margin-left: 20px; margin-right: 50px; margin-top: 30px;}

strong { color:#ce438e; font-weight:normal; }

small { font-size:12px;}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : ce438e;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-TOP: #ce438e 1px solid;
   BORDER-BOTTOM: #ce438e 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h1, h2, h3 { color:#ce438e; font-weight:bold; padding-top: 20px;}

h1 { font-size: 18px; }

h2 { font-size:16px; text-align: center; }

h3 { text-decoration: underline;}

a:link {color: #ce438e; text-decoration:none}
a:visited {color: #ce438e; text-decoration:none}
a:active {color: #44c0eb; text-decoration:none}
a:hover {color: #44c0eb; text-decoration:none}

/* GALLERY */

#mainlayer {
    visibility: visible;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    background: inherit;
}