/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

html {
     overflow: -moz-scrollbars-vertical;
}

a       {
   	color: #c6f;
    	text-decoration: none; 
}

a:hover {
	text-decoration:none;
      	cursor: pointer;
	color: #cccccc;
	border-style:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1, h2 {
	font-family: Century Gothic, "Times New Roman", Times, serif;
	font-size:220%;
	color:#000000;
	font-weight:normal;
        letter-spacing: .2em;
}

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-top:40px;
	margin-bottom:25px;
        letter-spacing: .2em;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
	color:#666;
}

#menu {
      position:absolute;
      top: 20px;
      right: 50px;
      padding:2px;
      text-align: left;
	font-weight:normal;
	letter-spacing:2px;
      }

#menu a {
	color:#333;
	padding-right:10px;
	line-height:20px;
	text-decoration:none;
	border-style:none;
}

#menu a:hover, .active {
	color:#cccccc;
}


#fter1  {

	padding:10px;
	text-align:center;
}

#ftr1 p {
	position:absolute;
	bottom:10px;
	text-align:center;
}
