

/*brooksdale.com.au Cascading Style Sheet*/
/*W3C validated*/

	
	body {
			font-family: times, times new roman, serif;
			font-size: 12pt;
			
		}
		
		
/*Navigation bar*/
		
	
	#navigation {
			border: 0px;
			background-color: #003300;
			width: 80%;
			margin-left: 10%;
			margin-right: 10%;
			color: #FFFFFF;
			text-decoration: none;
			}

	tr.menu a:link {
		color:white;
		text-decoration: none;
	
		}
				
	tr.menu a:visited { 
		
		color: white;
		text-decoration: none;
		
		}
		
	tr.menu a:hover { 
		
		color: white;
		text-decoration: underline;
	
		}
	

/*Shifting logo image*/

	
	td.ram1 img {
		float: left;
		}
		
/*Centreing title*/


	th.title h1 {
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
		}
		
		
/*Shifting logo image*/

		
	td.ram2 img {
		float: right;
		}


/*Shifting nav text*/
		
	tr.menu td {
		text-align: center;
		}
		
		
/*Page content*/


	#content {
		width: 100%;
		}
		
	table.text {
		border: 3px solid #003300;
		margin-left: 10%;
		margin-right: 10%;
		padding: 15px;
		line-height: 140%;
		}
		
	p.title {
		color: #003300;
		text-align: center;
		vertical-align: top;
		font-size: 14pt;
		font-variant:small-caps;
		}

		
		
/*Footer*/

	p.footer {
		text-align: center;
		}
		
	
		
		
