/* General properties */

body {
	background: url("../images/structure/body_background.jpg") #1d3a57 repeat-x top;
}

/* Font properties */
h1 {
	font-size: 2.4em;
	color: #285077;
	padding-bottom: 5px;
	border-bottom: solid 2px #dce3e9;
}
h2, h3 {
	color: #285077;
}
p {
	color: #434343;
	line-height: 1.4em;
}
a img {
	border: none;
}
/* Main content properties */
div#mainContent {
	background: url("../images/structure/maincontent_background.gif")  repeat-y ;
}
div#mainContentTop {
	background: url("../images/structure/maincontent_top.gif")  no-repeat ;
}
div#mainContentBottom {
	background: url("../images/structure/maincontent_bottom.gif")  no-repeat ;
}
/* Hans Törne box, bottom right corner  */

div#hansTorne {
	background: url("../images/structure/hanstorne.jpg")  no-repeat ;
}
/* Main menu properties */
div#studioLiMenu {
	background: url("../images/structure/menu_background.jpg") right top  no-repeat ;
}

div#studioLiMenu {
	
}
/* Spotlight boxes */
div.box_book {
	background: url("../images/structure/box_book.jpg") no-repeat ;
}
div.box_case {
	background: url("../images/structure/box_case.jpg") no-repeat ;
	margin-left:5px;
}
div.box_guides {
	background: url("../images/structure/box_guides.jpg") no-repeat ;
	margin-left:5px;
}

/* Right column properties */
div#rightColumnArticle {
	background: url("../images/structure/box_articles.jpg") no-repeat ;
}


