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: #2D0202;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #f4c389;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 749px;
	position: relative;
	background-color: #7C0000;
	background-image: url(../images/apple.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	width: 357px;
	height: 185px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/logo.jpg);
}
#logo p {
	padding-left: 150px;
	font: 17px "arial narrow", arial, sans-serif;
	padding-top: 135px;
	margin: 0em;
}
#nav-left {
	width: 357px;
	float: left;
}
#nav-left li {
	height: 64px;
	text-align: center;
	font-family: "arial narrow", arial, sans-serif;
	font-size: 18px;
	list-style-type: none;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#nav-left a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
}
#nav-left .orange a {
  color: #FFC559;
}
#nav-left a:hover {
  text-decoration: underline;
}
#nav-right {
	position: absolute;
	top: 263px;
	left: 358px;
	width: 390px;
	height: 122px;
}
#nav-right ul {
	text-align: center;
}
#nav-right li {
	height: 26px;
	line-height: 20px;
	padding-right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid white;
	font-style: italic;
	list-style-type: none;
}
#nav-right li a {
	color:#FFFFFF;
	font-size:16px;
	display:block;
	height:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 15px;
}
#nav-right li a:hover {
	color:#FFF;
	background-image: url(../images/bgli_hover.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 372px;
}

/** body **/

#body {

}
#left {
	float: left;
	width: 480px;
	padding-left: 120px;
}
#right {
  float: right;
  width: 291px;
  padding-right: 37px;
}

#welcome {
	background: bottom url(../images/divider.gif) repeat-x;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 29px;
	margin-top: 30px;
	padding-right: 8px;
}

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

.more a {
  color: #C47552;
  text-decoration: none;
  font-weight: bold;
}
.more a:hover {
  text-decoration: underline;
}

p {
	margin: 1em 0;
	line-height: 1.1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

#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;
}
#adds {
	width: 145px;
	float: right;
	height: 150px;
	margin-top: 58px;
	padding-right: 2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

