/* Start of CMSMS style sheet 'layout' */
*{
margin: 0;
padding: 0;
}

/* Containers */
#pagewrapper{
width:900px;
margin: 0 auto;
margin-top:30px;
}

#sidebar{
width: 150px;
height: auto;
float: left;
}

#content{
width: 700px;
height: auto;
float: right;
border-bottom: 10px solid #ff7a32;
}
/* Containers End */

/* Main Elements */
#header{
width: 900px;
height: 85px;
border-top: 10px solid #767676;
border-bottom: 10px solid #ff7a32;
}

#menu_container{
width: 130px;
height:auto;
border-top: 10px solid #767676;
border-bottom: 10px solid #ff7a32;
background-color: #f3f3f3;
padding: 10px;
margin-top: 40px;
}

#comments_header{
width: 150px;
height:15px;
background: url(uploads/images/clients_comments.png) no-repeat;
background-position: 0 10px;
padding: 10px 0 2px; 0;
margin-top:40px;
}

#comments_container{
width: 130px;
height:auto;
border-top: 10px solid #767676;
border-bottom: 10px solid #ff7a32;
background-color: #f3f3f3;
padding: 10px;
}

#content_image{
width:700px;
background-color:#FFFFFF;
text-align:center;
float:right;
margin-top: 40px;
border-top: 10px solid #ff7a32;
}

#footer{
width:680px;
text-align:center;
padding-top: 20px;
clear: both;
float:right;
}
/* Main Elements End */

/* Header */
#header_left{
width: 450px;
height: 85px;
float: left;
}

#header_right{
width: 435px;
height: 85px;
float: left;
text-align:right;
padding-right: 15px;
}
/*Header End */
/* End of 'layout' */

