@charset "utf-8";

body
{
/*background-color:#111111;*/
background-image:url('bg.png');
/*color:#f5f5f5;*/
font-family: sans-serif;
}
.header
{
position: absolute;
left: 50px;
top:50px;
}

.content
{
position:absolute;
left:420px;
top:150px;
}

.content_item
{
position:relative;
width:auto;
border:dashed;
padding:10px;
max-width:750px;
margin-right:50px;
margin-bottom:25px;
background-color:#fafafa;
}

.sidebar
{
/*position only*/

position:absolute;
left:50px;
top:150px;
width:320px;
}

.sidebar_item
{
/*visible: this allows the gaps to be seen. */
border:dashed;
padding:10px;
margin-bottom:40px;
background-color:#fafafa;
}

address
{
font-style:normal;
line-height:140%;
}

a{
color:#753800;
font-weight:bold;
text-decoration:none;
}


img{
border:0px;
padding:0px;
}

h3{
margin:0px;
}

