/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 1px; margin: 0; }

body, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FF6600;
}

A:link {
	color: black;
	text-decoration: none;
}	
A:visited {
	text-decoration: none; color: #FF0000;
}
A:active {
	text-decoration: none; color: red;
}
A:hover {
	text-decoration: underline; color: #000000;
}
.title {
	font-size: 30px;
}
h2 {
	font-size: 16px;
}
h3{
	font-size: 14px;
}


#wrapper { 
  
 width: 675px;
}

#content { 
 float: right;
 width: 475px;
 display: inline;
}

#footer { 
 width: 675px;
 clear: both;
}

#leftcolumn { 
 width: 180px;
 float: left;
}

