@charset "utf-8";

body {
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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 {
	background-color: #EEEEEE;
}
.oneColFixCtr #banner {
	float: left;
	width: 800px;
}
.oneColFixCtr #container#navbar {
	background-color: #00FF66;
	float: left;
}
.oneColFixCtr #mainbody {
	background-image: url(../images/repeat_bg.gif);
	background-repeat: repeat-y;
	float: left;
	height: 570px;
	width: 800px;
}
.oneColFixCtr  #footer {
	background-image: url(../images/repeat_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	margin-top: 5px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;
}
.oneColFixCtr #ContactTable {
	border: 1px dotted #CCCCCC;
	background-color: #F2F2F2;
}
#melbourneIT {
	float: right;
}
#portBody {
	height: 530px;
	width: 770px;
	overflow-y:scroll;
	border: 1px solid #CCCCCC;
}
.verdana10px {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.portfoliolayout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
	width: 365px;
	height: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
}
#seoBody {
	height: 530px;
	margin-right: 15px;
	margin-left: 15px;
	overflow-y:scroll;
}

