/* CSS Document */


/* Outer Container of the page */


#outer-container { 
background-color:#fff; 
width: 721px;
height:100%; 


} 
#container { 
padding-right:50px; 
padding-left:46px; 
padding-top:15px; 
padding-bottom:20px;

}
 

#footer {
padding-top:2px;
padding-bottom:10px;
font-size: 0.9em;
clear: left;

}


body { 
background-color:#dedede; 
font-size: 62.5%; 
font-family: Helvetica, Arial, sans-serif; 
margin: 0; 
padding: 0;
line-height: 1.2;
min-height: 10px;
height:100%; 
margin-left: 100px;
margin-right: 20%;
 
}

input, select, th, td {
font-size: 1em;
}




h1, h2, h3 { 
margin: 0; 
font: normal 1.8em "Helvetica", sans-serif;
/* color: #e4e1d7;*/   
clear: both;



}



/* Main Container of the page*/


p {
margin: 0; 
padding-bottom:2px;
padding-top:5px;
font-size: 1.1em;
clear: left;
}


.textContent {
width:420px;	

/*padding-top:40px; */
padding-bottom:10px;

}




.imageContent{
 /*float:right;*/
 width:625px;
 /*padding-top:1px;*/
 padding-bottom:10px;

 
}

.thumbnails {
	/*float:left;*/
	width:100%;
	/*padding-top:5px;*/
/*	clear:both; */
	
}

.thumbs  {
 display:block;
 float:left;
 outline: 0;
 width:10px;
 height:10px;
 margin-right:10px;
 margin-bottom:10px;
 
}


.thumbnails a {
	 background-color:#ececec;
}
.thumbnails a:hover, a:visited:hover {
 	 background-color:#f3cf08;
}

.thumbnails a:visited {
 	 background-color:#ccc;
}



.titleDoc {


font-family: Helvetica, Arial, sans-serif; 
text-transform:none;  
color:#000;


}

.docLinks {
font: normal  1.0em "Helvetica", san-serif; 
text-transform:none; 
text-decoration:none;

color: #c81b1b; 
}

/* This is the Main Title "Hello," */
h1 { 
font: normal  2.1em "Helvetica", sans-serif; 
/*color: #da0036; */
color: #333; 
padding-bottom: 10px; 
letter-spacing: -0.05em;
line-height: 1.0;


}

/* Links which includes CV CONTACT ABOUT */
h2 {  
font: bold  1.1em "Helvetica", sans-serif;   
text-align:right;   
color: #b3ab8e; 
letter-spacing: 0.15em;
border: none;
position: relative;
top: -0.7em;
line-height: 0.0em;
}



.boxclosed {
font: bold  1.1em "Helvetica", sans-serif;  
color:#fff;
text-decoration:none;
display:block;
padding-bottom: 5px; 
padding-top: 7px;
margin-top:2px;

text-transform:UPPERCASE; 

}



