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


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

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

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

.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 {
					float: left;
					width: 680px;
					background: #fff;
}

.global #footer {
			text-align: center;
			padding-bottom: 5px;
}

.global #footer img {
			padding-top: 7px;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
			border-left: 1px solid #000;
			background: #5A663D;
}

.global #footer p {
			font: 9px "Lucida Grande", Tahoma, Arial;
			color: #333;
			padding-top: 5px;
}

/* 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;
}
