
/********************* BODY ************************/
BODY {
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
/***************************************************/

/************* CONTAINER OF BLOCKS *****************/
#container{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
/***************************************************/

/******************** HEADER ***********************/
#header {
	position:relative;
	margin: 5px 0 5px 0;
	height: 50px;
	width:800px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}
#header h1 {
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold; 
	font-style:italic
}
/***************************************************/

/****************** MENU BLOCK *********************/
#navlinks{
	position:absolute;
	top: 55px;
	margin-top: 5px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
	width:130px;
	padding-left: 5px;
}
#navlinks #top_menu {display:none}
#navlinks #bottom_menu {display:none}
/***************************************************/

/****************** MAIN BLOCK *********************/
#main{
	position: relative;
	padding: 5px;
	text-align:justify;
	width: 640px;
	left: 150px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}

#main h2 {font-size: 14px; text-align:center; border-bottom: 1px groove #555; font-variant:small-caps}
#main h3 {font-size: 11px;}
#main hr {display:none}

ul.links { 
	margin:0px;
	color:#333333; font-weight:bold;
	margin-bottom: 10px;
	list-style-type:circle;
}
li.link{
	color:#333333;
	font-weight:normal;
	padding: 0px;
}

a.about {text-decoration:none;opacity: 0.7;}
a.about:hover{opacity: 1;}
/***************************************************/

/******************** FOOTER ***********************/
#footer {
	width: 800px;
}
	
#footer p {
	text-align:right;
	font-size:10px;
	color:#333333;
}
/***************************************************/

/**************** GENERAL STYLE ********************/
a {color:#0071E1; text-decoration: underline;}
img { border-width:0px;}
/***************************************************/

/************************************************************
	STYLES FOR CURRICULUM VITAE
************************************************************/
