body {
    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
}
a, a:visited {
    text-decoration: none;
}
.smtype {
font-size:12 px;
}

.bigtype {
    font-size: 48px;
    font-weight: bold;
}
.medtype {
    font-size: 24px;
    font-weight: bold;
}

.box {
    border-style: solid;
    padding: 5px;
}

#main {
        //background-color: #ccc;
        margin: 50px 0px 0px 50px;
        width: 600px;
        float: left;
        font-family: Georgia, Times New Roman, Times, sans-serif;
        font-size: 15px;
        line-height: 22px;
        overflow: hidden;
        border-style: solid;
	padding: 20px;
}

#sidebar {
	        margin: 50px 0px 0px 0px;
       background-color:#000;
        color:#fff;
width:200px;
padding: 10px;
        float: left;
}
.photo {
    font-weight: bold;
font-style: italic;
  text-align: center;

}
