@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	}

body {
	background: #dad2cc;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-weight:normal;
	}
	
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}
	
#contact {
	font-size:15px;
	text-align:left;
	font-weight:bold;
	line-height:22px;
	float:left;
	margin-top:22px;
	}

#contact em {
	font-size:12px;
	font-weight:normal;
	line-height:40px;
	}
	
#logo {
	background: url(images/logo_stockholminteractive.gif) no-repeat;
	width:248px;
	height:85px;
	float:right;
	}
	
.box {
	margin-top:25px;
	padding:0 0 20px 0;
	background: #fff;
	height:302px;
	}
	
.box-image {
	height:290px;
	width:472px;
	border:1px solid #fff;
	margin:15px 15px 15px 0;
	border-left:15px solid #fff;
	float:left;
	}
	
.box-text {
	color:#505050;
	font-size:12px;
	line-height:18px;
	margin:25px 12px 15px 0;
	float:right;
	width:230px;
	}
	
h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	}
	
.box-button {
	background:url(images/button_bg.gif);
	width:165px;
	height:25px;
	padding: 7px 0 0 25px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-top:15px;
	}
	
.box-button a {
	color:#fff;
	text-decoration:none;
	}	
	
.box-button a:hover {
	color:#d4d4d4;
	}
	
.clear {
	clear:both;
	}