﻿body {
	background-color: #FFFFFF;
	background-image:url(../images/bluebg.png);
	background-repeat:repeat-x;
	margin: 0px;
	/*background-image: url('images/blue143.jpg');*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	/*color: #00F;*/
}

h1 {
	color: #0000FF;
	margin-top: 6px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	background-color: #FFFFFF;
}

h3 {
	font-size: medium;
	color: #808080;
	line-height: normal;
	text-align: left;
}	

p {
	font-size: 14px;
	text-indent: 15px;
	line-height: 20px;
	margin-top: 0px;
	color: #666666;
}

a:hover, a:active, a:focus, a:active{
	outline: none;
	-moz-outline-style: none;
}

input:hover, input:active, input:focus, input:active{
	outline: none;
	-moz-outline-style: none;
}

#container 
{
	background-color: White;
	width: 900px; 
	margin-right: auto; 
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
}

#MainWorkArea {
    /*border: thin solid #1570CE;*/
    width: 900px;
    background-color: #FFFFFF;
}

#NormalRightArea {
	border-left: 1px dotted #C0C0C0;
	padding: 15px; 
	margin-left:216px;
}

#NormalLeftArea {
	border-left: 1px dotted #C0C0C0;
	padding: 15px; 
	margin-left:0px;
}

#TopBanner {
    text-align: center;
}

.Girl { 
	clear: right;
	margin-top: 14px;
	margin-right: auto;
	margin-left:auto;
	height: 250px;
	width: 237px;
	background-repeat:no-repeat;
	background-image:url(../images/GirlMain.jpg);
}

.AskPlumber { 
	clear: right;
	margin-top: 14px;
	margin-right: auto;
	margin-left:auto;
	height: 250px;
	width: 237px;
	background-repeat:no-repeat;
	background-image:url(../images/AskArico.jpg);
}

.Box2 { 
	background-color: #DEF1FE;
	clear: right;
	margin-top: 14px;
	margin-right: auto;
	margin-left:auto;
	height: 250px;
	width: 237px;
	background-repeat:no-repeat;
}

.InfoBox {
	clear:right; 
	margin-top: 14px;
	width: 257px; 
	text-align:center;
	margin-right:auto; 
	margin-left:auto;
}

#RightSideDiv {
	float: right; 
	clear: right; 
	width: 265px; 
}

#LeftSideDiv {
	padding: 0px 13px 0px 10px; 
	float:left; 
	width: 607px;
}

.MenuHome {
	height:40px;
	width:128px;
	border:none;
	background-repeat:no-repeat;
	background-image:url(../MenuButtons/Home_Off.jpg);
	display:inline;
}

.MenuServices {
	height:40px;
	width:128px;
	border:none;
	background-repeat:no-repeat;
	background-image:url(../MenuButtons/Services_Off.jpg);
	display:inline;
}


