#content {
	padding:0px;
	margin:0px 0px;
}

#main_content {
/* Typical fixed height and fixed width example */
width: 610px;
height: 305px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#left_nav {
/* Typical fixed height and fixed width example */
width: 340px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#project_content {
/* Typical fixed height and fixed width example */
width: 345px;
height: 305px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#project_quote {
/* Typical fixed height and fixed width example */
width: 265px;
height: 265px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#client_content {
/* Typical fixed height and fixed width example */
width: 375px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#client_logo {
/* Typical fixed height and fixed width example */
width: 1000px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

