/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #0497c3 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #434343;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #014883;
	text-decoration: none;
}
a:hover {
	color: #F9951D;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #97c9ed;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #78b8e7;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #fff;
	font-size: 11px;
}

h1 {
	color: #014883;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:0;
}

/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 830px;
	margin: auto;
}



/* DIV CONTENT =============================================== */

#contentMAIN {
	margin-top: 10px;
	width: 830px;
	float: left;
}

#contentTEXT {
	background: url(../images/bg_content.png) repeat-y;
	width: 800px;
	padding: 0 15px 20px 15px;
	float: left;
}

#box1 {
	width: 434px;
	float:left;
}

#box2 {
	width: 315px;
	margin: 20px 20px 0 0;
	float: right;
}

#box3 {
	width: 250px;
	float: left;
}

#weather {
	background: url(../images/bg_weather.jpg) no-repeat;
	width: 184px;
	padding: 15px 0 15px 0;
	float: left;
}

#contact {
	width: 500px;
	margin: 60px 0 0 40px;
	float: left;
}

#footer {
	background: url(../images/footer01.png) no-repeat;
	width: 830px;
	padding-top: 30px;
	float: left;
}