/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: helvetica, sans-serif;


}

/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #330000;
	font-weight:  normal;
	color:  #cccc99;
	font-size:  1.0em;
	line-height: 125%;


}
/*
	Standard paragraph style
*/
	p
{

	font-weight:  normal;
	color:  #cccc99;
	font-size:  1.0em;
	
}


/*
	Links
*/

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


a:hover
{
	color: #ffff99;
	font-size: 1.0em;
}

a:visited
{
	color: #ffff99;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-weight: heavy;
	color: #cccc99;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	line-spacing: 1.5em;
	margin-top: 12px;
}


h2
{
	font-weight: heavy;
	color: #cccc99;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-top: 28px;
}


h3
{
	font-weight: normal;
	color: #cccc99;
	font-size: 0.8em;
	letter-spacing: 0.0em;
	line-height:  120%;
	margin-top: 1px;
}





/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
	background-color: #330000;
}


/*
	Page header top area - main
*/

#header
{
	background-color: #330000;
	width: 750px;
	height: 275px;
	background-image: url("images/homepic.gif");
	background-repeat: no-repeat;
}


/*
	Page header top area - subpage
*/

#header-sub
{
	background-color: #330000;
	width: 750px;
	height: 225px;
	background-image: url("images/pagepic.gif");
	background-repeat: no-repeat;
}


/*
	Page header text area - main
*/

#headertext
{
	position: relative;
	background-color: #330000;
	width: 326px;
	top: 230px;
	left: 400px;
	color: #cccc99;
}


/*
	Page header text area - sub
*/

#headertext-sub
{
	position: relative;
	background-color: #000000;
	width: 326px;
	top: 150px;
	left: 400px;
	color: #cccc99;
	line-height="1"
}

.headerbodytext
{
	color: #cccc99;
	margin-top: -12px;
}



/*
	Left Column Container
*/

#left
{
	float: left;
	width: 280px;
	margin-bottom: 0px;
}



/*
	left-column text area - subpage
*/

#left-text
{
	width: 150px;
	padding-left: 25px;
	padding-right: 40px;
}

#left-text p
{
	color: #cccc99;
	font-size:  0.8em;
	line-spacing: 0.8em;

}



/*
	Menu
*/

#menu
{	
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #cccc99;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 150%;
}

#menu a
{
	color: #cccc99;
	margin-right: 10px;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.5;
}

#menu a:hover
{
	text-decoration: none;
	color: #ffff99;
}



/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 425px;
	padding-top: 4px;
	padding-right: 30px;
}


/*
	Page footer area
*/

#page-footer
{
	width: 685px;
	height: 25px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 0.8em;
	line-height: 110%;
}


/*
	Standard images
*/

img
{
	border: none;
}



