body	{
	margin-top:		20px;
	margin-bottom:	20px;
	font-family:	Tahoma, Verdana, Lucida Console;
	font-color:	#000033;
	font-size:	12px;
}

h1	{
	font-weight:	bold;
	font-size:	16px;
}

h2	{
	font-weight:	bold;
	font-size:	14px;
}

p.legal
{
	text-align:	center;
	font-size:	10px;
}

div#main
{
	width:	758px;
	height:	958px;
	margin: auto;
	border:	1px #888888 solid;
	padding:	20px;
	background-image:		url('cvbg.jpg');
	background-repeat:		norepeat;
}

div.header
{
	width:	100%;
	float:	left;
	padding:	4px;
}

div.chrono
{
	width:	30%;
	float:	left;
}

div.desc
{
	width:	70%;
	float:	right;
}

div.footer
{
	height:	100%;
}

a
{
	color:	#444488;
	text-decoration:	none;
}

a:hover
{
	color:	#4444cc;
	background-color:	#ccccee;
}