/* css document

	Developed by Weensyweb Designs -- http://www.weensyweb.com

	for Adelaide Care Solutions -- http://www.adelaidecare.com.au
	
	April 2007
	

/* html */

a:link,a:active,a:visited {
	color:#FFF;
	text-decoration: underline;
}

a:hover	{
	color : #FFF;
	text-decoration: none;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ea0010;
}

/* layout */

#wrap {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#text1 {
	position: absolute;
	top: 250px;
	left: 320px;
	color: #FFF;
	font-size: 24px;
	text-align: right;
	width: 436px;
	z-index: 5;
}

#text2{
	font-size: 37px;
	color: #FFF;
	position:absolute;
	top: 147px;
	left: 575px;
	width:179px;
	text-align: right;
	z-index: 5;
}

#text3{
	font-size: 24px;
	color: #FFF;
	position:absolute;
	top: 192px;
	left: 590px;
	width:164px;
	text-align: right;
	z-index: 5;
}

#text4{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position:absolute;
	top: 348px;
	left: 319px;
	width:436px;
	text-align: right;
	z-index: 5;
}

