html{color:#000;background:#FFF;}body,div,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html 		{  height:100%;	background: #000; overflow-y:scroll;}
html.bg { background-position: 337px  0px; background-repeat: no-repeat; }
html.bg body { filter:alpha(opacity=50); opacity: .5; }
html.bg { background-image: url(http://skisser.newmarketstudio.se/bryggeriet/images/startsida.png); }

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/


body{ 
	margin: 0; 
	padding: 0; 
	background: #000;
	color:#fff;
	font-family:Verdana, sans-serif;
	font-size:10px;
}

img 		{ border: 0; }

#headphoto{ width:192px; height:192px;}
#page 		{ 
	width: 940px; 
	margin:0 auto; 
	margin-top:74px;
 }

#header {
 	margin-left:80px;
}

#main-nav {
	float:left;
	margin-left:160px;
	margin-top:41px;
}

#main-nav li {
	float:left;
}
#main-nav li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	margin-right:20px;
}

#main-nav li a:hover, #main-nav li a.current{
	color:#e22939;
}

#header a{
	outline:none;
}
#logo{
	display:block;
	width:210px;
	float:left;
}
#content {
	width:940px;
	margin-top:110px;
	margin-left:159px;
	margin-bottom:104px;
	float:left;
	display:inline;
}
#content.default {
	margin-left:200px;
	width:500px;
}

#content.default #headphoto{
	float:left;
}

#content.default #article{
	margin-left:58px;
	margin-top:-2px;
	width:250px;
	float:left;
}
#content a {
	text-decoration:none;
	color:#f0e9bf;
}

#content a:hover{
	color:#ccc;
}

#content h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#f0e9bf;
	margin-bottom:12px;
}
#content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	margin-bottom:10px;
}

#content p, #content td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:10px;
	line-height:13px;
}

#images{
	width:546px;
	float:left;
}

#images li {
	width:90px;
	float:left;
	padding-right:17px;
	padding-bottom:16px;
}
#names{
	float:left;
}
#names ul{

}
#names h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e22939;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:15px;
}

#names ul li {
	line-height:21px;
	text-align:left;
}

#names ul li a {
	color:#fff;
	text-decoration:none;
}
#names ul li a:hover {
	color:#e22939;
}

#footer{
	height:75px;
	color:#fff;
	width:805px;
	text-align:right;
	background:url(/images/logo.gif) top right no-repeat;
	padding-top:45px;
	margin-right:50px;
	float:left;
}

#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
}
#footer a{
	color:#666;
	text-decoration:none;
}



/* CLEAR AND CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}