@charset "UTF-8";

/*This is very strongly inspired by an Elated PageKit - www.elated.com called "Darkness". 
All artwork copyright (c) 1996-2005 Elated Communications Ltd.
I have tweaked and rewritten some of the code, because though I wanted to have written it myself, 
but the original design was so beautiful that I couldn't think of another one I wanted 
for my site.*/

/*last updated 2007-09-30*/

/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
	{font-family: verdana, arial, helvetica, sans-serif;}

	
/*
	Page body style
*/

body 
	{height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	background-image: url(images/bg.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
	background-attachment: scroll}

	
	
/*DIV*/

#page
	{position: relative;
	left: 100px;
	min-height: 100%;
	height: 100%;
	width: 1000px;
	display: table;
	background-color: #222222;
	padding-bottom: 30px}
	


#header
	{position: relative;
	top: 0px;
	width: 1000px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	font-size: 10pt;
	background-color: #222222;
	z-index: 3}
	
#header a:link 
			{color: #ffffff; 
			font-family: verdana, arial, helvetica, sans-serif; 
			font-size: 1em; 
			text-decoration: none}

#header 	a:visited 
			{color: #999999; 
			font-family: verdana, arial, helvetica, sans-serif; 
			font-size: 1em; 
			text-decoration: none} 

#header a:active 
			{color: #EA922B;
			font-family: verdana, arial, helvetica, sans-serif; 
			font-size: 1em; 
			text-decoration: none} 

#header a:hover 
			{color: #EA922B; 
			font-family: verdana, arial, helvetica, sans-serif; 
			font-size: 1em; 
			text-decoration: none}
	
	
#main
	{position: absolute;
	float: left;
	top: 30px;
	width: 700px;
	min-height: 700px;
	background-color: #222222;
	border-left: 300px solid;
	border-color: #222222;
	padding-bottom: 30px;
	z-index: 1;
	overflow: hidden}
	
#menu a:link
	{font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 50px}

#menu a:visited
	{font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 50px}
	
a.sida:link
	{color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none}
	
a.sida:visited
	{color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none}
			
	
#left
	{position: absolute;
	min-height: 900px;
	width: 300px;
	background-color: #222222;
	background-image: url(images/home_left.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2}
	

.leftcontent
	{position: absolute;
	top: 500px;
	padding-left: 50px;
	text-align: left}
	
	
/*
	Headings
*/


h1
	{font-weight: bold;
	font-size: 1em;
	color: #E6361F;
	margin-top: 50px;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 50px}

h2
	{font-size: 0.6em;
	color: #808080;
	padding-top: 9px;
	text-align: center;
	letter-spacing: 3px}

h3 
	{font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 3px}
h4 
	{font-size: 0.6em;
	color: #999999; 
	text-align: left;
	letter-spacing: 3px}
h5 
	{font-size: 0.6em;
	color:  #EA922B; 
	text-align: left;
	margin-left: 0px;
	letter-spacing: 3px}
h6 
	{color: #999999; 
	text-align: center}

	
/*
	Standard paragraph style
*/

p
	{font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #adacac;
	line-height: 1.5em;
	text-align: left;
	text-indent: 10px;
	margin-left: 20px}


/*
	Paragraph class styles
*/	
p.block
	{text-align: left;
	text-indent: 20px;
	margin-left: 140px;
	width: 450px}
	
p.center
	{text-align: center}
	
p.index
	{margin-left: 70px;
	text-indent: 0px}
	
p.imagelink
	{text-indent: 320px}
	
p.left
	{text-indent: 0px;
	font-size: 0.6em;
	color: #808080;
	margin-right: 10px}
	
p.quote
	{font-style: italic;
	color: #808080;
	text-align: right;
	margin-right: 10px}
	
p.quote a:link
	{color: #808080}


/*
	Definition List style
*/
dl
	{font-size: 0.6em;
	margin-left: 20px;
	color: #adacac}
	
dt.title
	{font-style: italic}

	
/* 
	Table style
*/

table
	{font-size: 0.6em;
	color: #ececec}

	
/*
	Links
*/

a:link 
	{color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none}

a:visited 
	{color: #888888; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none} 

a:active 
	{color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none} 

a:hover 
	{color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline} 

	
	
	
/*
	horizontal line style
*/	
hr
	{height: 1px}
	

	
div.bg
	{background: #222222}
	
div.box
	{background: #2F4F4F}



