			/*****************/
			/*   BODY   */
			/*****************/
			
body {
	font-size: 100%;
	margin: 0em auto;
	padding: 0em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
}
#logo img {
	background-image: url(../images/dantelo-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	vertical-align: bottom;
	float: left;
	clear: both;
	display: block;
	visibility: visible;
}
#maincontent {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	width: 98%;
	height: auto;
	float: left;
	clear: both;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0%;
	padding-left: 1px;
}
#langSelect, #header {
	display: none;
}

				
			/**************/
			/*   HEADINGS   */
			/**************/
			
			h1 {
			font-size: 14px;
			margin-top: 0px;
			margin-bottom: 6px;
			color: #000;
			padding: 0px;
			}
	
			h2, h3 {
			font-size: 12px;
			margin: 0;
			}
		
		#menu
		{
			display: none;			
		}
		#menu2 
		{
			display: none;			
		}
		
		#search
		{
			display: none;
			
		}
				
			/***********************/
			/***   LEFT COLUMN   ***/
			/***********************/

			#footer {
			display: none;
			}
			.csc-textpic-imagewrap {
			display: none;
			}
			
			/***********************/
			/***   CONTENT   ***/
			/***********************/
			
			p {
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 10px;
			line-height: 13px;
			}
			
			
			li {
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 6px;
			line-height: 13px;
			}
			
	
			/*************************************************/
			/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
			/*************************************************/
			
			/*** Hyperlinks in middle and right columns ***/
			a {
				background-color: inherit;
				color: #000;
				text-decoration: underline;
			}
			
			a:link, a:visited {
				color: #000;
				border: none;
				text-decoration: none;
				font-weight: bold;
			}
			
			a:hover {
				text-decoration: none;
				color: #000;
			}
			
			/*** Visited links not in use ***/
			/*a:visited {
				background-color: inherit;
				color: rgb(100,100,100);
				text-decoration: underline;
			} */
			
			
			a img {border: none;
			visibility: visible;}
			
