@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }


body {
	background-color: #2A0D07;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

h1 {
	font: 18px Times, "Times Roman", serif;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 16px 0;
}

#menu {
	width: 767px;
	height: 47px;
	margin: 0 auto 5px auto;
}

#outer-container {
	margin: 0 auto;
	width: 800px;
	min-height: 845px;
	height: auto !important;
	height: 845px;
	background: #4D1C0B;
	padding-top: 15px;
	padding-bottom: 24px;
	position: relative;
}

#container {
	min-height: 750px;
	margin: 0 auto;
	border: 2px solid #fff;
	padding: 8px;
	background: #4D1C0B;
	width: 751px; /* this width is for IE */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 735px; /* this width is for all modern browsers */
}

html>body #container { /* for Opera 5 */
  width: 735px;
}

#inner {
	border: 2px solid #95796B;
	background: #fff;
	min-height: 745px;
	text-align: justify;
}

#masthead {
	width: 100%;
	height: 172px;
	margin-bottom: 15px;
}

#column1 {
	width: 270px;
	min-height: 500px;
	margin-right: 60px;
	float: left;
	position: relative;
}

#corks {
	position: relative;
	left: 25px;
	bottom: 0px;
}

#column2 {
	width: 350px;
	min-height: 570px;
	float: left;
	margin-right: 30px;
	color: #666;
}

#footer p {
	width: 800px;
	text-align: center;
	margin: 10px auto;
	font-size: 10px;
	color: #fff;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0px/1px;
}
