/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2004 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage
*/


/*
	Standard font family and color for site
*/

body, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
}


/*
	Standard paragraph style
*/

p
{
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 1.8em;
}


/*
	Links
*/

a:link, a:active
{
	color: #CF8635;
	font-size: 1.0em;
	text-decoration: none;
}


a:visited
{
	color: #9B9691;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*
	Headings
*/

h1, h2, h3, h4, h5
{
	margin: 0px;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: 0.8em;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Page header top area
*/

#header-top
{
	height: 100px;
	width: 100%;
	background-color: #371D0E;
}


/*
	Logo
*/

#logo
{
  float: right;
	padding-right: 11px;
	padding-top: 45px;
  height: 33px;
}


/*
	Page footer area
*/

#page-footer
{
  text-align: center;
	padding-top: 1em;
}


/*
	Page body style (main page)
*/

body#main
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #371D0E;
  background-image: url(images/main_page_bg.gif);
	background-repeat: repeat-y;
}


/*
	Middle row (main page)
*/

#middle-row-main
{
  background-color: #9D6628;
  width: 100%;
}


/*
	Photo (main page)
*/

#photo-main
{
	position: absolute;
}


/*
	Menu (main page)
*/

#menu-main
{
  text-align: right;
	margin-right: 11px;
  /* height + padding should equal 233px */
  height: 210px;
  padding-top: 23px;
}

#menu-main a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}

#menu-main a:hover
{
	color: #371D0E;
}


/*
	Content area (main page)
*/

#page-content-main
{
  margin-left: 315px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 23px;
	padding-bottom: 5px;
}


/*
	Page body style (sub page )
*/

body#sub
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
  background-color: #931C16;
  background-image: url(images/sub_page_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}


/*
	Title (sub page)
*/

#sub-title
{
  position: absolute;
  top: 25px;
  left: 11px;
	font-family: impact, arial, helvetica, sans-serif;
  font-size: 86px;
}


/*
	Menu (sub page)
*/

#menu-sub
{
  text-align: right;
  padding-top: 61px;
	padding-right: 11px;
}

#menu-sub a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}

#menu-sub a:hover
{
	color: #9D6628;
}


/*
	Right column (sub page)
*/

#right-column-sub
{
  float: right;
  width: 315px;
}


/*
	Content area (sub page)
*/

#page-content-sub
{
  margin-right: 315px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 118px;
	padding-bottom: 5px;
}
