/* CSS Document */
/* Initial version made by [VS] vincent.spano@idiap.ch */
/* date: 17.11.2011 */
/* find below the "div" structure
mainbcontainer
	headercontainer
		logocontainer
		bannercontainer
	headercontainer
	
	middlecontainer
		addresscontainer
		contentcontainer
			roundbox
	middlecontainer
	
	footercontainer
mainbcontainer
*/

body{
background-color:#ffffff;
margin:0em 0em 0em 0em;
color: #636363;
font-family: Arial,Helvetica,Verdana,"Lucida Grande",Lucida sans-serif;
font-size:0.8em;
text-align: justify;
line-height: 1.5;
}
img{
border:0;
}
/*this is the style for the main container with a fixed size*/
#maincontainer{
width:1280;
margin:0em auto;
float:left;
background-color:#ffffff;
}
/*this is the style for the container header*/
#headercontainer{
width:1280;
background-color:#ffffff;
margin:0em;
padding:0em 0em 0em 0em;
clear:both;
}
/*this is the style for the container logo*/
#logocontainer{
width:200 !important;
width:265;
padding:0.8em 0em 0em 5em;
float:left;
background-color: #ffffff;
}
/*this is the style for the container banner*/
#bannercontainer{
background-image:url(banner.png);
background-repeat:no-repeat;
width:849px;
height:108px;
padding:0em 0em 0em 0em;
float:left;
background-color:#ffffff;
}
/*this is the style for the text 'user name' located in the banner*/
#yourname{
color:#ffffff;
font-size:16px;
padding:5.0em 0em 0em 0.9em;
font-family: Arial,Helvetica,Verdana,"Lucida Grande",Lucida sans-serif;
font-style:italic;
font-weight:bold;
text-shadow: #000000 1px 1px 0.5px;
}
/*this is the style for the midlle container*/
#middlecontainer{
width:1280;
clear:both;
background-color:#ffffff;
margin:0em;
padding:0em;
}
/*this is the style for the container address*/
#addresscontainer{
width:auto!important;
width:200;
padding:0em 0em 0em 5em;
margin:2.4em 0em 0em 0em;
background-color:#ffffff;
float:left;
}
/*this is the style for the container content*/
#contentcontainer{
width:800;
padding:0em 0em 0em 0em;
margin:2.3em 2.0em 2em 6em;
float:left;
background-color:#ffffff;
}
/*this is the style for the container footer*/
#footercontainer{
clear:both;
width:1100;
height:2em;
margin:9em 0em 0em 2em !important;
margin:2em 0em 0em 2em;
padding:0.5em 0em 0.8em 0em;
background-color: #cccccc;
}
#footertxt
{
width:500;
text-align:left;
margin:0em 0em 0em 3em;
}

