body
	{
	color: #000000;
	background: #eeeef2;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}

#bgimage
	{
	/* background: url(vdo-cornerbg.png) no-repeat; */
	position: absolute;
	width: 800px;
	height: 500px;
	visibility: visible;
	display: block;
	bottom: 0px;
	left: 0px;
	}

#header
	{
	background: #eeeef2;
	color: #333399;
	font-size: 44px;
	line-height: 54px;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	visibility: visible;
	display: block;
	padding: 20px 0 0 20px;
	z-index: 1;
	}

#content
	{
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 200px;
	width: 600px;
	visibility: visible;
	display: block;
	overflow: auto;
	}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7
	{
	color: gray;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	border-bottom: 1px solid silver;
	width: 150px;
	height: 32px;
	left: 15px;
	visibility: visible;
	display: block;
	}

#menu1	{top: 100px;}

#menu2	{top: 140px;}

#menu3	{top: 180px;}

#menu4	{top: 220px;}

#menu5	{top: 260px;}

#menu6	{top: 300px;}

#menu7	{top: 340px;}

a:link, a:visited
	{
	color: gray;
	text-decoration: none;
	background-color: transparent;
	}

a:hover
	{
	color: #339933;
	text-decoration: none;
	background-color: transparent;
	}

a.title:hover
	{
	color: #339933;
	text-decoration: none;
	background-color: transparent;
	}

a.title:link, .title:visited
	{
	color: #333399;
	text-decoration: none;
	background-color: transparent;
	}

@media screen
	{
	body>#header, body>#menu1, body>#menu2, body>#menu3, body>#menu4, body>#menu5, body>#menu6, body>#menu7
		{
		position: fixed;
		}
	}

