

body {
	margin: 0 auto;
	padding: 0;
	font: 9pt Arial, Verdana, Sans-Serif;
	background: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
}

#background { 
	width: 760px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	background: url('background.gif') no-repeat top left;
   
}


#maincontainer {
	padding-top: 9px;
	color: #fff;
	width: 736px;
	padding-left: 2px;
	
}

#toplinks {
	padding-top: 9px;
	color: #fff;
	clear: both;
	margin: 0px 0 0px 0;
	padding-left: 2px;
}

#toplinks {
	height: 20px;
	background: url('toplinks.jpg') repeat-x;
	text-align: right;
	padding-right: 10px;	
	padding-top: 5px;
}

#toplinks a {
	font-size: 8pt;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	background: url('arrowwhite.gif') no-repeat left;
	padding-bottom: 3px;
	margin-right: 5px;
	color: #ffffff;
}

#toplinks a:hover {
	border-bottom: 2px solid #ffffff;	
}

#header {
	clear: both;
	margin: 0px 0 5px 0;
	height: 70px;
	background: url("headerdipolog.gif") no-repeat;
}

#title {
	float: left;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 5px;
	font-color: #fff;
}

#title_info {
	float: right;
	height: auto;
	padding: 8px;
	width: 310px;
	margin: 10px 5px 0 0;
	border: 2px solid #fff;	
	background: #f1dd864 60%;
	color: #808080;
}

#title_info p {
	margin: 0;
}

#links {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#links ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
}	

#links li {
	margin-bottom: 4px;
}

#links li a, #links li a:visited {
	text-align: right;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 0px 8px 0 10px;
	background: url("links.jpg") no-repeat;
	
	}	
	
#links li a:hover {
	background: url("linkshoover.jpg") no-repeat;
	color: #8000ff;
}

#left {
	margin: auto;
	padding: 5px 5px 5px 5px;
	width: 140px;
	height: 450px;
	border-top: 1px solid #c6c6c6;
	/*border-bottom: 1px solid #8000ff;8/
	color: #c6c6c6;
	background: url("left.jpg") no-repeat;
}

#left a, .sliderrightbackground a:visited {
	text-decoration: underline;
	color: #c6c6c6;
}

#right {
	float: right;
	width: 220px;
	margin: 0px 10px 10px 5px;
	padding: 5px 3px 0px 0px;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #8000ff;*/
	background: url("right.jpg") no-repeat;
	color: #8000ff;
	line-height: 1.5em;

}

#right p {
	margin: 0px;
	font-size: 90%;
}

#right h3 {
	font-size: 9pt;	
}

#right a {
	display: block;
	height: 12px;
	padding-bottom: 4px;
	margin-bottom: 2px;
/*	border-bottom: 1px solid #8000ff;*/
}

#topframe {
	margin:  0px 22px 5px 125px;
	padding: 0px 20px 5px 6px;
		
}

#topframe h2 {
	margin: 0px;
	padding: 4px 0 4px 0;
	font-size: 12pt;
}

#topframe p {
	margin: 0;
}

#center {
	margin-left: 150px;
	width: 585px;
	background: url('center.jpg') no-repeat;
	heigth: 450px;
}

#center a, #center a:visited {
	text-decoration: underline;	
	color: #8000ff;
}

#center h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #8000ff;
	padding-top: 3px;
}

#center p {
	padding: 0;
	margin: 0;
	
}

#clearit {

	width: auto;
	heigth: 10px;
	clear: both;
	
}

		
/*SLIDER*/

#dhtmlgoodies_slideshow{
		width:400px;	/* Total width of slideshow */
		margin-right: 165px;
		clear: both;

	}
	
	#previewPane{
		border:1px solid #8000ff;
		margin-bottom:-30px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;
		margin-right: 165px; 
		
		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #8000ff;
		position:relative;
		overflow:hidden;
		padding:1px;
		margin-left: 25px; 
		width: 498px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #bd56dd;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #bd56dd;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#8000ff;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
#footer {
		
			margin-top: 10px;
			height: 40px;
			width: 730px;
			clear: both;
			background: url("footer.jpg") repeat-x;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#5d5d5d;
			padding: 5px;
			
		}
		
		#footer a, #center a:visited {
		text-decoration: underline;
		color: #8000ff;
		
		}
