body {
	background-image: url(../images/bakgrund.gif);
	background-repeat: repeat;
	background-color: #460E0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFEEE;
	}
	
.mainBlock {
	width: 800px;
	margin: 0px auto;
	}

.contentBlock {
	width: 100%;
	border: 2px solid #FFFEEE;
	background-color: #460E0D;
	}
	
.toppaddingBlock {
	width: 100%;
	height: 50px;
	}

.headerBlock {
	width: 100%;
	height: 95px;
	background-image: url(../images/toppbild.gif);
	background-repeat: no-repeat;
	background-color: #460E0D;
	}

.menyBlock {
	width: 100%;
	height: 85px;
	background-image: url(../images/meny-linje.gif);
	background-repeat: repeat-x;
	background-color: #460E0D;
	}

.huvudtextBlock {
	background-image: url(../images/bakgrund-drinkglas.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	}

.textBlock {
	width: 550px;
	text-align: center;
	padding: 5px;
	margin: 0px auto;
	}

.menyBild {
	position: relative;
	left: 30px;
	top: 4px;	
	}

h1 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFEEE;
	}

h2 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFEEE;
	}

a {
	color: #FFFEEE;
	text-decoration: none;
	}

.ramBilder {
	border: 1px solid #FFFEEE;
	}