
html{color:#000;background:#FFF;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} 
li{list-style:none;} 
caption,th{text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} 
q:before,q:after{content:'';} 
abbr,acronym {border:0;font-variant:normal;} 
/* to preserve line-height and selector appearance */ 
sup {vertical-align:text-top;} 
sub {vertical-align:text-bottom;} 
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} 
/*to enable resizing for IE*/ 
input,textarea,select{*font-size:100%;} 
/*because legend doesn't inherit in IE */ 
legend{color:#000;}

body{
visibility: hidden;
background: #ebebeb  ;
}

#header{
background: url(/img/header.png) ;
}

.header_content_sep{
background: url(/img/header_content_sep.png) repeat-x;
height:6px;
_margin-top:-2px;
}






#content{
1background: #e0e0e0 ;
margin: 15px auto;
1text-align:center;
}

.content_footer_sep{
background: url(/img/content_footer_sep.png) repeat-x ;
height:2px;
_margin-bottom:-20px;
}
#footer{
background: url(/img/footer.png) ;
padding-top: 15px;
padding-bottom: 15px;
font-weight: normal;
font-family: Arial;
font-size: 12px;

}
#footer a{
color: #7b57d1;
}
#copy{
color:#7b57d1;
}

#footer a:hover{
color: #6c6c6c;
text-decoration:none;
}
#footer_inner{
margin: 0 auto;
position: relative;
}

1#bottom_menu{
position: absolute;
left: 0;
}
#copy{
position: absolute;
right: 0;

}
#footer_inner a img{
margin-left: 25px;
}