/*-----------Blocs---------------------------*/

* {margin: 0;	padding: 0;}

body {
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	background-color: #333333;
	background-image: url(images/tile8.jpg);
}

#topnav, #menu, #header, #content, #footer{
    width:720px;
    background-color:#FCF1DB;
    margin: 0 auto 0 auto;

}

#topnav{
    background-color:#FCF1DB;

padding:3px 0 3px 0;
}

#header{
height: 100%;
}

#menu {

height:100%;

}

#content {
height:100%;
}

#footer{
background-image:  url(images/footer.jpg);
background-repeat: no-repeat;
height:30px;
background-color:#FCF1DB;
margin-bottom: 25px;
}

/*-----------Topnav---------------------------*/

/*-----------Header---------------------------*/

#header img{
margin:20px 0 0 0;
}

/*-----------Menu-----------------------------*/

#menu ul {
text-align: center;
width:128px;
height:100%;
float:left;
margin:10px 0 0 40px;
list-style:none;
}

#menu ul li.section-title { 
font-size: 1em;

padding:0 0 2px 0;
border-bottom: dotted 1px #010D22;
}

#menu ul li { 
font-size: 0.9em;

padding:3px 0 2px 0;
border-bottom: dotted 1px #ececec;
}


/*-----------Content---------------------------*/
.container_menu {
margin-top: -10px;

height: 90px;
    width:720px;
    background-color:#FCF1DB;
}


.container {
margin-top: -10px;
    padding: 10px;
    width:700px;
    background-color:#FCF1DB;
   
}

#content p {
 background-color:#fff;
    width: 690px;
height:100%;
padding:5px;


}

.nav{
display:inline;
padding:3px 3px 3px 0px;
}

#info{
position:relative;
display:block;
width:920px;
margin:0px 0 0px 0;
z-index:6;
}

#scratch{
float:left;
}

#contact{
float:right;
padding:35px 0 0 0;
}

em{
display:block;
color:grey;
margin: 2px 0 0 0 ;
}

/*-----------Classes--------------------------*/

a:link { text-decoration: none; color:#222222; font-size:10px; }
a:active { text-decoration: none; background:red; }
a:visited { text-decoration: none; color:#BDBDBD; }
a:hover { background:black; color:white; }

a img {  border: 2px solid #fff; margin-left: 1px; }


a:hover img {  border: 2px solid #888; margin-top: -1px; margin-left: 1px;  }


strong{
font-weight: bold;
color: black;
 }

p {
    margin: 0 0 9px 0;
}

h1 { display:none; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px; padding: 0px; }
#img-container	a{
 border: none; 


}
#img-container	a:hover{ 
 border: none; 
 background-color: transparent;

}
#img-container p	{ width: 700px; margin: 0; padding: 0 0 0px 0; }
#right{float:right; margin:-13px 0px 0 0;}
#once { clear: left; }



