/* CSS Document */
body {
	margin:0px;
	padding:0px;
	color:#666666;
	background-color: #AAC9DC;
	background-image: url(images/stork.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: georgia;
	font-size: 16px;
}
#logo{float:left;height:150px; width:1000px; display: block; float:left; clear:both;margin:0px; padding:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top left;}
#click{
	padding-left:0px;
	height:100px;
	width:550px;
	display: block;
	float:left;
	color:#FFFFFF;
	clear:both;
	padding-bottom:0px;
	background-image: url(images/enter.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content{width:880px; display: block; float:left; padding: 0px 0px 0px 120px; color:#FFFFFF;}
#content a {color:#000099;}
#content p {line-height:170%; color:#000000;}
#content li {line-height:150%; color:#666666;}
#content2{width:900px; display: block; float:left; padding: 5px 0px 0px 100px; color:#FFFFFF;}
#content2 p {line-height:170%; color:#333333;}
.clearfix{clear:both;}
a:link {color:#fff;}      /* unvisited link */
a:visited {color:#fff;}  /* visited link */
a:hover {color:#FFCC66;}  /* mouse over link */
a:active {color:#fff;}  /* selected link */
h1{padding-top: 0px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px; margin-top:0px; margin-bottom:0px; margin-right:0px; margin-left:0px; color:#C790AF; font-size:22px;letter-spacing:4px;}
.less{padding-top: 0px !important; }
.left{float:left;}
.right{float:right;}
.white{color:#FFFFFF;}
.smaller {font-size:12px;line-height:120%;}
.smaller2 {font-size:12px;}
#menu{padding-top:85px;}
#menu a, #menu a:visited {
  text-decoration:none;font-size: 12px;
  text-align:left;
 /* background-color:#c2ad9d; */
    background-color:#999999; 
  color:#fff;
  display:block; 
  width:150px; 
  padding:0.2em;padding-left:5px;
  margin:0.5em auto;
  border-right:5px solid #ffe594;
  }
#menu a:hover {  border-right:5px solid #fff;color:#fff;  background-color:#e4a9ce;   }
.lefty{float:left;padding-right:10px;}
.righty{float:right;}
.padd{padding-left:25px;}