


* { padding: 0; margin: 0; }

body {
 text-align: right;
 font-family: Verdana, Arial, sans-serif, Helvetica;
 font-size: 12px;
 color:  #EB7E14
}



#left { 
 
 color: #333;
 background: #ffffff;
 margin: 0px 0px 100px 0px;
 padding: 0px 0px 0px 0px;
 width: 350px;
 float: left;
}

#right { 
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 float: left;
 width: 65px;
}

#content { 
 font-family: sans-serif, helvetica; 
 float: left;
 margin: 32px 0px 8px 10px;
  color: black;
  width: 200px;
  min-height: 100px;
  text-align: left;
}

#copy {
 text-align: left;
 font-family: Verdana, Arial, sans-serif, Helvetica;
 font-size: 8px;
 color: #bababa
 
}


a {
	text-decoration: none;
	color:  #black;
	outline: none;
	}
a:visited {
	
	}
a:active {
	color:  #ccc;
	}
a:hover {
	background-color: #EB7E14;
	color: #black;}



/*

a {
	text-decoration: none;
	color:  #EB7E14;
	outline: none;
	}
a:visited {
	
	}
a:active {
	color:  #ccc;
	}
a:hover {
	background-color: black;
	color: #cccccc;}
	*/
