/*
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 THE HOMEPAGE 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;
}


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: #15120d;
}

#header
{
	width: 770px;
	height: 403px;
	padding: 0;
	padding-top: 10px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
}






/* For the top text columns */

#top-left
{
	float: left;
	width: 150px;
	padding-left: 10px;
	margin-top: 30px;
	height: 280px;
	overflow: hidden;

}

#top-middle
{
	float: left;
	width: 220px;
	padding-left: 110px;
	margin-top: 20px;
	height: 250px;
	overflow: hidden;
}

#top-right
{
	float: right;
	width: 140px;
	padding-right: 30px;
	margin-top: 40px;
	height: 270px;
	overflow: hidden;

}






/* For the lower text columns */

#body-container
{
	background-color: #15120d;
	margin-top: 20px;
}


#left
{
	float: left;
	width: 140px;
	padding-left: 10px;
}

#middle
{
	float: left;
	width: 270px;
	padding-left: 120px;
}

#right
{
	float: right;
	width: 160px;
	margin-right: 10px;
}



#footer
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* 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: 42px;
font-size: 5em;
line-height: 40px;
font-weight: normal;
color:#e7cfa1;
font-family: times;
}



/*
	Standard images
*/

img
{
	border: none;
}
