/* Stylesheet for Generic Hostel Site */
/* Copyright Micah Wylde, 2005        */

/*----------------------------------------------------------*\
||                   Div Definitions                        ||
\*----------------------------------------------------------*/
body
{
  margin: 0;
  background: url(/img/bg.png) repeat-y top center;
  color: #333333;
  padding:0;
}

#wrapper
{
  /*border:1px solid #000000;*/
  width:655px;
  margin:auto;
}

#header
{
  /*height:60px;*/
  color: #333333;
  background: white;
  margin:0;
  padding:0;
 padding-bottom:-3px;
 border-bottom: thin black solid;
 * border-bottom: none;
 * margin-left: 4px;
}


#bodyblock
{
  position:relative;
  color: #333333;
  width:650px;
  padding:0;
  /*margin-top: -20px;
  margin-bottom: -15px;*/
}

#leftcollumn {
  float:left;
  color: #333333;
  width:153px;
  text-align: left;
  padding:0;
  margin:0;
}
#text
{
 padding-left: 5px;
 *padding-left:0px;
 overflow: visible;
 word-wrap: break-word;
}
#content
{
  width:495px;
  color: #333333;
  margin-left:-7px;
  text-align:left;
  padding: 0;
  * margin-right: -40px;
  float: right;
  word-wrap: break-word;
}

#footer
{
  background:#c0c0c0;
  color: #333333;
  border:1px solid black;
  border-right: none;
  margin:-3px;
  float: right;
  width: 100%;
}

/*----------------------------------------------------------*\
||                   Styles                                 ||
\*----------------------------------------------------------*/
#img
{
  margin: 5px;
  text-align: center;
}
#content p
{
  margin-left: 10px;
}

/*#leftcollumn ul
{
  border-top: thin solid black;
  border-bottom: thin solid black;
}

#leftcollumn li
{
  list-style: none;
  margin-left: -40px;
  padding-left: 1px;
}
#leftcollumn li a
{
  text-align: center;
	display: block;
	color: black;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftcollumn li a:hover
{
  background: #D9FFD9;
}
*/
#leftcollumn li
{
  list-style-image: url(/img/arrow1.gif);
}
li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013473;
	text-decoration: none;
	padding: 0px;
}

#leftcollumn li a:hover
{
  list-style-image: url(/img/arrow2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.description
{
  /*border-top: thin solid black;
  border-bottom: thin solid black;*/
  border-top: thin dotted black;
  padding-left: 10px;
  font-size: .7em;
}
.address
{
  padding-left: 10px;
  font-size: .8em;
}

.image
{
  margin: 5px;
}
a
{
  border: none;
}
/*
#############################
######## IMAGES #############
#############################
*/
#images
{
 	text-align: center;
        margin: 10px;
        margin-left: 40px;
        margin-right: 40px;
}
.image
{
	text-align: center;
}
/*#rightimage, #leftimage, #bottomimage
{
	border: thick solid black;
}
#leftimage
{
	float: left;
}
#rightimage
{
	float: right;
}
#bottomimage
{
	float: right;
}*/
.motto
{
	/*display: inline;*/
	text-align: center;
	/*background: url('img/1.jpg') norepeat;*/
}
#title
{
	font-size: 40px;
	font-weight: bold;
	font-family: corsiva, arial;
	color: #FFB573;
}
h1, h2, h3, h4
{
 padding: 0;
 margin: 0;
}
h1 {
   font-size: 30px;
   line-height: 35px;
   letter-spacing: 1px;
}
h2, #mainpanecontent h2  a:link, #mainpanecontent h2  a:visited {
	margin: 6px 0 8px 0;
	padding: 0 0 0 0;
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #842400;
        text-decoration: none;
}

h3 {
	font-size: 16px;
	line-height: 19px;
      padding-left: 10px;
      padding-top: 5px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#reserve
{
       border: thin black solid;
       margin: 5px;
       padding: 3px;
       background: #EC8415;
       text-align: center;
}
#reserve a
{
       color: black;
}

