@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #bfbfbf;
	padding:0px;
	margin:0px;
}

div {
	padding: 0px; 
	margin: 0px;
}

#pagecontainer {
	margin: 34px auto 10px auto;
	padding:0px;
	width:1000px;
	height:740px;
	background-color:#FFFFFF;
	border:1px solid black;
}

#leftpage {
	padding:40px 50px 26px 48px;
	width:402px;
	height:674px;
	background-color:#a0a0a0;
	display:block;
	float:left;
	color:#e5e5e5;	
}

#leftpagewithphoto {
	padding:40px 50px 26px 48px;
	width:402px;
	height:674px;
	background:url(images/luciano.jpg) bottom;
	display:block;
	float:left;
	color:#eeeeee;	
}

#content {
	height:100%;
	border:none;
	margin:0px;
	padding:0px;
}

#content h1 {
	font-size:34px;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:20px;
}

#content p {
	font-size:12px;
	font-weight:normal;
	line-height:27px;
}

#content a:link, #content a:active, #content a:visited {
	color:#e5e5e5;
	border-bottom:1px dashed #e5e5e5;
	text-decoration:none;		
}

#content a:hover {
	color:#e5e5e5;
	text-decoration:none;
}


#rightpage {
	padding:50px 50px 0px 50px;
	width:400px;
	height:640px;
	margin-left:500px;
	position:relative;	
}

#menu {
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	text-align:justify;
	font-size:14px;
	margin-bottom:-10px;
	border-bottom:1px dashed black;
	padding-bottom:4px;
}

#menu a:link, #menu a:active, #menu a:visited {
	color:#000;
	text-decoration:none;		
}

#menu a:hover {
	color:#000;
	text-decoration:none;
}

#businesslines {
	height:228px;
	padding:0px;
	margin:0px;
}

#conceptline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 94px;
	line-height:106px;
	letter-spacing:-9px;
	margin-bottom:-37px;
	margin-left:-6px;
	padding:0px;
}

#designline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 88px;
	letter-spacing:-7px;
	margin-bottom:-32px;
	margin-left:-6px;
}

#realisationline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 76px;
	letter-spacing:-5px;
	margin-left:-3px;
}

#businesslinesstreamer {
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-weight:normal;	
	font-size: 15.5px;
	letter-spacing:4px;
	text-align:center;
	margin-top:-8px;
	padding-top:6px;
	border-top:1px dashed black;
}

#logo {
	margin-top:214px;
}

#logo_soulsonic {
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-weight:normal;	
	font-size: 25.5px;
	letter-spacing:4px;
	text-align:right;
}

#logo_design {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 150px;
	letter-spacing:-14px;
	margin-left:-6px;
	margin-top:-52px;
}

#logo_hr {
	border-top:1px dashed black;
	margin-top:-14px;
	margin-left:2px;
	margin-right:1px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 10px;
	margin-top:-10px;
	margin-left:1px;
	color:#CCC;
}