/*
THEME NAME:BVD_v3
THEME URI:http://www.bvdesign.com.au
DESCRIPTION:BVD web_v3
VERSION:0.1
AUTHOR:Tom Beattie
AUTHOR URI:http://www.bvdesign.com.au
*/

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
The width of inner elements is set to auto,
in this way all inner elements have the same 
width of the element which contains them 
*/


body {
	margin: 0 0 0 0;
	
	}


h5 {
	font-weight:bold;
	}

#container{
	width: 950px; 
	background-color: transparent;
	margin: 0;
	}


#topbar{
	height: 162px;
	background-color: transparent;
	display: block;
}


#main{
	
	background-color: transparent;
}


#row1main{
	height: 468px;
	background-color: transparent;
	
}


#row1main_left{
	display: block;
	height: 468px;
	
}


#row1main_right{
	
	background-color: transparent;
	height: 468px;
}





#row2main{
	height: 234px;
	background-color: transparent;
	
}



#row2main_left{	
	background-color: transparent;
	display: block;
}


#row2main_right{
	background-color: transparent;
	display: block;
}



#footer{
	height:24px;
	background-color: transparent;
	display: block;
}


#footerContact{
	line-height: 12px;
	font-size: 9px;
}



/* 
div.spacer, solve an issue with #container height
in css 2 column layout. 
*/

div.spacer{clear:both; height:18px; display:block;}


