/*POSITIONING*/
*{margin:0;padding:0;}
html{overflow-x:auto;overflow-y:scroll;}
html,body{height:100%;}
body{text-align:center;height:97%;}
/*position in window + full window height*/
#main{margin:10px auto 0 auto;width:775px;height:100%;position:relative;text-align:left;}
/*provides the full doc height by wrapping the columns*/
#docwrap{float:left;}
/*columns*/
/*basic column container*/
#pos{float:left;}
.col1, .col2, .col3{display:block;margin-bottom:20px;}
.col1{width:160px;}
.col2{width:600px;margin-top:16px;}
.col3{width:15px;}
/*inside columns content spacing*/
/*123*/
p, h1, h2, h3{margin-left:10px;margin-right:10px;}
h1{margin-top:10px;}
/*1*/
#logga{width:170px;height:106px;margin:54px 0 15px 0;}
#logga img{margin-top:10px;}
#menu{margin-left:15px;}
#menu a, #menu span{display:block;}
/*2*/
#content img{margin:0 0 0 0;}
/*3*/
#quote{display:table;width:200px;height:106px;margin:54px 0 15px 0px;}
#quote div{display:table-cell;vertical-align:middle;}
/*footer*/
#footer{float:left;margin:2px 0 2px 0;padding:0 0 2px 0;width:775px;}
#footer p{float:left;margin:0;}
#footer p.right{float:right;margin:0;}

/*BORDERS*/
#content{border:10px solid;}

/*COLORS*/
/*dark bgcol*/
body, #footer, #logga, #quote{
background:#9caa5b;
}
/*content bordcol*/
#content{
border-color:#9caa5b;
}
/*light bgcol*/
#main, #docwrap{
background:#d8e1aa;
}
/*dark colored text*/
#menu a, h1, h2{
color:#8b994a;
}
/*text*/
body{color:#000;}
#menu a:hover, #menu span, #menu a.sel{color:#000;}
/*#quote h3, #footer{color:#fff;}*/
#footer a{color:#fff;}
/*content bgcol*/
#content{background:#fff;}

/*inline images*/
.box{margin-top:10px;margin-bottom:10px;}
.block{display:block;}
.boxfoot{clear:both;line-height:1px;}
img.rightimg{float:right;padding:3px 13px 2px 8px;border:0;}

/*FONT STYLES*/
body{font-family:Georgia, serif;font-size:100%;line-height:1em;}
#main{font-size:0.75em;}
#menu a, #menu span{font-family:"Trebuchet MS", sans-serif;font-size:1.15em;line-height:1.25em;font-weight:bold;text-decoration:none;}
h1, h2{font-family:"Trebuchet MS", sans-serif;margin-bottom:0em;}
h1{font-size:1.15em;}
h2, h3{font-size:1em;}
h3{font-style:italic;font-weight:normal;}
p{margin-bottom:0em;}
.col3 p, .col3 h2{}
/*footer*/
#footer p{font-family:"Trebuchet MS";font-size:0.95em;}
#footer a{text-decoration:none;}

/*unfocus*/
:link:focus, :visited:focus, :active:focus {-moz-outline:0px;}
