/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 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/
*/

/* THIS STYLESHEET FOR SUB-PAGES ONLY */


/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/* Page body style */

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #292b1a;
	margin-top: 10px;
}


h1
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #e7cfa1;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #e7cfa1;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}


p
{
	color: #fff;
	font-size: 0.6em;
}



/*
	Links
*/

a:link, a:active
{
	color: #c9b693;
	text-decoration: underline;
}


a:hover
{
	color: #fff;
}

a:visited
{
	color: #c5c5c5;
	text-decoration: underline;
	
}

a:visited:hover
{
	color: #fff;
	text-decoration: underline;
	
}


#container
{
	width: 770px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #15160e;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	min-height: 650px;
}

#header
{
	width: 770px;
	padding: 0;
	padding-top: 10px;
}

#body-container
{
	margin-top: 10px;
}


#left
{
	float: left;
	width: 140px;
	padding-left: 10px;
}

#middle
{
	float: left;
	width: 570px;
	padding-left: 30px;
}

#right
{
	float: right;
	width: 250px;
	margin-top: 50px;
	margin-right: 20px;
}


#footer
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}




#page-title
{
	position: relative;
	margin-top: 108px;
	left: 50px;
	background-color: #fff;
}



/* styles the pullquote in the right column */
.pullquote
{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #e7cfa1;
	font-size: 1.3em;
}


/* styles the drop-capitals */
.dropcap 
{
	float: left;
	width: 28px;
	font-size: 3em;
	line-height: 25px;
	font-weight: normal;
	color:#e7cfa1;
	font-family: times, serif;
	display: inline;
}



/*
	Standard images
*/

img
{
	border: none;
}
