@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body { font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; text-align:center; }

.revealcontent{
visibility: hidden;
}

h1,h2,h3,h4,h5,h6,ul,ol,dl {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h2 { font-size:1.6em; text-decoration:none; font-style:normal; font-variant:normal; text-transform:none; text-shadow:none;}
p {font-size:1em;}


#ligner {
	
	width:804px; height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;

	
}



#head{float:left; height:32px; width:804px; background-image:url(images/top.png); background-repeat:no-repeat; vertical-align:middle;}
.head2{float:left;}
.head2 span {font-size:1.6em; display:inline}

#content{float:left; height:600px; width:800px; border:2px solid; }
#content2{float:left; width:760px; border:2px solid; padding:20px;}

#foot{clear:both; float:left; height:20px; width:804px; background-image:url(images/bottom.png); background-repeat:no-repeat;
text-align:center; font-size:.6em; color:#CCC; vertical-align:top;

}