/* Global reset */
* {
    margin:0;
    padding:0;
}

html{height: 100%;}

  /***************/
 /*   LAYOUT    */
/***************/

#body
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:1000px;
	height:620px;
	/*border: 1px solid red;*/
}
#menu
{
	position: absolute;
	top: 130px;
	left:0px;
	height:435px;
	width: 170px;
	/*border: 1px solid red;*/
	text-align: center; /*for IE6 */
	color:#505050;
	padding:15px;
	overflow:hidden;
	background-color:#E4E4E4;
}
#logo
{	
	position:absolute;
	top:0px;
	left:0px;
	padding:15px;
	width:170px;
	height:100px;
	text-align:left;
	/*border-right: 1px solid gray;
	border-bottom: 1px solid gray;*/
}
#c1
{
	position:absolute;
	top:0px;
	left:200px;
	width:780px;
	padding-left:10px;
	padding-right:5px;
	height:120px;
	/*border: 1px solid red;*/
}
#c2
{
 	position:absolute;
	top:120px;
	left:200px;
	width:780px;
	height:25px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	/*border-top: 1px solid gray;*/
}
#c3
{
    position:absolute;
	top:150px;
	left:200px;
	/*margin-left:auto;
	margin-right:auto;*/
	padding:20px;
	width:740px;
}
#c11
{ 
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:90px;
	width:90px;
}
#title_portrait_container
{ 
	position:absolute;
	padding-left:230px;
	top:10px;
	left:20px;
	height:90px;
	/*border: 1px solid red;*/
}
#c3_atelier
{
    position: absolute;
	/*margin-left:auto;
	margin-right:auto;*/
	padding-left:30px;
	top:150px;
	left:200px;
	width:740px;
	background-image:url("Images/photo_atelier_bright.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}
#c31 img
{
    display:block;
	margin-left:auto;
	margin-right:auto;
	height:400px;
	text-align:center;
}
#c32
{
 	position:absolute;
	top:430px;
	height:20px;
	width:740px;
	padding-top:5px;
	text-align:center;
	/*border: 1px solid red;*/
}
#c11 img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:80px;
}
#c2 p
{
	font-size:15px;
	font-weight:bold;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */