/* CSS Document */

body {	
	margin: 10px;
	padding: 0;	
	/*border-top: 4px solid #000;*/	
	border-bottom: 4px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 70%; 
	line-height: 170%;
	background: #000 url(images/background-ts.jpg) repeat-x left top;
	background-attachment:fixed;
	color: #333;
}


#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 800px;
	height: 100%;
	/* border-left: 4px solid #999;	
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
	
	background-color: #fff;*/
	
	background: #ffffff url(images/logod-bg.gif) repeat left top;
}

#header 	{
	width: 800px;
	height: 91px;
	margin: 0px 0 0 0px;
	background: #ffffff url(images/test-top2.jpg) no-repeat;
	border-top: 4px solid #f0b400;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* =-=-=-=-=-=-=-[sidemenu]-=-=-=-=-=-=-=- */
	

#leftside {
	float: left;
	width: 200px;
	margin: 10px;
	}


#leftaddy {
	float: left;
	line-height: 125%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	}	

#leftgallery {

	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
#sidemenu {
	float: left;
	width: 200px;
	border: 1px solid #ccc;

	}
	
#sidemenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #333;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#sidemenu li a:hover, #sidemenu li a:active {
	color: #283A50;
	background: url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
		
	
/*********************/
/* MAIN CONTENT */
/*********************/

#main {

	float: right;
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #fff;

	}
	
* html #main{
	width: 550px;
}
	
	
h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #3e3e3e;
	font-size: 2em;
	font-style: normal;
	background-color: #eee;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	}

p {
	color: #333333;
	line-height: 125%;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;	
	margin: 5px 5px 5px 10px;
}

.thumbimages {
	border: 2px solid #ccc;
	padding: 1px;
	background-color: #fff;
	margin-top: 5px;

}



.aligntoright {
	float: right;
	margin: 5px 5px 5px 10px;
	line-height:0;
}

.aligntoleft {
	float: left;
	margin: 5px 10px 5px 0px;
	line-height:0;
}




/*********************/
/* LINKS */
/*********************/
#leftside a:link, #leftside a:visited {
	color: #000;
	text-decoration: none;

}

#leftside a:hover {
	color: #000;
	background-color: #a5c4dc;
	text-decoration: none;
}

#main a:link, #main a:visited {
	color: #000;
	text-decoration: none;

}

#main a:hover {
	color: #000;
	background-color: #a5c4dc;
	text-decoration: none;
}
	
/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 775px;
	clear: both;
	color: #ffffff;
	background-color: #000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: right;
	padding: 5px 25px 0px 0px;
}


#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: dashed 1px #fff;

}

#footer a:hover {
	color: #ffff00;
	border-bottom: dashed 1px #ffff00;

}	


.spaced {
	clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}