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

body {
	font: 12px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	background: #4c4a4b;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/graphics/new_back.jpg);
	background-repeat:repeat-x;
}
.sydneytiling #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.sydneytiling #mainContent {
	padding: 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.keyword_holder {
	padding-left: 350px; 
	padding-top: 5px;
	font-size: 10px;
}
.sydneytiling #header {
	padding: 0px; 
	margin: 0px;
	background-image:url(images/graphics/new_title.jpg);
	background-repeat:no-repeat;
	height: 150px;
}
.box {
	padding: 10px; 
	background-color:#000000;
	border: 1px solid #999999;
	margin-right: 208px;
	margin-bottom: 5px;
	/*height: 140px;	*/
}
.box_large {
	padding: 10px; 
	background-color:#000000;
	border: 1px solid #999999;
	margin-right: 0px;
	margin-bottom: 5px;
}

.menu {
	padding-left: 350px; 
	padding-top: 15px;
	font-size: 15px;
}
.right_images{
	float: right;
	height: 100%;
	text-align:center;
}
.changing{
	margin-bottom: 5px;
	border: 1px solid #666666;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
img{
	padding-right:10px;
}
.style1 {font-size: 14px; color:#FFFFFF;}
.style3 {font-size: 14px; font-weight: bold; }
.style5 {
	font-size: 10px; 
	color: #666666;
}

a:link {text-decoration: none; color:#ffffff;}
a:visited {text-decoration: none; color: #ffffff}
a:active {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color:#FF0000;}
.style4 {
	font-size: 20px;
	color: #0099FF;
	padding-right: 30px;
}

.link {
	border-bottom: thin dotted #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}