		/* //////////////////////////////////// */
		/* Direct Conveyancing CSS */
		/* Created by Fat City 2008 */
		/* www.fatcity.com.au */



/* Main Tags */

body
	{
	background: #ffffff;
	color: #757575;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	}

h1
	{
	font-size: 1.2em;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	}

h2
	{
	font-size: 1.1em;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	}

p, form
	{
	padding: 0px;
	margin: 0px;
	}

select, input
	{
	width: 210px;
	}

button
	{
	background: #ffffff;
	font-size: 0.9em;
	color: #757575; 
	}

textarea
	{
	width: 210px;
	height: 60px;
	}


a:link, a:active
	{
	color: #7E7E7E;
	text-decoration: none;
	}

a:visited
	{
	color: #494949;
	text-decoration: none;
	}

a:hover
	{
	color: #7E7E7E;
	text-decoration: underline;
	}



/* Link Tags */

#bottom_space a:link, #bottom_space a:hover, #bottom_space a:visited, #bottom_space a:active
	{
	font-size: 1.1em;
	}



/* Content Tags */


#wrapper
	{
	background-color: #ffffff;
	width: 100%;
	}

#top_space
	{
	margin-top: 60px;
	width: 788px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	}

	#top_banner
		{
		background: #ffffff url(../images/border/logo_top_half.jpg) no-repeat;
		width: 788px;
		height: 54px;
		display: block
		}


#middle_space
	{
	width: 789px;
	height: 489px;
	margin-left: auto;
	margin-right: auto;
	}

	#left_middle_curl
		{
		background: #ffffff url(../images/border/left_curl.jpg) no-repeat;
		float: left;
		width: 70px;
		height: 489px;
		}

	#right_middle_curl
		{
		color: #000000;
		background: #ffffff url(../images/border/right_curl.jpg) no-repeat;
		float: right;
		width: 70px;
		height: 489px;
		}

	#middle_middle_intro
		{
		color: #000000;
		background: #ffffff url(../images/main_page_bottom.jpg) bottom no-repeat;
		float: left;
		height: 489px;
		width: 649px;
		}

	#middle_middle_inside_about
		{
		color: #757575;
		background: #ffffff url(../images/inside_top.jpg) top no-repeat;
		float: left;
		height: 489px;
		width: 649px;
		}

	#middle_middle_inside_about-wrapper
		{
		padding-top: 110px;
		padding-left: 70px;
		padding-right: 55px;
		}

			#about_list_left
				{
				padding-bottom: 10px;
				width: 175px;
				line-height: 2em;
				}

	#middle_middle_inside_contact
		{
		color: #757575;
		background: #ffffff url(../images/inside_top.jpg) top no-repeat;
		float: left;
		height: 489px;
		width: 649px;
		}

		#middle_middle_inside_contact-wrapper
			{
			padding-top: 80px;
			padding-left: 70px;
			padding-right: 55px;
			}

		#contact_left
			{
			float: left;
			width: 250px;
			line-height: 1.9em;
			}

		#contact_right
			{
			padding-left: 10px;
			float: right;
			width: 242px;
			line-height: 2em;
			}


#bottom_space
	{
	width: 788px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	}

	#left_bottom_curl
		{
		background: #ffffff url(../images/border/left_bottom_curl.gif) top left no-repeat;
		color: #7E7E7E;
		float: left;
		width: 260px;
		height: 35px;
		display: block;
		line-height: 30px;
		padding-left: 170px;
		}

	#right_bottom_curl
		{
		background: #ffffff url(../images/border/right_bottom_curl.gif) top right no-repeat;
		text-align: right;
		float: right;
		width: 188px;
		height: 35px;
		display: block;
		line-height: 30px;
		padding-right: 170px;
		}



/* Span */

.current_page
	{
	color: #EF2E23;
	font-size: 1.1em;
	}

.about_us_info
	{
	font-size: 1.1em;
	}

.indent
	{
	text-indent: 20px;
	}

.bold
	{
	font-weight: 600;
	}








