/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2008 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/
*/


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #393b4a;
  background: #d4d5c5 url(images/pinstripe.png) repeat 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
  line-height: 1.3em;
}


/* Standard paragraph style */

p, ul
{
	margin: 0 0 1.4em 0;
}


/* Links */

a:link, a:active
{
  color: #2e5a8c;
	background-color: inherit;
}

a:visited
{
	color: #802f8c;
	background-color: inherit;
}

a:hover
{
  color: #000;
}


/* Headings */

h1, h2, h3
{
	font-weight: normal;
  color: #484743;
  padding-top: 0.8em;
}

h1
{
	font-size: 1.4em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
}

h2
{
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
}

h3
{
	font-weight: bold;
	font-size: 0.8em;
  margin: 0 0 10px 0;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto;
  padding: 0;
	width: 780px;
  background-color: #efedd9;
}


/* Page header area */

#page-header
{
  float: left;
  width: 180px;
  margin: 0;
  padding: 0 0 0 10px;
}

#page-header h1
{
  margin: 10px 0 10px 0;
  font-size: 3em;
  line-height: 0.85em;
  color: #000;
}

#page-header h1 a
{
  text-decoration: none;
  color: #000;
}


/* Menu */

ul#menu
{
  margin: 168px 0 0 0;
  padding: 0;
}

ul#menu li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu a:link, #menu a:visited
{
  color: #2e5a8c;
  text-decoration: none;
}

#menu a:hover
{
  color: #000;
}


/* Top image */

#main-image
{
  float: right;
  width: 580px;
}

#nav-bar
{
  float: right;
  width: 580px;
  margin: 3px 0 0 0;
}

/* Page body */

#page-body
{
  float: right;
  width: 580px;
}

div.homepage #page-body
{
  float: right;
  width: 580px;
  margin-top: 10px;
}


/* Main content area */

#main-content
{
  float: left;
  width: 340px;
}


/* Sidebar area */

#sidebar
{
  float: right;
  width: 190px;
  padding: 2px 10px 0 0;
  font-size: 0.9em;
  line-height: 1.2em;	
}


/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
  margin: 10px 0 0 0;
	padding: 20px 0;
	background: transparent url(images/footer-rule.png) repeat-x 0 0;
}
 
#page-footer p
{
  margin-left: 220px;
}

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}

