*{margin: 0; padding: 0; border: 0;}
*
*For personal/commercial use
*May not be redistrubuted or sold
*May be modified by licence holder only
*

body { 
        margin:0; 
	padding:0; 
        min-width: 820px;
}

body { 
       	background:#272727;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-align: center;
}

a:link{
	color:#4E3A75; text-decoration:none; font-weight: bold;
}

a:visited{
	color:#4E3A75; text-decoration:none; font-weight: bold;
}

a:hover{
	color:#7e7e7e; text-decoration:none; font-weight: bold;
}

p { 
	margin: 10px 0px 10px 0px;
	}
	
p.big { 
	margin: 40px 0px 40px 0px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	}

h6 { 
	font-size: 8px;
} 


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}