@charset "UTF-8";

/* CSS Document */



img

{

	max-width: 400px;

	width: 47%;

	max-height: none;

}



img.portrait

{

	width: 31%;

}



img.breed

{

	max-width: 800px;

	width: 95%;

	max-height:none;

}



img.nostyle

{

	max-width:none;

	max-height: none;

}



body

{

	width:100%;

	max-width: 900px;

	margin: 20px auto; 

	padding: 0 20px;

}

