/*** set the width and height to match your images **/

body {
		background-color: #ffffff;
		font-family: Arial, Sans-serif, sans;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}
	

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #ff0009;
	text-decoration: underline;
	background-color: #f4f4f4;
	
	}	


#header	{
	background-color: #f4f4f4;
	padding: 20px 40px 0px 40px;
	
	margin-bottom: 20px;
	
	border-bottom-color: #1c1917;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	font-family: Helvetica, Verdana, Arial;
	height: 100px;
	text-align: left
	

}

.title {
	line-height: 0px;
	font-size: 30px;
	
}

p.slogan {
	font-size: 16px;
	letter-spacing: 2px;
	padding-left: 2px;
	
}

#navigation {
		height: 20px;
		margin-top: -20px;
		margin-right: 40px;
		text-align: right;
		
		
				
	}

a.nav {
	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #1c1917;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
	
span.nav {
	margin-left: 20px;
	margin-right: 20px;
}
span.navright {
	margin-left: 20px;
	
	padding-right: 20px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #1c1917;

}


	
#slideleft {
    margin-left: 40px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: -333px;
    padding-left: 20px;
    width: 540px;
    position:absolute;
    height: 333px;
}

#slideright {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: -540px;
    padding-right: 20px;
    width: 333px;
    height: 540px;
    position:absolute;
    right: 50px;
    
}
.slide-show {
margin-left: 6px;
margin-right: 6px;
padding: 1px;
position: relative;
}

.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.slideshow IMG.last-active {
    z-index:9;
}

#main_right {
	
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 540px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	position: static;
	right: 450px;
	width: 540px;
	height: 333px;

}

#main_left {
	
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	margin-right: 333px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	position: static;
	width: 700px;
	height: 540px;

}