/* CSS Document */

body {
	text-align:center;
	background: url(../res/bodybg.jpg) #000000 top center no-repeat;
	padding:120px 0px 0px 0px;
	margin:0px;

}

#mainwrapper {
	width:950px;
	margin:0 auto;
	text-align:center;
	padding:0px 0px 50px 0px;
}

.boxwrapper {
	width:315px;
	float:left;
	text-align:center;
}

.boxcontentleftright {
	margin:0px 0px 0px 0px;
	padding:50px 0px 0px 0px;
	text-align:center;
	float:left;
}

#boxcontentmiddle {
	margin:0px 0px 0px 0px;
	text-align:center;
}

.boxtopleft {
	width:315px;
	height:180px;
	float:left;
	/*background: url(../res/sundsvallbeerlogo.png) no-repeat;*/
	margin:0px;
}

.boxtopmiddle {
	width:315px;
	height:250px;
	float:left;
	/*background: url(../res/stockholmbeerlogo.png) no-repeat;*/
	margin:0px;
}

.boxtopright {
	width:315px;
	height:180px;
	float:left;
	/*background: url(../res/goteborgbeerlogo.png) no-repeat;*/
	margin:0px;
}

#boxleftright {
	width:235px;
	float:left;
	background:url(../res/boxbg.png) repeat-y;
	padding:20px 40px 20px 40px;
	text-align:center;
}

.boxcontent {
	width:235px;
	float:left;
	background:url(../res/boxbg.png) repeat-y;
	padding:20px 40px 20px 40px;
	text-align:center;
}


.boxbottom {
	width:315px;
	height:20px;
	float:left;
	background:url(../res/boxbottombg.png) no-repeat;
}

#footer {
	width:100%;
	height:60px;
	padding:0px 0px 50px 0px;
	text-align:center;
	float:left;
}


/* Text styles */

h1, h2, h3, h4, h5, h6 {font-family:Georgia, "Times New Roman", Times, serif;}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:150%;
	margin:0px 0px 20px 0px;
}

h1 {
	font-size:25px;
	line-height:110%;
	color:#FFFFFF;
	font-weight:normal;
	margin:10px 0px 15px 0px;
}

h2 {
	font-size:16px;
	line-height:110%;
	color: #b12d15;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}

.stockholmbeer {
	color:#4b7125;
}

.sundsvallbeer {
	color:#0080c6;
}

.goteborgbeer {
	color:#ffc423;
}

.date {
	font-size:16px;
	line-height:100%;
	color: #FFFFFF;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

.footertext {
	color:#b12d15;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

.reqtext {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

/* Link styles */

a:link {color:#b12d15; text-decoration:underline;}
a:visited {color:#b12d15; text-decoration:underline;}
a:hover {color: #FFFFFF; text-decoration:underline;}
a:active {color:#b12d15; text-decoration:underline;}

img a:link {border:none;}
img a:visited {border:none;}
img a:hover {border:none;}
img a:active {border:none;}

img {border:none;}
