/* CSS Document */
/* Insynch Web Design Pty Ltd 
/* Template
/* I need to add more copywrite stuff here */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#f1f1f1;
	}

* html body {
  font-size:x-small; /* for IE5/Win */
  f\ont-size:small; /* for other IE versions */
  }

* {margin:0; padding:0;}

p {margin:15px 0;}

#container {
	margin: 0 auto 0 auto;
	background-color:#fff;
	width:776px;
	}


/* Header */
#header {
	background:#fff url(../struc_images/logo.gif) no-repeat bottom right;
	width:inherit;
	height:200px;
	}

/* End Header */


/* Navigation */

#navigation {
	float:right;
	height:auto;
	background-color:#C41130;
	width:inherit;
	}
	
#navigation ul{
	float:right;
	width:100%;
	list-style:none;	
	}

#navigation li {
	float:right;
	height:auto;
	font-size:90%;
	padding:5px 0 5px 5px;
	}
	
#navigation a, #navigation a:visited{
	padding:5px 10px;
	text-decoration:none;
	color:#7d7b7f;
	font-weight:500;
	letter-spacing:1px;
	}	
	
#navigation a:hover {
	background-color:#666;
	color:#fff;	
	}
/* End Navigation */


/* Content */

#content {
	clear:both;
	background-color:#f6f6f6;
	width:auto;
	color:#000;
	padding:15px 20px;
	line-height:17px;
	height:300px;
	font-size:110%;
	}
	
#content h1 {
	color:#000;
	font-size:200%;
	letter-spacing:1px;
	}

#content img {
	padding:0 0 5px 6px;
	}
	
#content a, #content a:visited {
	text-decoration:underline;
	color:#000;
	}
	
#content a:hover {
	text-decoration:none;
	background-color:#C41130;
	color:#fff;
	}
		
/* End Content */

/* Footer */

#footer {
	clear:both;
	text-align:center;
	padding:5px 5px 5px 20px;
	height:40px;
	background-color:#2D33A4;
	color:#fff;
	font-size:85%;
	letter-spacing:1px;
	}
	
#footer a, #footer a:visited {
	text-decoration:underline;
	color:#ffffff;
	}
	
#footer a:hover {
	text-decoration:none;
	background-color:#B31B34;
	color:#f1f1f1;
	}	
	
#footer_phone {
	float:left;
	width:300px;
	text-align:left;
	margin-left:-5px;
	}
#footer_details {
	float:right;
	width:300px;	
	text-align:right;
	}

	
.insynch {
	clear:both;
	margin-top:10px;
	font-size:80%;
	}

/* End Footer */