@charset "UTF-8";
/* CSS Document */


* { margin: 0px; padding: 0px; }

body  {
			font: 1.0em Verdana, Arial, Helvetica, sans-serif;
			background: #E6E5CF;
			color: #000000;
}

.global #container {
			width: 800px;
			background: #C7CAB2;
			margin: 0 auto;
			border: 1px solid #000000;
			text-align: left;
}

.global #containerAWI, .global #container_clientPosts {
			width: 880px;
			background: #C7CAB2;
			margin: 0 auto;
			border: 1px solid #000000;
			text-align: left;
} 

.global #header {
			background: #5a663d;
			height: 77px;
} 

.global #sidebar1 {
			float: left;
			width: 200px;
}

.global #mainContent {
			float: right;
			width: 600px;
			background: #fff;
			clear: right;
} 

.global #mainContent_clientPosts {
			padding-top: 20px;
			float: left;
			width: 680px;
			background: #fff;
}

.global #footer {
			padding-top: 10px;
			text-align: center;
			background: #5a663d;			
}

.global #footer p {
			font: 9px "Lucida Grande", Tahoma, Arial;
			color: #fff;
}

.global #footer img { padding-top: 3px; }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
			float: right;
			margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
			float: left;
			margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;
}

