body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	background-image: url(demolition-images/body_sydney_demolition.jpg);
}

	
/*=WRAPPER*/
/*=HEADER*/

#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(demolition-images/bkgrd-sydney-demolition.jpg);
	background-repeat: repeat-y;
}

/*=NAVIGATION bottom border on li and top border on ul to get single borders*/
#navigation {
	width: 170px;
	padding: 10px;
	float: left;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-left-style: none;
	text-align: right;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	line-height: 22px;
	/*	display: inline;*/
}
#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	padding: 5px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#navigation li a:hover {
	color: #0EA0C5;
	font-weight: bold;
	background-color: #000000;
}

/*=CONTENT*/
#content {
	width: 680px;
	float: right;
	text-align: left;
	padding-right: 20px;
	padding-left: 15px;
	line-height: 18px;
}

#content ul {
	line-height: 22px;
}

#content a:link, #content a:visited, #content a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
/*to align images*/
.float-left {
	float: left;
	margin-right: 10px;
	padding-right: 25px;
}

.float-right {
	float: right;
	margin-left: 10px;
	padding-left: 5px;
	padding-bottom: 6px;
}

.centre {
	text-align: center;
}

h1 {
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	letter-spacing: -1px;
}

h2 {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: bold;
}


.heading {
	color: #0EA0C5;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
}

#myweb {
	margin: auto;
	width: 900px;
	color: #999999;
	line-height: 18px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#myweb a:link {
	color: #999999;
	text-decoration: none;
}

#myweb a:active, a:visited, a:hover {
	color: #999999;
	text-decoration: none;
}

.boldit {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

/*FOOTER: to align it to the right and give it a background colour, remember to clear the floats from content and nav*/
#footer {
	clear:both;
	color: #333333;
	text-align: left;
	background-image: url(demolition-images/footer_sydney_demolition.jpg);
	height: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 208px;
	font-size: 10px;
}

.minime {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
#footer a:link, #footer a:visited {
	color: #333333;
	background-color: transparent;
}
.bolditRed {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.minimeRed {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.65px;
}
#notepad {
	background-image: url(demolition-images/notepads-1-demolition.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-left: 65px;
	width: 300px;
	padding-right: 65px;
	float: left;
}
.ticks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	list-style-image: url(demolition-images/demolition-tick.gif);
	font-weight: bold;
	line-height: 26px;
}
#notepad-clear {
	background-image: url(demolition-images/notepads-1-demolition.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-left: 65px;
	width: 300px;
	padding-right: 65px;
	clear: left;
}

