body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/kent_photographer_BG.jpg);
	background-repeat: repeat;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.webb #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.webb #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 75px;
} 

.webb #gallery {
	height: 670px;
	width: 870px;
	margin-left: 20px;
}
.webb #gallery h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.webb  #gallerymenu  {
	height: 40px;
	width: 870px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-left: 10px;
	text-align: center;
}

.webb #gallerymenu a {
	color: #666666;
	text-decoration: none;
}
.webb #gallerymenu a:hover {
	color: #000000;
	text-decoration: none;
}


.webb #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.webb #full {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	width: auto;
}
.webb #full h1 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 140%;
}
.webb #full h2 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 110%;
}
.webb #full p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}
.webb #full a:hover {
	color: #000000;
	text-decoration: underline;
}
.webb #full a {
	color: #333333;
	text-decoration: none;
}



.webb   #left {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	width: 570px;
}
.webb #left h1 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 150%;
}
.webb  #left  p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}
.webb #left p2 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	margin-left: 20px;
}
.webb #left a {
	color: #333333;
	text-decoration: none;
}
.webb #left a:hover {
	color: #000000;
	text-decoration: underline;
}



.webb #left.image {
	border: 1px solid #666666;
}

.webb #left2 {
	padding-top: 20px;
	padding-bottom: 24px;
	padding-left: 30px;
	width: 350px;
}
.webb #left3 {
	padding-top: 20px;
	padding-bottom: 24px;
	padding-left: 30px;
	width: 360px;
}


.webb  #right {
	width: 270px;
	float: right;
	padding-right: 10px;
	background-color: #FFFFFF;
	height: 370px;
}
.webb  #right  h1 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 160%;

}
.webb #right h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
}

.webb  #right  p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
.webb  #right  a {
	color: #333333;
	text-decoration: none;

}
.webb  #right  a:hover {
	color: #333333;
	text-decoration: underline;
}
.webb #right2 {
	padding-bottom: 20px;
	width: 270px;
	float: right;
	padding-right: 10px;
	background-color: #FFFFFF;
	height: 420px;
}
.webb #right2 h1 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 150%;
}
.webb #right2 h2 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
.webb #right2 p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
.webb #right2 a {
	color: #333333;
	text-decoration: none;
}
.webb #right2 a:hover {
	color: #333333;
	text-decoration: underline;
}



.webb #right3 {
	padding-top: 0px;
	width: 480px;
	float: right;
	padding-right: 20px;
}
.webb #right3 h1 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 160%;
}
.webb #right3 h2 {
	font-weight: inherit;
	font-family: "Century Gothic";
	color: #333333;
	font-size: 100%;
}



.webb #right3 p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
}
.webb #right3 a {
	color: #333333;
	text-decoration: none;
}
.webb #right3 a:hover {
	color: #333333;
	text-decoration: underline;
}
.image-r {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

.webb #box1 {
	width: 265px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 120px;
	float: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	padding-top: 10px;
}
.webb #box1 a {
	color: #333333;
	text-decoration: none;
}

.webb #box1 p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}
.webb  #box1  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 95%;
	font-weight: lighter;








	line-height: 0
.px;
	line-height: 0px;
}


.webb #box2 {
	width: 265px;
	background-color: #EAEAEA;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 120px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.webb #box2 a {
	color: #333333;
	text-decoration: none;
}

.webb #box2 p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}

.webb   #box2   h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 95%;
	font-weight: lighter;
	line-height: 0px;
}
.webb #box3 {
	width: 264px;
	background-color: #EAEAEA;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 130px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.webb #box3 a {
	color: #333333;
	text-decoration: none;
}

.webb #box3 p {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 75%;
}
.webb  #box3  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 95%;
	font-weight: lighter;
	line-height: 15px;
}


.webb #footer {
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 40px;
	width: 450px;
	text-align: left;
	background-position: center;
	float: left;
} 
.webb #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.webb #sitemap {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	height: 40px;
	width: 420px;
	text-align: right;
	background-position: center;
	float: left;
}
.webb #sitemap p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.webb #sitemap a {
	color: #333333;
	text-decoration: none;
}
.webb #sitemap a:hover {
	color: #333333;
	text-decoration: underline;
}



.webb #bottomdesign {
	padding-top: 0;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.webb #menu {
	padding-bottom: 0;
	float: right;
	height: 50px;
	padding-top: 5px;
	padding-right: 5px;
}
ul#blue {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 45%;
}

ul#blue li {
	position:relative;
	float:left;
	border-top:4px solid #efefef;
	margin-right: 7px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#blue .current {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

ul#blue li:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

ul#blue li a {
	padding:2px 2px;
	text-decoration:none;
	color:#666666;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}

ul#blue li a:hover {
	color:#333333;
	border:none;
}

ul#blue li span{
	display:none;
	position:absolute;
	top:20px;
	left:2px;
	width:170px;
	font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
}

ul#blue li a:hover span {
	margin-top: 7px;
	display:block;
	color: #333333;
}
.webb #rightdesign {
	padding-top: 0;
	width: 100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.webb #gallerymenu a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.image_wrap {
	border: 5px solid #CCCCCC;
}
.webb #box4 {
	width: 300px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 200px;
	float: right;
	clear: left;
	margin-right: 40px;
	padding: 0px;
}
.webb #box4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.webb #box4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.webb #box4 h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
