#main {
    min-width:  1000px;
    margin:     0 auto 15px auto;
    clear:      both;
}

#header {
    height:  101px;
    padding: 0 15px;
}

#sidebar {
    position:    absolute;
    top:         101px;
    left:        10px;
    width:       210px;
}

#breadcrumbs {
    margin-bottom:  10px;
    height:         21px;
    line-height:    21px;   
}

#content-container {
    position:       relative;
    min-width:      700px;
    margin:         0 15px 0 230px;
}

.box {

}

.box-heading {
    height:      32px;
    line-height: 32px;
    font-size:   12px;
    font-weight: bold;
    background:  url(../images/box-heading-bg.png) repeat-x;
	 border: 1px solid #B0CCE7;
	 -moz-border-radius: 6px 6px 0 0;
	 -webkit-border-radius: 6px 6px 0 0;
	 padding: 0 15px 0 15px;
}

.box-content {
    padding:            15px;
    background-color:   #FFF;
    border:             1px solid #AFCCE7;
    border-top-width:   0;
    margin-bottom:      15px;
}
.img_container{
	float: left;
	margin-right: 10px;
}
.img_container .pic{
	border: 2px solid #eaeaea;
}
.img_container .default{
	border: 2px solid #009900;
}