html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
background: #c56e4e url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #F4C389;
	padding-bottom: 10px;
	padding-top: 30px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 749px;
  position: relative;
  background: #7C0000 top right url(../images/header.jpg) no-repeat;
}
#logo {
  width: 357px;
  background: url(../images/logo.jpg) no-repeat;
  height: 185px;
  text-align: center;
}
#logo h1 {
  padding-top: 50px;
  color: #fff;
  font: bold 27px "arial black", arial, sans-serif;
}
#logo p {
  margin: 0em;
  padding-left: 50px;
  font: 17px "arial narrow", arial, sans-serif;
}

#nav li {
  list-style: none;
}
#nav-left {
  width: 178px;
   background: url(../images/nav_bg.jpg) repeat-x;
  font: 18px "arial narrow", arial, sans-serif;
  height: 124px;
  line-height: 62px;
  text-align: right;
}
#nav-left li {
  background: url(../images/nav_bg.jpg) repeat-x;
  font: 18px "arial narrow", arial, sans-serif;
  height: 124px;
  line-height: 62px;
  text-align: right;
}
#nav-left a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
}
#nav-left .orange a {
  color: #FFC559;
}
#nav-left a:hover {
  text-decoration: underline;
}
#a {
  position: absolute;
  top: 185px;
  left: 178px;
  width: 178px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

 #a a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#a a:hover, a a:focus, a a:active {
	background-position:-200px 0px;
	color:#990000;
}
#a a {background:url(../images/bg2.gif) repeat 0px 0px;}

/** body **/

#body {
  border-top: 1px solid white;
  padding-top: 20px;
}
#left {
  float: left;
  width: 700px;
  padding-left: 15px;
}
#right {
  float: right;
  width: 291px;
  padding-right: 37px;
}

#welcome {
  padding-left: 29px;
}

#welcome img{
	border: 4px solid #7b6b5c;
}

h2.guilded {
  background: bottom left url(../images/welcome_bg.gif) repeat-x;
  height: 20px;
  margin-bottom: 0.8em;
  font-weight: normal;
  font-size: 20px;
}
h2.guilded span {
  background: #7C0000 url(../images/h_glif.gif) no-repeat;
  padding-left: 38px;
  padding-right: 8px;
  padding-top: 2px;
  float: left;
}

p {
  margin: 1em 0;
  line-height: 1.1;
  padding-left:50px;
}

/** right **/

#menu {
  background: bottom left url(../images/specials.jpg) no-repeat;
  border: 1px solid #97321D;
  padding-left: 160px;
  padding-right: 8px;
  padding-top: 22px;
}
#menu h2 {
  margin-left: -38px;
  font-weight: normal;
  color: #FF8A00;
  margin-bottom: 1em;
  font-size: 16px;
}
#menu form {
  text-align: center;
}
#menu p {
  margin: 1.3em 0;
}


/** footer **/

#footer {
  text-align: center;
  background: url(../images/divider.gif) repeat-x;
  padding: 20px 20px 12px 20px;
  margin: 0 2em;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}