html, body
{
    height:100%;
}
body
{
    margin:0;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica;
    font-size:75%;

}
h1
{
font-size:1.8em
}
h2
{
font-size:1.6em
}
h3
{
font-size:1.4em
}

#wrapper {
    position: relative;
    background-image: url(bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%;
    width: 980px;
    min-height: 100%;
    margin: 0 auto;
}

/*for mozilla as IE treats height as min-height anyway*/
html>body #outer
{
    height:auto;
}
#branding
{
    height:200px;
    background-image: url(top.jpg);
    background-position: center top;
    background-repeat: repeat-y;    
    
}
#tag
{
    position:relative;
    width:680px;
    left:250px;
    top:60px;
}
#tag h1
{
    margin:0;
    padding:0;
}
#tag blockquote
{
    font-style:italic;
    margin:10px;
}
#content-wrapper
{
    width:970px;
    margin:0 auto;
}
#navigation
{
    float:left;
    width:200px;
    margin-top:20px;
}
#navigation ul
{
    list-style:none;
    margin:0 0 0 20px;
    padding:0;
    text-align:left;
    width:160px;
    border-right:1px solid #b5c6d0;
}
#navigation ul li
{
    padding:5px 0;
    border-bottom:1px solid #b5c6d0;
}
#navigation ul li a
{
    display:block;
    text-decoration:none;
}
#navigation ul li ul
{
    list-style:none;
    margin:10px 0 10px 20px;
    padding:0;
    text-align:right;
    width:140px;
}
#navigation ul li ul li
{
    border:none;
}
#navigation ul li ul li a
{
    padding-right:10px;
}
#content
{
    float:left;
    margin-left:20px;
    width:680px;
    margin-top:20px;
}
#site-info
{
 	position:relative;
	background-color: #ffffff;
	margin:20px 0 0 35px;
	width:160px;
	border:none
}
#site-info p
{
    font-size:0.8em;
}
.puff h2
{
font-size:1.2em;
text-align:center;
}
.puff
{
float:left;
width:220px;
height:275px;
background:url(puffbgv2.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}
.puff div
{
padding:1em;
}


.puff .more, .puff .mmore
{
margin-left:100px;
text-align:left;
display:block;
}

.puff-long
{
height:150px;
background:url(puffbgv2_2.jpg);
background-repeat:no-repeat;
background-position:top left;
}
.puff-long h2
{
margin: 0;
padding:1em 0 0 4em;
}
.puff-long div
{
padding:1em 0 0 8em;
}
.puff-long .more, .puff-long .mmore
{
margin-left:400px;
text-align:left;
display:block;
}
.post 
{
margin-bottom:30px;
height:100%;
}
h1
{
margin-top:0.2em;
margin-bottom:0.7em;
}
h1.post
{
margin-top:0;
}
img
{
border:none;
}
#ditto-summary h4
{
 margin:0;
padding:0;
border-bottom:1px dotted #ccc;
width:75%;
}
#ditto-summary a.more
{
display:block;
margin-top:0.5em;
text-align:right;
}
#ditto-summary h4 a
{
color:#000;
text-decoration:none;
}
#ditto-summary .date
{
display:block;
font-style:italic;
font-size:0.875em;
margin-bottom:0.5em;
}
#ditto-summary .divider
{
text-align:center;
margin-bottom:2em;
}
#tmp p a
{
color:#fff;
}

fieldset
{
border:none;
}
fieldset label
{
float:left;
width:100px;
}
fieldset br
{
clear:left;
}


fieldset#offert label
{
float:left;
width:200px;
margin-top:10px;
}

fieldset#offert input,fieldset#offert textarea
{
	margin-top:10px;
}

