.videobkgd {
	background-image: url(images/web-design_08.jpg);
	height: 428px;
	width: 366px;
}
.header {
	background-image: url(images/web-design_05.jpg);
	height: 272px;
	width: 851px;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-size: 12px;
	background-repeat: no-repeat;
}
.foot   ul {
    	padding: 0px;
	list-style-type: none;
	border: 2px none #FFFFFF;
}
.foot   li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}

.foot a, #foot a:link, #foot a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.content	{
	width: auto;
	padding: 0px;
	font: 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
	border: none;
	text-align: center;
}
/* gives a bit of padding between the graphics inn the content area */
.content img {
	padding: 2px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
.content p {
	width: auto;
	margin-left: 10px;
}
.content ul {
    margin: auto;
	padding: 0px;
	list-style-type: disc;
}	
	/* H1 style for the content area */
.content H1 {
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 6px;
	text-align: center;
	border: 1px;
	border-left-color: #FFF;
	border-right-color: #FFF;
}

.content H2 {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 6px;
}
/* link styles for the content area */
.content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #CC6600;
}
.content a:hover {
	text-decoration: none;
	color: #FF9900;
}
.content a:active {
	text-decoration: none;
}
