@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, Verdana;
	background: url(../images/background.jpg) repeat-x #FFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #888;
}

/*
Dhruv Raniga
Website by CouchCreative
Last edit: 2008-02-27
-----------------------------------------------------------------------------
Copyright © 2008. National Convention Centre Canberra
-----------------------------------------------------------------------------
*/

 #container { 
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 


/*=========*/
/*= Header =*/
/*=========*/

 #header { 
	height: 166px;
	background: url(../images/header_background.jpg) no-repeat;
} 

 #header h1 {
	margin: 0;
	padding: 10px 0;
}

 #logo { 
 	float: right;
	margin-right: 20px;
	padding-top: 10px;
} 

 #masthead { 
 	display: none;
} 


/*===========*/
/*= Navigation =*/
/*===========*/

 #nav { 
	display: none;
}

 
/*===========*/
/*= Sidebar 1 =*/
/*===========*/

#sidebar1 {
	display: none;
}


/*=========*/
/*= Sidebar =*/
/*=========*/

 #sidebar2 {
	display: none;
}


/*=========*/
/*= Banner =*/
/*=========*/

 #banner { 
	display: none;
}


/*==========*/
/*= Content =*/
/*==========*/

 #content { 
	margin: 0;
} 

.divider {
	border-bottom: 1px #bfbfbf solid;
	width: 100%;
	padding: 15px 0;
}

 #content h1 { 
	font-size: 24px;
	font-weight: normal;
	color: #1ab7ea;
	margin: 0;
}

td {
	color:#888;
	font-size:12px;
}

.thumbnail {
	padding-top: 15px;
}

 #ul, #container li { 
	font-size: 12px;
	list-style: square;
	display: list-item;
	line-height: 15px;
	color: #888;
	margin-left: -25px;
}

.highlight {
	color: #1ab7ea;
	text-transform: uppercase;
}



/*================*/
/*= Standard Layout =*/
/*================*/

 #standard { 
	margin: 0;
} 

 #standard h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #standard h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #standard p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
}

 #standard a { 
	color: #ee3424;
	text-decoration: none;
}

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


/*================*/
/*= Column 1 Layout =*/
/*================*/

 #column1 { 
	margin: 0;
	width: 100%;
} 

 #column1 h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #column1 h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
} 

 #column1 h3 { 
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #column1 h4 { 
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #777;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -14px;
}

 #column1 p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
} 

 #column1 a { 
	color: #ee3424;
	text-decoration: none;
}

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


/*================*/
/*= Column 2 Layout =*/
/*================*/

 #column2 { 
	margin: 0;
	width: 100%;
} 

 #column2 h1 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
} 

 #column2 h2 { 
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
} 

 #column2 h3 { 
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -10px;
}

 #column2 h4 { 
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #777;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -14px;
}

 #column2 p { 
	font-size: 12px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding-top: 15px;
} 

 #column2 a { 
	color: #ee3424;
	text-decoration: none;
}

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


/*=========*/
/*= Footer =*/
/*=========*/

 #footer { 
	display: none;
} 


/*=======*/
/*= Misc =*/
/*=======*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
