@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);

/* To calculate font sizes in em instead of px, divide px/16 to get em */
/* eg. font size of 13px = 13/16 = 0.8125em */
/* 1em is typically 16px */
/* ems are inhereted. So if the body text is 0.5em, then everything inside */
/* the body will be halved */

/* fonts converted with fontsquirrel font-face kit generator */
/* http://www.fontsquirrel.com/fontface/generator */
/* Kits : http://www.fontsquirrel.com/fontface */
@font-face {
    font-family: 'ns_sansnormal';
    src: url('ns_sans_light-webfont.eot');
    src: url('ns_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ns_sans_light-webfont.woff') format('woff'),
         url('ns_sans_light-webfont.ttf') format('truetype'),
         url('ns_sans_light-webfont.svg#ns_sansnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html	{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
}


body {
    background-color: #fff;
}
div.picturebox {
    float: left;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
}

div.picturebox img {
    max-height: 350px;
    margin: 1px;
    padding: 1px;
}
