
div.mainframe
{
    position:absolute;
    width:800px;
    height:600px;    
    top:70px;
    border-left:solid 1px;
}

body
{
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:100%;
	background-color:#eee;
}

div.menu
{
	text-align:right;
    position:absolute;
    width:100px;
    height:300px;   
    top:70px;
}

a
{
	color:#000000;
	font-size:12px;
	font-family:Calibri;
	cursor:pointer;
}

p.text
{
	color:#000000;
	font-size:12px;
	font-family:Calibri;
	cursor:pointer;
}

h1
{
	display:block;
	margin:0px 0px 30px 10px;
	font-size:16px;
	font-weight:bold;
	font-family:Calibri;
}
	
p
{
	margin:5px 0px 1px 0px;
	font-family:Calibri;
	font-size:12px;	
}


a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { cursor:hand; }

div.thumbnail
{
	background-color:#cccccc;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	width:120px;
	height:120px;
}

div.bigimg
{
	position:absolute;
	left:10px;
	width:760px;
	height:400px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

div.pagetitle
{
	text-align:center;
	position:absolute;
	top:30px;
	height:40px;
	width:910px;	
	font-size:22px;
	font-weight:100;
	font-family:Calibri;
}

div.cv
{
	margin-left:10px;	
}

div.contact
{
	margin-left:10px;	
}

div.txt
{
	margin-left:10px;
}

div.copyright
{
	margin:100px 0px 0px 0px;
	font-family:Calibri;
	font-size:10px;	
	
	position:absolute;
	bottom:-100px;
	height:auto;	
}