/* 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: #FF0000;
	font-size: 12px;
	background-image: url(images/icon-red.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h2 a {color: #FF0000; text-decoration:none}
h3 {
	font-size: 12px; 
	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%; 
	}

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

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

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


#wrapcontent {
	float: left;
	width: 657px; 
	height: 479px;
	padding: 15px;
	margin: 32px 0 332px 0;
	background: url(images/bg_wrapcontent.gif) no-repeat;	
	}	
	
#flash {
	margin-bottom: 12px;
	width: 654px;
	height: 283px;
	}
#box {
	float: left;
	padding: 14px;
	width: 181px;
	height: 126px;
	margin-right: 12px;
	background: #fff url(images/bg_box1.gif) no-repeat;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
* html #box {padding: 15px 16px 8px 16px;}
#box h4 {font-size: 10px; font-family: Arial, Helvetica, sans-serif;}
#specialoffer {
	float: left;
	padding: 14px;
	width: 181px;
	height: 126px;
	margin-right: 12px;
	background: url(images/bg_specialoffer.jpg) top right  no-repeat;	
	font-size: 1em;	
	font-family: Arial, Helvetica, sans-serif;
	}

#specialoffer h2, #box h2, #newsletter h2 {margin-bottom: 16px;}
#specialoffer p {margin-right: 50px;}
#specialoffer a {color:#ee1c23; text-decoration: none; }
#newsletter {
	float: left;
	padding: 14px;
	width: 181px;
	height: 126px;
	background: url(images/bg_newsletter.gif) no-repeat;
	font-size: 1em;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
#newsletter h2 {
	color: #FFF;
	background: url(images/icon_white.gif) no-repeat;
	}
	
#newsletter h2 a {color: #FFF; text-decoration:none}
	
#box a:hover, #specialoffer a:hover, #newsletter a:hover { text-decoration: underline}
#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;
  }
  
 
 