body
{
	background-color: #D5D5D5;
	font-family: Georgia;
}

div
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#main
{
	position: absolute;
	overflow: visible;
	left: 50%;
	top: 20px;
	width: 819px;
	margin-left: -410px;
	background-image: url("lyt_content.png");
	background-repeat: repeat-y;
}

header#top
{
	width: 819px;
	height: 200px;
	background-image: url("lyt_header.png");
}

header#top #title
{
	font-size: 50px;
	position:relative;
	left: 267px;
	top: 40px;
}
header#top #subtitle
{
	font-size: 30px;
	position:relative;
	left: 270px;
	top: 40px;
}

aside#left
{
	margin-left: 25px;
	width: 220px;
	float: left;
	background-color: Transparent;
	color: #446688;
	font-size: 10pt;
}

section#center
{
	margin-left: 270px;
	width: 520px;
	background-color: Transparent;
}

footer#bottom
{
	width: 819px;
	height: 37px;
	background-image: url("lyt_footer.png");
}

h1
{
	font-size: 24px;
}


h2
{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 16px;
}

p
{
	margin-bottom: 0px;
	margin-top: 4px;
	font-size: 14px;
}

td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cvitems
{
	
}

.cvitems a
{
	color: black;
	text-decoration: none;
}

.cvitems a:hover
{
	color: #6699CC;
	text-decoration: underline;
}

.cvitemtitle
{
	font-weight: bold;
}

.cvitems tr td
{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}
