html,body
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #DDDAC7;
	color: #000;
	font-family: Arial, Verdana, sans serif;
	padding: 0px;
	margin: auto;
	width: 780px;
	text-align: center;
	font-size: 80%;
}

div, h1, h2, h4, h5, h6, p, span
{
	margin: 0px;
	padding: 0px;
}

h4.menu
{
	color: #FFF;
	font-size: 10px;
	margin-left: 5px;
}

a
{
	text-decoration: none;
}

.header_top
{
	width: 780px;
	height: 56px;
	background-image: url("http://www.cctl.ca/images/header_bg_top.jpg");
	color: #787566;
	font-family: verdana;
	font-size: 70%;
}

.header_top select
{
	color: #787566;
	font-family: verdana;
}


.button
{
	width: 224px;
	height: 50px;
	background-image: url("http://www.cctl.ca/images/left_button.jpg");
	text-align: left;
	padding-left: 60px;
	font-family: arial;
}

.button_divider
{
	width: 224px;
	height: 4px;
	background-image: url("http://www.cctl.ca/images/left_button_divider.jpg");
}

.button_bottom
{
	width: 224px;
	height: 10px;
	background-image: url("http://www.cctl.ca/images/left_button_bottom.jpg");
}

.content
{
	width: 556px;
	height: 100%;
	background-image: url("http://www.cctl.ca/images/right_bg.jpg");
}

.inner_content
{
	width: 556px;
	height: 400px;
	padding: 10px;
	padding-right: 20px;
	text-align: left;
}

.footer_left
{
	width: 224px;
	height: 164px;
	background-image: url("http://www.cctl.ca/images/footer_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-size: 80%;
	color: #464749;
}

.footer_left a
{
	color: #FFF;
	text-decoration: underline;
}

.footer_left_bot
{
	width: 224px;
	height: 34px;
	background-image: url("http://www.cctl.ca/images/footer_left_bot.jpg");
}

.footer_right_bot
{
	width: 556px;
	height: 34px;
	background-image: url("http://www.cctl.ca/images/footer_right.jpg");
}

.footer_left_title
{
	font-size: 120%;
	font-weight: bold;
}

.button_main
{
	color: #464646;
	font-weight: bold;
	font-size: 90%;
}

.button_sub
{
	color: #FFFFFF;
	font-size: 80%;
	margin-top: -3px;
	position: absolute;
}

.right_frame li
{
	list-style-image: url(http://localhost/Active/Tech-Micro/working/html/images/arrow.gif);
	margin-bottom: 10px;
}


