/* Layout for "Island Orchid Jewellery" */
/* First: 12.03.08 */
/* Latest: 29.03.08 */
/* Author: Steve Spencer, Inverness */

#outer
{
  width: 100%;
}

.page
{
  width: 76%;
  position: absolute;
  top: 0;
  left: 12%;
  height: 100%;
}

.top
{
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 20;
}

.header
{
  font-family: Arial, Helvetica, Sans Serif;
  font-style: italic;
  padding: 0.5em;
  text-align: center;
  background-color: transparent;
  color: blue;
  font-size: 3.2em;
}

#menu
{
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  background: transparent;
  text-align: center;
}

.content
{
  padding: 0.5em;
}

.clear
{
  clear: both;
}
