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

body {
	font-family: verdana;
	font-size: 14px;
	color:black;
	background-color:#ffffff; 
	background-image: url(./images/bg.gif); 
	background-repeat: repeat-x;
	text-align: justify;
	line-height:20px
}


#container {
	margin: 0px auto;
	width:872px;
	background-color:white;
	padding:10px;
}



.menu{
	height: 252px;
	width: 197px;
	float: left;
}


.changer{
	width: 445px;
	height:252px;
	float: right;
	border:0px solid black;
	background-color:#20b2e6;
}



.logo{
	height: 252px;
	width: 230px;
	float: right;
	background: url(./images/logo.gif);
	padding: 0px;
	margin: 0px;

}
.photochanger{
	width: 428px;
	padding: 0px;
	padding-top:7px;
	padding-bottom:7px;
	height:238px;
	margin: 0px;
	border:0px solid black;
}

.header {
	left:8px;
	width: 643px;
	height: 37px;
	
}

#content {
	height:100%;
	text-align:justify;

}

.padd20{
	padding:20px;
}

.accesskey {
   text-decoration: underline;
   font-weight: bold;
}	

div.success
{ 
  clear: both;
  width: 320px;
  background-color:green ;  
  height: 13px;
  color: white;
  padding: .4em;
}

div.fail
{ 
  clear: both;
  width: 320px;
  background-color:red ;
  height: 13px;
  color: white;
  padding: .4em;
 }