/* ----- CSS ----- */
/* ---------------------------------- */
/* Website: az.graydesign.com.au     */
/* Email: az@graydesign.com.au      */
/* ---------------------------     */
/* ------ DEFAULT ELEMENTS ------ */

body {
	background-color: #f7f7f7;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	margin: 0; 
	padding: 0;
}

table {
	border-collapse: collapse;
 	border-spacing: 0;
	height: 100%;
	width: 100%;
}

td, th { 
	padding: 0; 
}

td#centre {
	text-align: center;
}

p { 
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

acronym {
	color: #000000;
	border-bottom: 1px dotted #bbbbbb;
	text-transform: uppercase;
}

/* ----- LAYOUT ELEMENTS ----- */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	font-size: 10px;
}

#tab_resize {
	width:960px; 
	border:1px solid #000000;
	background-color: #000000;
	text-align: left;
	position:relative; 
}

#bottom_frame {
	width: 100%;
	height: 25px;
	position: relative;
}

#title_element {
	width: 100%;
	height: 50px;
	text-align: left;
	position:relative;
}

#quote {
	width: 560px;
	height: 50px;
	text-align: right;
	color: #333333;
	top: 37px;
	float: left;
	position:relative;
}

#nav_element {
	width: 540px;
	float: left;
	text-align: left;
	position:relative;
}

#contact {
	width: 420px;
	float: left;
	text-align: left;
	position:relative;
	text-align: right;
	top: 0px;
	z-index: 2;
}

#blog {
	width: 440px;
	text-align: left;
	position:relative;
	text-align: left;
}

/* --- OTHER ELEMENTS --- */

#p1 {
	margin-top: 0px;
	text-align: right;
	color: #000000;
	margin-bottom: 0px;
}

#p2 {
	margin-top: 1px;
	text-align: left;
	color: #333333;
}

#ac {
	color: #f7f7f7;
}

.contactLink {}
a:link.contactLink {  color: #000000; TEXT-DECORATION: none; }
a:visited.contactLink {  color: #000000; TEXT-DECORATION: none; }
a:active.contactLink {  color: #000000; TEXT-DECORATION: none; }
a:hover.contactLink {  color: #000000; TEXT-DECORATION: underline; }

.startLink {}
a:link.startLink { color: #0000FF; TEXT-DECORATION: none; }
a:visited.startLink { color: #0000FF; TEXT-DECORATION: none; }
a:active.startLink { color: #0000FF; TEXT-DECORATION: none; }
a:hover.startLink { color: #990000; TEXT-DECORATION: none; }

.flashLink {}
a:link.flashLink {  color: #000000; TEXT-DECORATION: underline; }
a:visited.flashLink {  color: #000000; TEXT-DECORATION: underline; }
a:active.flashLink {  color: #000000; TEXT-DECORATION: underline; }
a:hover.flashLink {  color: #0000FF; TEXT-DECORATION: underline; }