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


body {
  background: #3C2415;
  font-family: Georgia, serif;
  font-size: 14px;
}

h1#logo {
  display: block;
  position: absolute;
  top: -60px;
  left: -75px;
  width: 135px;
  height: 175px;
  background: url(/images/landing/logo.png) no-repeat;
  text-indent: -9999px;
}

h2 {
  margin: 0 0 1em;
  font-size: 1.7em;
  color: #603913;
  font-weight: normal;
}


/* End Utilities */

#container {
  position: absolute;
  margin: -236px 0 0 -396px;
	width: 792px;
	height: 472px;
  top: 50%;
  left: 50%;
  background: url(/images/landing/container_bg.gif) no-repeat;
}

#header {

}

#content {
  position: absolute;
  padding: 30px 20px 30px 80px;
  width: 431px;
  height: 218px;
  left: 150px;
  top: 70px;
  color: #754C29;
  background: url(/images/landing/white_90.png) repeat;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
}

#sidebar {

}

#footer {

}

.icon, .icon:hover, a .icom {
	margin-right: 5px;
	position: relative;
	top: 4px;
	cursor: pointer;
	border: 0;
}
/*  Objects  */


/* End Objects */

/*  Lists  */

ul.bullet {
	list-style: circle;
}

/* End Lists */

/* Tables  */

table {
	margin: 1em 0;
}
	table.wide {
		width: 100%;
	}
	table.tall td {
		padding: 4px 5px;
	}

/* End Tables */

/*  Forms  */

dl.form {
	margin: 0;
	padding: 0;
}
	dl.form dt {
		float: left;
		clear: left;
		margin: 0 1em 1em 0;
		padding: 0;
		width: 150px;
		text-align: right;
	}
	dl.form dd {
		margin: 0 0 1em 0;
		padding: 0;
	}
input.text, textarea.textarea, select.select {
	border: 1px solid #000;
}

/* End Forms */

