/*
Author: Apex
Author URI: http://www.noapex.org/
*/

@import url("master.css");
@import url("content.css");
@import url("sideBar.css");

body  {
margin: 0;
padding: 0;
font:12px 'Lucida Grande',Verdana, Helvetica, sans-serif;
background-color:#ffffff;
}

img  {
border:0px;
}

ul  {
margin:0px;
padding:0px;
list-style:none;
}

a:link {text-decoration : none; color : #000000;}
a:visited {text-decoration : none; color : #000000;}
a:hover {text-decoration : underline; color : #000000;}
a:active {text-decoration : underline; color : #000000;}

/* clear
***********************************************************************************************/

.clearfix { 
display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix  {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after  {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clear  {
clear:both;
}