/* png */
* html img,

* html .png{

position:relative;

behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/* Resets everything */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img {margin:0px; padding:0px; border:0px; outline:0px; /*line-height:13px;*/}
*{margin:0px; padding:0px;}

/* remember to define focus styles! */
:focus {outline:0px;}

/* A Tag */
a {color:#625948; text-decoration:underline;}
a:hover {color:#46b8e3; text-decoration:underline;}

/* root level interface */
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#625948; background:#16191f;}

#wrapper {margin:0px auto; width:849px;}
#container {float:left; width:849px;}

.holder {float:left; width:849px;}
