﻿.home_left_column
{
	background-image: url('images/technician.jpg');
	background-repeat: no-repeat;
	background-position: 0 27px;
	padding: 0 0 0 336px;
	margin-left: -10px;
	position: relative;
	width: auto;
	clear: both;
}

.home_right_column
{
	display: block;
	width: 200px;
	position: relative;
	float: right;
	clear: right;
}

.home_right_column h1
{
    display: block;
	width: 130px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-top: solid 1px #00A5D9;
	border-left: solid 1px #00A5D9;
	border-bottom: solid 1px #00A5D9;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	color: #EBFCFF;
	background-color: #00A5D9;
	float: right;
}

.home_right_column li
{
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
}

.home_right_column li a
{
	display: block;
	width: 130px;
	font-family: Tahoma;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #EBFCFF;
	border-top: solid 1px #00A5D9;
	border-left: solid 1px #00A5D9;
	border-bottom: solid 1px #00A5D9;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	color: #00A5D9;
	cursor: pointer;
}

.home_right_column li a:hover
{
	background-color: #00A5D9;
	color: White;
}

.marblebackground
{
	background-image: url('images/marble.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
}