@charset "UTF-8";
/* CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* GENERAL */

body {
  font: 74%/2em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #404040;
  background: #fff;
  text-align: center;
}

a { text-decoration:underline; }
a:visited { text-decoration:underline; }
a:hover { text-decoration:underline; }

acronym { border-bottom:1px dotted #454a43; cursor: help; }
	
p { font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; line-height:1.4em; font-size:1em; color:#404040; margin:0 0 15px 0; }

p, li, dt, dd, address, h1, h2, h3, h4, h5, h6 { text-align:left; }

#container{
  width: 800px;
  margin: 50px auto 0 auto;
  background: transparent;
  border-bottom:3px double #e8e8e8;
  border-top:3px double #e8e8e8;
  overflow:auto;
}
p.top { margin:0; padding:10px 0 0 0; text-align:center; font-size:1.2em; }
.first, .second, .third { width:266px; float:left; margin:15px 0 0 0; }
.first img, .second img, .third img { text-align:center; margin:0 auto; }
.first p, .second p, .third p { padding:50px 30px 30px 30px; margin:0 5px; font-size:1.1em; line-height:1.4em;  text-align:center; height:195px; }

.first a:link, .first a:visited { padding:5px; border:3px solid #fbbe73; text-decoration:none; display:block; width:80%; margin:0 auto; font-weight:bold; color:#7c3b06; }
.first a:hover, .first a:active { border:3px solid #fc7c05; }
.first p { background: url(/images/background1.jpg) top left no-repeat; }

.second a:link, .second a:visited { padding:5px; border:3px solid #fbbe73; text-decoration:none; display:block; width:80%; margin:0 auto; font-weight:bold; color:#7c3b06; }
.second a:hover, .second a:active { border:3px solid #fc7c05; }
.second p { background: url(/images/background2.jpg) top left no-repeat; }

.third a:link, .third a:visited { padding:5px; border:3px solid #fbbe73; text-decoration:none; display:block; width:80%; margin:0 auto; font-weight:bold; color:#7c3b06; }
.third a:hover, .third a:active { border:3px solid #fc7c05; }
.third p { background: url(/images/background3.jpg) top left no-repeat; }

