/* CSS Document - Helsingkroniten.se */

*{
margin: 0px;
padding: 0px;
}

body{
margin: 30px;
background-image: url(vapenBg.gif);
}

body, textarea, input{
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
font-size: 12px;
}

div{
background-color: transparent;
width: 700px;
}

p{
padding-top: 10px;
}

a{
color: #0091d0;
}

ul{
list-style: none;
}

h1{
font-size: 18px;
}

.focus, #menu li a:hover, #menu li a#current{
color: #fff;
}

#center{
float: none;
margin: 0px auto;
}

#container{
background-color: #eee;
border: 1px solid #999;
position: relative;
bottom: 5px;
right: 6px;
background-image: url(fadeBg.gif);
background-repeat: repeat-x;
background-position: top;
}

#shade{
background-color: #999;
}

#header{
height: 100px;
font-size: 24px;
}

#header, #menu{
background-image: url(vapenBgHeader.gif);
}

#header, #menu a{
color: #f4f4f4;
}

#menu, #footer, h1{
letter-spacing: 1.3px;
}

#menu, label{
font-weight: 500;
}

#menu{
height: 22px;
}
#menu ul{
float: left;
}
#menu a{
display: block;
padding: 5px;
padding-top: 0px;
text-decoration: none;
font-size: 14px;
}
#menu li{
float: left;
}
#menu li a:hover, #menu li a#current{
background-image: url(hover.gif);
background-repeat: no-repeat;
background-position: bottom center;
}

#main{
text-align: justify;
}

#main, #footer{
width: 680px;
padding: 10px;
}

#colRight{
float: right;
}
#colRight ul{
margin-top: 10px; 
}
#colLeft{
float: left;
}
#colLeft h1, #colLeft h2, #colRight li{
text-align: left;
}
#colLeft, #colRight{
width: 310px;
padding: 10px;
}
#colLeft h2, #colRight h2, #footer{
font-size: 14px;
color: #93504D;
}
#colLeft h3, #colRight h3{
border-top: 1px solid #999;
color: #999;
}
#colLeft img, #colRight img{
border: 5px solid #ccc;
}

#footer{
border-top: 1px solid #999;
text-align: center;
background-color: #ccc;
clear: both;
}