body
	{
	margin: 0px;
	text-align: center;
	background-color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.wrapper
	{
	margin: 0px auto;
	background-image: url(../images/background.jpg);
	width: 800px;
	height: 600px;
}

.menu
	{
	padding-top: 21px;
	margin-left: 100px;
	text-align: left;
	color: #ffffff;
}

.menu ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
.menu li
	{
	display: block;
	width: 102px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	}

.menu a
	{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	padding: 2px;
	padding-top: 10px;
	background-image: url(../images/menu_off.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: black;
}
	
.menu a:hover
	{
	background-image: url(../images/menu_on.png);
	background-repeat: no-repeat;
	}
	
.content
	{
	float: left;
	padding-top: 30px;
	margin-left: 100px;
	width: 600px;
	text-align: left;
	color: white;
	}
	
.heading
	{
	margin-bottom: 10px;
	font-size: 22px;
	}
	
.sub_heading
	{
	font-size: 15px;
	margin-bottom: 10px;
	}
	
.indent
	{
	padding-left: 10px;
	}
	
.news_box
	{
	background-image: url(../images/news_box.jpg);
	width: 604px;
	height: 94px;
	font-size: 13px;
}
	
.link
	{
	color: white;
	text-decoration: underline;
}

.link:hover
	{
	color: white;
	text-decoration: none;
	}

.large_link
	{
	font-size: 17px;
	color: white;
	text-decoration: underline;
	}

.link:hover
	{
	font-size: 17px;
	color: white;
	text-decoration: none;
	}
	
.left
	{
	float: left;
	width: 300px;
	}

.right
	{
	float: right;
	width: 300px;
	}
	
.video_left
	{
	float: left;
	width: 320px;
	}

.video_right
	{
	float: right;
	width: 260px;
	}
	
.videolibrary li
	{
	list-style-image: url(../images/play_icon.jpg);
	margin-bottom: 10px;
	}

.clients_left
	{
	float: left;
	width: 150px;
	font-size: 14px;
	line-height: 20px;
}

.clients_right
	{
	float: right;
	width: 450px;
	font-size: 14px;
	line-height: 20px;
}

.footer
	{
	margin-top: 20px;
	font-size: 10px;
	color: #ffffff;
	}

input
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
textarea
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a
	{
	color: #ffffff;
	}
	
a:hover
	{
	text-decoration: none;
	}