/* CSS Document */
* {margin:0; padding: 0;}

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	background: #e8f4fb url(images/bg-main.jpg) fixed bottom left no-repeat;	
}
* html body {overflow:hidden; behavior:url(http://womensownadventure.com.au/templates/home/csshover.htc); }

h2{
	color: #EE1C23;
	font-size: 14px;
	background-image: url(images/icon-red.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h3 {
	font-size: 11px; 
	color:#507183; 
	text-transform:uppercase;
	margin-bottom: 12px;
	padding-top: 12px;
	}

p {margin-bottom: 8px; line-height: 1.5em;}

#container {
	width: 100%;
	display:block; 
	height:100%; 
	max-height:100%;
	overflow:auto; 
	/*padding-left:200px;  pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	}

* html div#container { height:100%; overflow:auto; }

#navbar {
	padding: 25px 48px 25px 25px;
	width: 200px;
	float: left;
}

#phone {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #989da3;
	padding-top: 8px;
	}

#wrapcontent1 {
	float: left;
	width: 680px; 
	margin: 32px 0 332px 0;
	background: url(images/bg_wrapcontent-mid.gif) repeat-y;	
	}	
#wrapcontent1.one-col{background: url(images/bg_wrapcontent-mid-1col.gif) repeat-y;}	
	
#wrapcontent2 {background: url(images/bg_wrapcontent-bottom.gif) left bottom no-repeat; height:25px;}
#wrapcontent2.one-col{background: url(images/bg_wrapcontent-bottom-1col.gif) left bottom no-repeat;}

#content {
	padding: 16px;	
	background: url(images/bg_wrapcontent-top.gif) top left no-repeat;
}
#content.one-col{background: url(images/bg_wrapcontent-top-1col.gif) top left no-repeat;}

	#bodycopy {
		float: left;
		width: 400px;
		padding: 14px 14px 24px 14px;
		margin-right: 16px;
		}
		
	#bodycopy.one-col{
	width: 615px;
	padding: 14px 14px 14px 14px;
	margin-right: 0px;
	}
	
	#bodycopy ul, #bodycopy ol {
		margin: 0 0 8px 16px;}
	#bodycopy li {line-height: 1.5em;}	
	#bodycopy a{color: #EE1C23; text-decoration:none;}	
	#sidebar {
		float: left;
		width: 176px;
		padding: 14px;
		}
	.sidebar-pics {text-align: center;}
	.sidebar-pics img {margin-bottom: 16px; padding: 3px; border: 1px solid #999999}
	
#footer {
	/*clear: both;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 16px 70px 24px 70px;
	color: #999999;
	font-size: 10px;
	}
#footer a {color:#666666; text-decoration: none;}

body>div#footer{
   position: fixed;
  }
  
 
 