html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font: 11px verdana,sans-serif;
	color: #464544;
	text-align: center;
	margin-bottom: 20px;
}

#pagecontainer {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 748px;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
	outline: none;
}
a:active {
	outline: none;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #FFEA00;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

table.form th {
	text-align: right;
}

.clearboth {
	clear: both;
}

.center {
	text-align: center;
}

.content {
	margin-top: 15px;
	width: 684px;
  border: 2px solid white;
  background: #901315;
  padding: 18px;
  color: #fff;
}

.introtext {
	font-size: 14px;
	text-align: left
}

.homemenu {
	margin-top: 7px;
}

.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 0.8em 0;
}

.box h3 {
  margin-bottom: 4px;
}

.box img,
.hostal #thumbnails img {
	padding: 2px;
	border: 1px Solid #fff;
}

.box a:hover img,
.hostal #thumbnails a:hover img {
	border: 1px Solid #FFEA00;
}

p.more {
  margin: 0;
}

#hits {
  width: 255px;
  text-align: left;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}

#ads {
	width: 680px;
}

#box_hostal {
	width: 210px;
	margin-top: 18px;
}
#box_hostal .box-tl {
	height:  210px;
}
#box_hostal h2,
.locality div h2 {
	font-size: 14px;
	text-align: center;
	color: #FFEA00;
}
.locality div h2 { 
	font-size: 18px;
	text-align: left;
}
#box_hostal div {
	text-align: center;
}
.locality div {
	text-align: left;
}
.locality h1 {
	padding-top: 0;
}

.content h2 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.content h3 {
	margin-top: 5px;
  font-size: 10px;
  color: #FFEA00;
}
.content .more a {
  font-weight: bold;
}
.content .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 3px;
  margin-top: 3px;
}


#footer {
  margin-top: 20px;
}


/* error 404 */
.e404 h1 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.e404 div {
	margin-top: 4px;
	text-align: left;
}


.hostal h1 {
	margin: 0;
	padding: 0;
}

.hostal h2 {
	font-size: 14px;
	text-align: left;
	color: #FFEA00;
}

.hostal div {
	margin-top: 4px;
	text-align: left;
}

.hostal strong {
	font-size: 14px;
}

.hostal .price {
	font-size: 14px;
	font-weight: bold;
	color: #FFEA00;
}

.hostal #thumbnails {
	margin-top: 15px;
}

.hostal #thumbnails img {
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #fff;
}

.locimg {
	float: left;
	margin-right: 4px;
	padding: 1px;
	border: 1px solid #ccc;
}


/* forms */

form {
	margin: 0;
	padding: 0;
}

.aster {
	color: #FFEA00;
}

.smalltext {
	width: 50px;
}

.mediumtext {
	width: 80px;
}

.largetext {
	width: 400px;
}

.errors,
.errmsg {
	margin: 4px;
	padding: 4px;
	color: #c00;
	border: 2px dotted #c00;
	background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
}


.t2 {
	color: #FFEA00;
}
.t3 {
	color: #ccc;
}
.t4 {
	color: #555;
}
