body{
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	font-family:'Liberation Sans','Arial',sans;
	color:#000000;}

div#frame{
	width:900px;
	height:650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-450px;
	margin-top:-325px;
	border:#000000 0px solid;
	padding:0 0 0 0;}

/**********/
/* HEADER */
/**********/

div#header{
	width:100%;
	height:65px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#FFFFFF 1px solid;
	color:#FFFFFF;
	background:#000000;}

div#heading{
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	font-size:xx-large;
	font-weight:bolder;
	font-variant:small-caps;
	text-align:left;
	letter-spacing:0.2em;}
	
div#headpics{
	text-align:right;
	padding:0 0 0 0;}
	
img.headpics{
	margin:0 0 0 -4px;
	border:#000000 0px solid;}

/********/
/* BODY */
/********/

div#body{
	width:100%;
	border-collapse:collapse;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	border-top:1px #FFFFFF solid;
	color:#000000;
	text-align:left;
	font-size:12px;
	line-height:2.5ex;
	clear:left;}
	
img#me{
	width:200px;
	margin-top:10px;
	margin-left:20px;
	border:1px solid #FFFFFF;
	float:left;}

div#cv{
	margin-left:240px;
	margin-top:12px;
	margin-right:20px;}

div#short{
	clear:both;
	margin-left:20px;
	margin-top:30px;
	margin-right:20px;}
	
div#contact{
	margin-left:20px;
	margin-top:25px;
	margin-right:20px;
	margin-bottom:15px;}

h1{
	color:#000000;
	font-size:20px;
	font-weight:bold;}

ul{
	list-style-type:circle;
	margin-left:-22px;}

li{
	margin-top:1ex;}

a:link{
	color:#000000;
	text-decoration:underline;}

a:visited{
	color:#000000;
	text-decoration:underline;}

a:hover{
	color:#000000;
	text-decoration:underline;}

a:active{
	color:#000000;
	text-decoration:underline;}

a:focus{
	color:#000000;
	text-decoration:underline;}

/**********/
/* FOOTER */
/**********/

div#footer{
	text-align:center;
	margin-top:8px;
	font-size:10px;}

a:link.footer{
	color:#000000;
	text-decoration:none}

a:visited.footer{
	color:#000000;
	text-decoration:none;}

a:hover.footer{
	color:#000000;
	text-decoration:underline;}

a:active.footer{
	color:#000000;
	text-decoration:underline;}

a:focus.footer{
	color:#000000;
	text-decoration:underline;}

