body,p,ul,li,div,h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
html {
  overflow-y: scroll;/* Keep pages centered with and without scroll bars*/
}	
.border {
	border:1px solid #999999;
}
.border_right {
	border-right:#666  2px solid;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
p  {
	margin-top:.8em;
}
#wrapper {
	width:900px;
	border:1px solid #999999;	
	margin:0px auto;
	padding-bottom:20px;
	padding-top:10px;
	margin-top:20px;	
}
#content {
	width:880px;
	margin-left:10px;
}
#header {
	width:880px;
	height:149px;
	background-image:url(../images/header.jpg);	
}
#menu{
	width:880px;
	height:30px;
	background-color: #FFBC79; 
	margin-top:10px;
	border-radius:5px;
}
#touch {
	width:880px;
	height:40px;	
	background-color:#fafafa;
	margin-top:5px;                                   
	border-radius:5px;	
}
#touch h2{	
	margin-left:18px;
	margin-top:6px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CC6600;
}
.orange {
	color:#CC6600;
}
#data{	
	border-radius:10px;
	background-color:#fafafa;
	margin-top:5px;	
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:80px;
	padding-right:80px;
}
#data_index {
	margin-left:0;
	margin-right:0;
	padding-bottom:20px;
	margin-top:5px;	
	background-color:#fafafa;
	border-radius:10px;	
}
#data_index p {
	line-height:25px;
}

ul.menu  {
	list-style: none;
	margin-left:32px;
	padding-top:0px;	
 }
ul.menu li {
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size:17px;	
	padding-right:9px;	
	padding-left:9px;	
}
.visiting {
 	color:#F00;
}
ul.menu li {
	
}
ul.menu li a, a:visited  {
	color:#333;
	text-decoration: none;   	
}
ul.menu li a:hover {
	color:#F00;
	text-decoration:none;
}
.shadow {
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
     box-shadow: 1px 2px 4px rgba(0,0,0,.5);
}
ul li {
	line-height: 1.6em;
	font-size:16px;	
}
ul li a,a:visited {
	text-decoration:none;
	color:#666;	
}
ul li a:hover {
	text-decoration:underline;
}
#footer {
	font-size:.7em;
	padding-top:0px;
	margin-left:30px;
}
.float_left {
		float:left;
}
.float_right{
	float:right;
}
.float_clear {
	clear:both;
}
.footnote{
	font-size:.7em;
}
/* contact page begin */
label {
	width:4em;
	float:left;
	text-align:right;
	margin-right:.5em;
	display:block;
}
#cantsee {
	visiblity:hidden;
	display:none;
}
form {
	margin-left: 315px;
     width:425px;
	 margin-top:-60px;
}
#leftcontact {
	width:400px;
	height:400px;
/*	background-image:url(../images/hands_contact.png); */
	position:absolute;
	top:300px;
	left:-20px;
	
}

.newsletter {
	margin:0;
	text-align:left;
	width:200px;
}
#content {
	position:relative;
}
#leftcontact p {
	margin-left:110px;
	color:#CC6600;	
}
#leftcontact p a,a:visited {
	color:#CC6600;
}
#leftcontact p a:hover {
	color:blue;
}
#leftcontact p.top {
	margin-top:120px;
}
/* contact page end */
