/**********************************************************************************************

	Title: CSS
	Author: Atelier M and Hentzau Productions
	Date: 2010

***********************************************************************************************

	1. Global Elements
	
	2. General Elements
	
	3. Layout
		
		
***********************************************************************************************/


/* 1. Global Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	 	border: 0px;
 		border-style: none none none;	
  		font-family: Futura, Verdana,sans-serif; 
	}


	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	body {
		font-family: Futura, Verdana, sans-serif;
		font-size: 62.5%px;
		line-height: 1.5;
		text-align: left;
		color: #4b4b4b;
		background: #000;
		padding-top: 0px;
		padding-bottom: 15px;
		height: 100%; 
		width: 100%; 		
	}
	.logo {
		font-size:17px; 
		font-family: Futura, Verdana,sans-serif; 
		color:#ffffff;
	}
	.bodycopy {
		font-size:13px; 
		font-family: Futura, Verdana,sans-serif; 
	}
	.bodycopy2 {
		font-size:11px; 
		font-family: Futura, Verdana,sans-serif; 
	}	
	#logo {
  		background: #000000;
  		position: absolute;
 		top: 20px;
 		left: 190px;
  		font-family: Futura, Verdana,sans-serif; 
  		color:#ffffff;
	}	
	#leftcol {
  		background: #6666CC;
  		position: absolute;
 		top: 0px;
 		left: 0px;
  		width: 180px;
  		height: 200px; 
  		font-size:17px; 
  		font-family: Futura, Verdana,sans-serif; 
  		color:#ffffff;
  		text-align: right;
	}	
	#main {
  		background: #ffffff;
  		position: absolute;
 		top: 200px;
 		left: 180px;
 		width: 100%;
 		height: 850; 
  		font-size:11px; 
  		font-family: Futura, Verdana,sans-serif; 
  		color:#000000;
	}		



	hr { 
		display: none;
	}
		
	strong {
		font-weight: bold;
	}
		
	em {
		font-style: italic;
	}
	
	address {
		font-style: normal;
	}

	input, textarea, select {
		font: 1em Arial, Helvetica, sans-serif;
	}

	a {
		color: #ffffff;
		text-decoration: none;
		outline: none;
	}
	a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	a:visited {}

	a:active {}
	
