/* layout CSS */

@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);
/* ------------------------------------------------------------------------- */

body {
margin:0;
padding:0;
background:url(images/bg.jpg) no-repeat top left #519dc0;
}
div#header{
position:relative;
height:160px;
}
div#container{
position:relative;
margin:0 0 0 30px;
padding:60px 260px 30px 60px;
width:519px;
background:url(images/trans-bg.png) top left;
}

#subcolumn{
position:relative;
float:right;
width:180px;
margin:-20px -260px 0 0;
padding: 10px 10px 50px 10px;
background:url(images/trans-bg.png) top right;
}

div#address{
clear:both;
width:839px;
}


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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}