body {
    margin: 0;
    padding: 0;
    background-color: #33261e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #fff;
    text-align:center;
}

img {
  border:0px;
}
#wrapper {
  width:980px;
  margin:10px auto;
  float:center;
}
#inner-wrapper {
	width:100%;
	float:left;
	background: #e8e8dd url(../images/bg/content.jpg) repeat-y top right;
  color:#363636;
  text-align:left;
  font-size:1.1em;
}

#left-column {
	float:left;
	width:280px;
	background: #e8e8dd url(../images/bg/left.jpg) repeat-y top left;
	text-align:left;
	padding:0;
	margin:0;
}

#logo {
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:100%;
	text-align:left;
}

#menu {
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	text-align:left;
}
#menu ul {
	margin:0 0 0 35px;
	padding:0;
	list-style-type:none;
	width:200px;
	border-top:1px solid #c1c1b5;
}
#menu li {
	min-height:30px;
	border-bottom:1px solid #c1c1b5;
	width:100%;
}
#menu li:hover, #menu li.selected {
	background: #ffffff url(../images/nav_bullet.gif) no-repeat 180px 50%;
}
#menu li a {
	font-size:1.6em;
	line-height:2em;
	text-decoration:none;
	color:#7b2d00;
	text-transform:uppercase;
	margin-left:10px;
}
#menu li a:hover {
	text-decoration:underline;
	color:#ec6933;
}

#left_building {
	float:left;
	margin:10px 0 0 0;
	padding:0;
}

#content-wrapper {
	float:right;
	width:688px;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
	background: transparent url(../images/bg/content_topright.png) no-repeat top right;
}
#content {
	float:left;
	width:660px;
	margin:0px 0 0 10px;
	padding:0;
	font-size:1.1em;
}


#footer {
	float:left;
	clear:both;
	width:100%;
	background-color:#33261e;
	color:#eaeadf;
	text-align:center;
	padding:10px 0;
}
#footer a {
	color:#ffb21e;
}