/* main.css 
 * Author: Lylo Ltd
 */
*, html { margin: 0; padding: 0;}

html, body { height: 100%;}

body { 
  font: normal 90%/1.3em Georgia, Times, "Times New Roman", serif; 
  background-color: #F2F6E4; 
}

abbr {
  cursor: help;
}

h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2em; 
  margin-top: 30px;
}

a {
  color: #A29D83;
}

a:visited { color: #000;}

a:hover {
  color: #fff;
  background-color: #A29D83;
}

a img {
  border: none;
}

#main-content, #nav ol, #footer #logos, #footer #copyright { 
  width: 900px;
  padding-left: 60px;
  margin: 0 auto;
}

#main-content {
  background: #fff url(img/plan.jpg) no-repeat;
  background-position: 0px 90px;
}

#content {
  background-color: #fff;
  padding-bottom: 60px;
}

#header { 
  padding-top: 30px;
  margin-bottom: 45px;
}

p { margin-top: 1em; font-size: 1.1em;}

#header .vcard { 
/*  font: normal 0.95em "Century Gothic", Helvetica, Verdana, Arial, sans-serif; */
  color: #777;
  font-style: italic;
}

span.tel, span.fax {margin-right: 15px;}

/**
 * Navigation  
 */

#nav {
  background: #F2F6E4 url(img/header-burn.jpg) repeat-x bottom left;
}

#nav ol { 
  list-style: none; 
  text-transform: uppercase; 
  font-size: 1.4em; 
  padding-top: 7px;
  padding-bottom: 7px;
}

#nav ol li { display: inline; }

#nav a { color: black; text-decoration: none;}
#nav a:hover { text-decoration: underline; color: black; background-color: transparent;}
#nav a:visited {color:black;}

.riba { float: right; text-align: right;}


/** 
 * Footer
 */
#footer ul { 
  list-style:none; 
  padding-bottom: 20px;
}

#logos {
	background: #F2F6E4 url(img/separator.jpg) repeat-x bottom left;  
}

#footer { 
  background: #F2F6E4 url(img/burn-flip.jpg) repeat-x top left;  
  font-size: 0.7em;
  position: absolute;
  padding-top: 14px;
  padding-bottom: 10px;
  width: 100%;
} 

#footer li p {margin-top: 3px; font-family: Helvetica, Arial, Verdana, sans-serif;}
#footer p {margin-top: 8px; font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}


/**
 * Copy styles
 */

ol.drawings { 
  margin-top: 20px; 
  list-style: none;
}

ol.drawings li {
  display: inline;
  margin-right: 12px;
}

ol.drawings a img {
  margin-bottom: 12px;
}

ol.drawings a:hover {
  background-color: transparent;
}

img.montage { 
  float: right; 
  margin-left: 20px;
}

.clear { clear:both;}

.design-by {
  float: right;
  text-align: right;
}
.sponsors {padding-bottom: 20px;}