/*=========== BASIC LAYOUT START HERE ==========*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .75em;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin:0px;
	padding:0px;
	background : url(../images/left_column_bgd.gif) repeat-y left top;
}
#wrapperIndex {
	margin:0px;
	padding:0px;
}
#container {
	padding: 0px;
	margin: 0px;
	background :  url(../images/right_column_bgd.gif) repeat-y right top;
	overflow: auto;
}
#left {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 168px;
	background: url(../images/left_column_bgd.gif) top left repeat-y;
}
#leftIndex {
	width: 223px;
	margin: 0 20px 10px 10px;
	padding: 0;
	float: left;
	}
#right[id] {
	background: url(../images/right_column_bgd.gif) top right repeat-y;
	float: right;
	margin: 0;
	padding: 0 9px 20px 27px;
	width: 174px;
	}
#right {
	background: url(../images/right_column_bgd.gif) top right repeat-y;
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	}
#main {
	margin: 0 210px 10px 168px;
	padding: 3px 5px 0px 15px;
	background-color: #FFFFFF;
	line-height: 130%;
}

#mainIndex {
	margin: 0 210px 0 233px;
	padding: 3px 5px 0px 15px;
	background-color: #FFF;
	line-height: 130%;
	}

.cleaner {
	clear: both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
#footer {
	clear: both;
	background-image: url(../images/footer_bgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	position:relative;
}
div#right_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 210px;
	background-color: #0075B8;
	position: absolute;
	top: -14px;
	right: 0px;
}
.padder {
	padding: 0  0 17px 0;
	margin: 0;
}

#header {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 6px 0px;
	background-image: url(../images/header_bgd.gif);
	background-repeat: repeat-x;
	height: 137px;
	}

div.otherSections {
	color: #6DB3DC;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #fff;
	}

div#clientLoginSection {
	_margin: 0 0 0 30px;
	}
div#phone_number {
	position: absolute;
	_top: 10px;
	left: 5px;
	}
div#phone_number[id] {
	top: -5px;
	}

div#portfolioScreenshot {
	width: 200px;
	margin-right: 30px;
	float: left;
	}