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

body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #bigBox {
	width:auto;
	background:url(../images/bg2.gif) top repeat-x;
}
.oneColFixCtr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/header.gif) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 132px 35px 35px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
p, ul, ol {
	line-height:17px;
}

img { 
	border:none;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00C8FF;
}
a:active {
	text-decoration: underline;
	color: #00C8FF;
}

h1 {
	font-size: 25px;
	color: #01c8ff;
	font-weight:bold;
	text-transform:lowercase;
	margin-top:0;
	padding-top:0;
	line-height:26px;
}
h1 span {
	color:#CCCCCC;
}
h2 {
	font-size: 13px;
	color: #999999;
	text-transform:uppercase;
	font-weight:bold;
}

#footer {
	background-color:#C5C5C5;
	padding:10px 35px 10px 47px;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
	}
#footer a, #footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.websitedesignmelbourne {
	color:#9B9B9B;
	}

#leftCol {
	width:248px;
	margin:0;
	padding:35px 0 0 0;
}
#leftCol img {
	border:0;
}
#rightCol {
	width:470px;
	float:right;
	margin:0;
	padding:35px 0 20px 32px;
	
}
#menu {
	padding-left:113px;
}
#menu img {
	border:none;
}
#menu a { 
}

#homeImages {
	margin-top:35px;
}

.highlight {background-color: #fff9a3}
.red {color: #ee504f}

#bookpurchase { 
	border: 1px #01c8ff solid;
	background: #d7ebff;
	padding:5px 15px 5px 15px;
}
