/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

/*border*/
body {
	background-image: url(../assets/background.gif);
	background-repeat: repeat-x;
	background-color: #BDB8AB;
}
div#container{
	width:761px;
	background-image: url(../assets/border.gif);
	background-repeat: repeat-y;
	background-position: 760px 0;
	background-attachment: fixed;
	background-color: #E8E3D6;
}
	

#identification{
	background-color:#E8E3D6;
	background-image: url(../assets/logo_back.gif);
	background-position:right;
	background-repeat: no-repeat;
}

#identification_wrapper {
	background-color: #BDB8AB;
}

#nav_wrapper {
	background-image: url(../assets/photo_back.gif);
	background-repeat: repeat-x;
	background-color: #C7CDA6;
}
div#nav {
	background-image: url(../assets/photo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

#content {
	background-image: url(../assets/cont_back.gif);
	background-repeat: repeat-x;
	background-color: #E8E3D6;
}



#content_add {
	background-image: url(../assets/add_bottom.gif);
   background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #CFC8BB;
}


div#footer {
	text-align: right;
	background-color: #BAB492;
	
}