/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	height:100%;
	margin-bottom:10px;
	text-align: center;
}

h1{
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #000000;
}

h2{
	font-size: 13px;
    margin-bottom: 8px;
}

p{
    margin-bottom: 10px;
	margin-top: 0px;
}

p.note{
    margin-bottom: 0px;
	margin-top: 7px;
	color: #B2B2B2;
}

p.ivo{
	margin-bottom: 0px;
	margin-top: 10px;
	color: #B2B2B2;
	text-align: left;
}

.hl{
	color: #000000;
	margin-top: 7px;
}

.important{
	color: #000000;
}

ul{
    margin-bottom: 0px;
	margin-top: 0px;
    list-style-type: square;
}

li{
    margin-bottom: 4px;
	margin-top: 4px;
}


#page{
  margin:0 auto;
  position:relative;
  width:470px;
  padding-top:25px;
  text-align: left;
}

#portrait{
  margin-right:15px;
  border:1px solid #999999;
}

#skills, #ref, #welcome {
text-align: justify;
}

#foot{
	text-align: right;
}

.left{
 float: left;
 margin-right:35px;
}

.right{
	text-align: right;
 
}

.dim {
	color: #B2B2B2;
}

.clear{
 clear:both;
 font-size:0;
 height:0;
 line-height:0;
}

a:link, 
a:visited, 
a:active, 
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #666666;	
}

a.nolink:link, 
a.nolink:visited, 
a.nolink:active, 
a.nolink:hover
a.nolink:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #818181;
	text-decoration: none;
}

