/* CSS STYLES FOR http://www.atbio.com.au/ CREATED BY - http://www.thinksoda.com/ */

*{
	margin:0px;
	padding:0px;
}
	
body{
	background-color: #ebeced;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/interface_backdrop.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;	
}

#center_all{
	position:relative;
	display:block;
	width:728px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#logo{
	position:relative;
	display:block;
	width:766px;
	height:176px;
	left:2px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-image:url(images/top_logo.gif);
	background-position:left;
	background-repeat:no-repeat;
		
}

#left_column{
	position:relative;
	display:block;
	clear:both;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	padding:10px;
	width:430px;
	height:434px;
	text-align:left;
	border: solid 1px #dddddd;
}

#news_column{
	position:relative;
	display:block;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	padding:10px;
	width:240px;
	text-align:left;
	border: solid 1px #dddddd;
}

#contact_column{
	position:relative;
	display:block;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	padding:10px;
	width:240px;
	height:auto;
	text-align:left;
	border: solid 1px #dddddd;
}

#links_area{
	position:relative;
	display:block;
	clear:both;
	float:left;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	width:706px;
	text-align:left;
	border: solid 1px #dddddd;
	background-color:#eeeeee;
}

/* TEXT FORMATTING */

h1{

	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 15px;	
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

h2{

	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

p {
	margin-top:12px;
	margin-bottom:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
}

.news_text {
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444444;	
}

a.news_text {
	color: #82af46;
	font-weight:bold;
}

a.news_text:hover{	
	color: #ff0033;
}

a {
	color: #82af46;
	font-weight:bold;
	text-decoration:none;
}

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

/* LISTS FORMATTING */

ul {
	padding:0px;
	padding-left:5px;
	margin:0px;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
}


ul li {
	margin:2px;
	margin-top:2px;
	margin-bottom:2px;
}

br.clear{
	clear:both;
	margin:0px;
}
	
/* FOOTER */

#footer{
	position:relative;	
	display:block;
	float:left;
	width:728px;
	height:auto;	
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-left:0px;	
	padding-right:0px;
}

.footer_left{
	display:block;
	float:left;
	font-size: 09px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
}

.footer_right{
	display:block;
	float:right;
	font-size: 09px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;	
}


a.footer_right {
	color: #82af46;
}

a.footer_right:hover{	
	color: #ff0033;
	text-decoration:none;
}

/* SCROLLER BOX FOR NEWS */

#scroll_box{
	display:block;	
	width: 230px;
	height: 125px;
	padding: 5px;
	background-color: #eeeeee;
}

/* PRINT PROPERTIES */

#dont_print {   	
}

#printlogo {
	position: absolute;	
	width: 206px;
	height: 115px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}
#printlogo img{
    display: none;
}

/* END CSS */
