* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 0 0px 0;
}
#wrap
{
	width: 790px;
	min-height: 100%;
	height: auto !important; /* CSS hack, döljer för IE6 */
	height: 10px; /* Minsta värde för IE 6 */
	text-align: center;
	margin: 0px auto 10px auto;
	background:#ffffff;
	
}
.top
{
	width: 780px;
	height: 10px;
	margin: auto;
	clear: both;
	position: relative;
	
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	
	margin: 10px auto 0 auto;
	
	padding: 0px 20px 0px 20px;
}
#head
{
	width: 780px;
	height:	125px;
	background:	url(images/headBg.jpg) no-repeat #ffffff;
	margin: auto;
	position: relative;
	text-align: left;
	padding: 0px 20px 0px 20px;
}
#main_wrap_vit
{
	width: 800px;
	min-height: 100%;
	height: auto !important; /* CSS hack, döljer för IE6 */
	height: 100%;
	background:	url(images/mainBg.jpg) repeat-y #ffffff;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}
#main_left
{
	width: 165px;
	min-height: 100%;
	height: auto !important; /* CSS hack, döljer för IE6 */
	height: 100%;
	float: left;
	margin: 0 auto 0 auto;
	
	padding: 0px 10px 0px 10px;
	
	background: #ffffff;
	
	text-align: left;
}
#main_middle
{
	width: 415px;
	min-height: 100%;
	height: auto !important; /* CSS hack, döljer för IE6 */
	height: 100%;
	float: left;
	margin: 0 auto 0 auto;
	
	padding: 0px 10px 0px 10px;
	
	background: #ffffff;
	
	text-align: left;
	font-size: 12px;
}
#main_right
{
	width: 180px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin: 0 auto 0 auto;
	
	background: #FFFFFF;
	
	text-align: center;
	font-size: 12px;
}
#main_right_stor
{
	width: 600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin: 0 auto 0 auto;
	
	background: #FFFFFF;
	
	text-align: left;
	font-size: 12px;
}
.push {
	height: 4em; /* .push must be the same height as .footer */
	width: 800px;
	margin: auto;
	clear: both;
	top: 4em;
}
#bottom
{
	width: 800px;
	height: 55px;
	background:url(images/bottomBg.jpg) no-repeat;
	margin: auto;
	clear: both;
	position: relative;
	
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	
	margin: 0px auto 0px auto;
	
	padding: 0px 10px 0px 10px;
}

A, A:visited, A:active, A:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

