/* CSS Document */

/* main frame */

div#container
{border:solid 1px #369;
padding:10px;
margin-left:auto;
margin-right:auto;
width:60em;
height:auto;
max-width:100%
}

/* Top menu */


div#title
{margin-bottom:40px;}

/* footer */

div#footer
{
clear:both;
}

/* 2 columns home */
div#left
{float:left;
width:58%;
margin-top:10px;
padding-top:0
}
div#right
{float:right;
width:38%;
height:1%;
margin-top:10px;
padding-top:0
}

/* 2 columns artilce */
div#left2
{float:left;
width:68%;
margin-top:10px;
}
div#right2
{float:right;
width:28%;
height:1%;
margin-top:20px;
}