/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Hoogland Medical
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/*
*{
	border:1px dashed #f00;
}
*/
#container{
	width:930px;
	height:100%;
}
#header{
	width:930px;
	height:145px;
	background-position:left top;
	background-repeat:no-repeat;
}
#logo{
	width:326px;
	height:75px;
	left:28px;
	top:16px;
	position:relative;
}
#logo a{
	text-indent:-2000px;
	display:block;
	width:100%;
	height:100%;
}
#content{
	padding:0 75px;
}
#contentTable{
	height:auto;
	width:780px;
}
#menu{
	width:800px;
	height:74px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#submenu{
	height:20px;
	line-height:20px;
}
#tdLeftPane{
	padding:10px 10px 0 0;
}
#CenterPane{
	padding:10px 0 0;
	width:auto;
}
#tdRightPane{
	padding:10px 0 0 40px;
	width:250px;
	background:url(images/rightbg.gif) repeat-y left top;
}