* {
	font-family: "Myriad Pro","Trebuchet MS";
	color: #d2c1af;
}

body {
	background-color: #1f1810;
	background-image: url(../images/bg.jpg);
	color: #fff;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

a {
	color: #917d68;
	text-decoration: none;
}

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

h1 {
	margin-top:0px;
	text-shadow: 0px 3px 3px #000;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 5px;
	color: white;
}

h2 {
	margin-top:0px;
	text-shadow: 0px 3px 3px #000;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 3px;
}
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

.input, .button {
	background: transparent;
	border:1px solid #625342;
	color: #fff;
	font-size: 1em;
}

.input {
	width: 200px;
}

.gallery img {
	border: none;
	margin-right: 15px;
}

img.link {
border:none;
}

textarea.input {
	width: 400px;
	height: 200px;
}

.button {
	width: 150px;
	margin-right: 102px;
}

#coming_soon {
	width: 708px;
	margin: auto;
}

#container_background {
	width: 874px;
	min-height: 600px;
	margin: auto;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#menu {
	text-transform: uppercase;
	position: relative;
	top: 25px;
	letter-spacing: 3px;
}

#menu ul {
	list-style: none;
	margin: 0;
	height: ;
}

#menu ul li {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 6px 5px 6px 5px; /*top right bottom left */
	text-shadow: 0px 3px 3px #000;
}

#content {
	position: relative;
	top: 44px;
	width: 600px;
	margin: 0px 0px 0px 44px;
	padding-right:10px;
	float:left;
	border-right: dotted 1px #362a1d;
}

#sidebar {
	width:169px;
	position: relative;
	top: 44px;
	float:left;
	margin: 54px 40px 0px 0px;
	padding-left: 10px;
}
