@charset "utf-8";
/* CSS Document */

.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

body
{
font-family:Arial, Helvetica, sans-serif;
background:#2A2C2B url('/images/frontend/header_wide.png') no-repeat ;

font-size:62.5%;
padding:0px;
}
#wrapper
{
width:960px;
/*background:#ffffff url('../images/wrapper_shim.jpg') repeat-y ;
background-color:#141414;                                         */
margin-left: auto ;
margin-right: auto ;
}

#hd
{
height:70px;
/*background:#ffffff url('../images/bg_header.jpg') no-repeat top right;*/
/*background-color:#d6ebfe;  */
}
#hd h1
{
display:block;
width:100px;
text-indent:-999999px;

}
#bd
{
}

#ft
{

/*background:url('../images/bg_footer.jpg') no-repeat bottom right;
background-color:#4b9eea;                                          */  
}
#ft p
{
/*padding-left:40px;
color:#938d88;
font-size:1.0em; */
}

a:link, a:visited
{
color:#ad3969;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
.row
{
display:block;
width:100%;
}
.col
{
display:block;
float:left;
}
.col_100
{
width:100px;
}
.col_200
{
width:200px;
}
.color_1
{
background-color:red;
}
.color_2
{
background-color:silver;
}
