/* Reset -------------------------------------------------*/

body,div,p,dl,dt,dd,ul,ol,li,table,tr,th,td,
h1,h2,h3,h4,h5,h6,form,input,textarea,button,fieldset,blockquote,address {
	margin: 0;
	padding: 0;
	zoom: 1;  /* for IE hasLayout true */
}

/* ClearFix -------------------------------------------------*/

.clrfix:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
    line-height: 0;
}

.clrfix{ min-height: 1px; }
* html .clrfix{ height: 1px; } /* for IE6 */
*:first-child+html .clrfix{ zoom: 1; } /* for IE7 */

/* Alpha -------------------------------------------------*/

.alpha50{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* ImageLink -------------------------------------------------*/

#content a:active img,#content a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}