body 
{ 
	background-image : url("../images/background.png");
	background-repeat : repeat-x;
	top : 0px;
	background-color : #faf6f8;
}

.html
{
	height : 100%;
}

#main-body
{
	display : block;
	width : 860px;
	background-repeat : no-repeat;
	margin-left : auto;
	margin-right : auto;
	position: relative;
}

#top-bar
{
	display : block;
	position : absolute;
	width : 860px;
	height : 70px;
	background-color : #c9c3c6;
	display : block;
	top : 70px;
	margin-left : auto;
	margin-right : auto;
}

#side-bar
{
	position : absolute;
	display : block;
	width : 160px;
	height : 100%;
	top : 140px;
	bottom : 0px;
	background-color : #c9c3c6;
}

#main-block
{
	position : absolute;
	display : block;
	width : 700px;
	height : 100%;
	top : 140px;
	left : 160px;
	bottom : 0px;
	background-color : #ffffff;
}

#swish-logo
{
	background-image : url("../images/swish-logo.png");
	display : block;
	position : absolute;
	height : 600px;
	width : 800px;
	top : 70px;
	background-repeat : no-repeat;
	margin-left : -120px;
	margin-right : auto;

}

#top-objects
{
	display : block;
	position : absolute;
	width : 860px;
	height : 70px;
	background-color : #c9c3c6;
	display : block;
	top : 70px;
	margin-left : auto;
	margin-right : auto;
}

#small-logo
{
	position : absolute;
	float : left;
	display : block;
	top : -10px;
	left : -10px;
}

#top-address
{
	position : absolute;
	display : block;
	font-size : 11px;
	color : #ffffff;
	font-family : sans-serif;
	font-weight : bold;  
	left : 135px;
	top : 15px;
	z-index : 1;
}

#top-phone
{
	position : absolute;
	display : block;
	left : 550px;
	top : 10px;
	font-size : 11px;
	color : #b06887;
	font-family : sans-serif;
	font-weight : bold;  
	z-index : 1;
}

#main-content
{
	position : absolute;
	display : block;
	width : 660px;
	height : 100%;
	top : 140px;
	left : 200px;
}

#main-content p
{
    font-size : 12px;

}

#main-logo
{
	display : block;
	position : absolute;
	top : 0px;
	left : 200px;
}

#menu-bar
{
	position: absolute;
	display: block;
	width : 200px;
	height : 80%;
	top : 220px;
	left : -20px;
}

.button
{
	background-image : url("../images/button.png");
	display : block;
	height : 20px;
	width : 130px;
	background-repeat : no-repeat;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	padding-top : 7px;
	color : #ffffff;
	font-size : 75%;
	font-family : sans-serif;
}

.button a 
{
	color : #ffffff;
	text-decoration : none;
}



.button a:link, #navlist a:visited 
{
	text-decoration : none;
}

.button a:hover 
{
	color : #000000;
}

.img-border 
{
	margin : 10px 0 0 10px;
	border : 5px solid #d1a6b9;
	background-color : #d1a6b9;
}

#magic-text
{
	position : absolute;
	display : block;
	width : 610px;
	top : 100px;
	left : 55px;
	font-size : 12px;
}


.lW 
{ 
	float : left; 
	clear : left; 
	height : 15px; 
}

.rW 
{ 
	float : right;
	clear : right; 
	height : 15px; 
}

.img_gal_row
{
        width : 600px;
        height : 250px;
        display : relative;
        text-align : center;
}
 
.gal_img
{
        display : block;
        float : left;
        margin-left : 40px;
        margin-right : 40px;
        width : 200px;
        height : 200px;
 
}
