@charset "UTF-8";
body  {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-color: #4b8935;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size:14px;
	color:#3E3E3E;
	font-weight:100;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.contenttitles
{
	background-image:url(bg_titles.gif);
	font-size:14px;
	color:#F6F6F6; 
	padding-left: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	letter-spacing: 0.3em;
	font-weight: 100;
}
.paw #container { 
	width: 920px;  
	background: #441817;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.paw #header { 
	background: #DDDDDD; 
} 
.paw #header h1 {
	margin: 0; 
	padding: 0px 0; 
}
.paw #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 329px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f2f2f2; /* the background color will be displayed for the length of the content in the column, but no further */
	height:100%;
	/*padding: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.paw #mainContent {
	/*PADDING: remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-right: solid 1px #999;*/
	color:#333;
	background-color:#f2f2f2;
	width:920px;/*	padding: 10px;*/
} 
.paw #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#441817;
	color:#B1635C;
} 
.paw #footer p {
	margin: 0;
}
.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;
	color: #441817;
}


.content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3e3e3e;
	padding-left: 10px;
	font-weight: normal;
	/*border-right-width: thin;
	border-right-style: solid;
	border-right-color: #451817;*/
	padding-right: 10px;
	line-height: 16px;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3e3e3e;
	line-height: 28px;
	font-style:italic;
}
.title2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-decoration: underline;
	color: #3e3e3e;
}
.sidebar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #3E3E3E;
	background-color: #E7E7E7;
	background:url(http://www.peopleatwork.com.au/assets/sidebar_bg.gif)
}



a:link {
	color: #7E9ABA;
}
a:visited {
	color: #7E9ABA;
}
a:hover {
	color: #7E9ABA;
}
a:active {
	color: #7E9ABA;
	font-size: 9pt;
}
.footer {
	color: #CCC;
	font-style: italic;
}
.footerdetails {
	font-size: 9px;
	color: #E7E7E7;
	text-align: left;
}

