@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 50px 150px;
  font-size: 13px;
  text-align: center;
  background: #FFF;
}

h1 {
	font-size:14px;
	color:#999;
}

h2 {
	font-size:13px;
	color:#999;
}

p {
	color:#696969;
}

div#container
	{
	width: 1000px;
	height: auto;
	background: #ffffff;
	margin: 0 auto 0 auto;
	}
	
a:link {
	text-decoration:none;
	color: #999;
	padding: 10px 15px;
}

a:visited {
	color: #999;
}

a:hover {
	background: #616161;
	color:#FFF;
	
}

.image_link {
	background:none;
	border: none;
}

.image_link:hover {
	background:none;
}

#slideshow { 
		    margin: 0px auto; 
		    position: relative; 
		    width: 1000px; 
		    height: 420px; 
		    padding: 0px; 
		}
		
#slideshow > div { 
		    position: absolute; 
		    top: 0px; 
		    left: 0px; 
		    right: 0px; 
		    bottom: 0px; 
		}
		
a.mail {
	text-decoration:underline;
	color:#696969;
	background:none;
	padding:0px 0px;
}

a.link_img {
	background:none;
	text-decoration:none;
	padding: 0px 0px;
	margin: 0px 0px;
}

img.link:hover {
	background:none;
}

p.text {
	text-align:justify;
}