
	body {
		margin:0;
		padding:0;
		font-family:verdana;
		font-size:9pt;
		background:#d5d5d5;
		}

	img {border:0px; behavior: url(iepngfix.htc);}

	.clear {clear:both;}


	#container {
		position:relative;
		margin:0 auto;
		background:#ffffff;
		width:954px;
		padding:10px;
		}

	.divider {
		position:relative;
		border-top:1px solid #cc0000;
		margin-top:10px;
		margin-bottom:10px;
		}



/* HEADER */

	#header {
		position:relative;
		height:95px;
		}

		#logo {
			position:absolute;
			top:15px;
			}

		#contact {
			position:absolute;
			top:25px;
			right:0px;
			}



/* MENU */

	#menu {
		position:relative;
		height:28px;
		background:url('../images/common/menu-bg.jpg');
		line-height:28px;
		color:#ffffff;
		font-weight:bold;
		text-align:right;
		padding-right:10px;
		}

		#menu a {
			color:#ffffff;
			text-decoration:none;
			}



/* CONTENT */

	#content {
		position:relative;
		margin-top:10px;
		}

		.home-services {
			position:relative;
			background:url('../images/services/background.jpg');
			width:206px;
			padding:10px;
			height:207px;
			}

		.home-services h2 {
			color:#548d00;
			font-family:Tahoma;
			margin:0;
			padding:0;
			width:197px;
			background:url('../images/services/arrow.jpg') center right no-repeat;
			font-weight:normal;
			}

			.home-services h2:hover {
				color:#ee0000;
				}

		.home-services img {
			position:absolute;
			bottom:18px;
			left:12px;
			}

		h1 { color:#bd000e; font-family:Tahoma; font-weight:normal; margin:0px; }
		h2 { color:#bd000e; font-family:Tahoma; font-weight:normal; margin:0px; }
		h3 { color:#bd000e; font-family:Tahoma; font-weight:normal; margin:0px; }

		.services-info {  }

		.services-info h3 {
			margin:0px;
			padding:0px;
			}



/* FOOTER */

	#footer {
		position:relative;
		margin-top:30px;
		border-top:1px solid red;
		padding-top:10px;
		font-size:8pt;
		}

	#footer a { color:#000000; text-decoration:none; }

