body {
	background-image: url(images/flooring.jpg);
	z-index: 3;
	font-family: "Verdana";
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

img {
	border: none;
}

h1 {
	text-shadow: 6px 5px 6px #000;
}

h2 {
	text-shadow: 2px 2px 2px #dedede;
}

h3 {
	text-shadow: 1px 1px 1px #dedede;
}

.underline_link {
	border-bottom: 1px dotted #black;
}

/* Hyperlink settings */
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

html > a:hover{
	color: black;
	text-shadow: 3px 3px 3px #000;
}

a:hover {
	color: black;
	text-decoration: underline;
}

html>body  #center {
	background: rgba(194, 204, 204, 0.5);
	padding: 0px 10px 0px;
	font-size: 14px; 
	margin: auto;
	text-align: left;
	text-indent: 1.5em;
	-moz-box-shadow: 0px 0px 15px #2c2c2c;
	-webkit-box-shadow: 0px 0px 15px #2c2c2c;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	padding-bottom: 20px;
}
#center {
	border: 2px #dedede;
}

p {
	margin: 10px;
	padding: 10px;
	padding-bottom: -10px;
	margin-bottom: 0px;
}

#everything {
	margin: 0px auto;
	width: 900px;
	min-height: 100%;
	position: relative;
	padding: 20px;
}

html>body #images {
	background: rgba(194, 204, 204, 0.5);
	padding: 10px 10px 10px 0px;
	-moz-box-shadow: 0px 0px 15px #2c2c2c;
	-webkit-box-shadow: 0px 0px 15px #2c2c2c;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

img.galleryimage {
	padding: 10px;
}
img.topgalleryimage {
	padding: 10px;
	padding-top: 0px;
}
img.bottomgalleryimage {
	padding: 10px;
	padding-bottom: 0px;
}
div.kevin {
	padding: 10px;
	text-align: right;
}
h2.before {
	left: 300px;
}
.after {
	padding-left: 325px;
}
/* Website Logo */
#logo {
	text-align: center;
	z-index: 2;
}

.logo {
	border: none
}

#homepage {
	width: 500px;
	height: 375px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}

#about_image {
	width: 300px;
	height: 225px;
	float: right;
	margin: 5px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#kevin {
	text-align: center;
}

/* Navbar */
html>body #navbar {
	text-align: center;
	background: rgba(200, 210, 210, 0.5);
	z-index: 1;
}

#navbar {
	-moz-box-shadow: 0px 0px 15px #2c2c2c;
	-webkit-box-shadow: 0px 0px 15px #2c2c2c;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 8px;
	margin-top: 5px;
}
.startnav {
	padding-right: 20px;
}

img.navbaricons {
	border: none;
	padding-right: 2px;
}

.linktext {
	padding-top: 5px;
}

#navbar {
	height: 35px;
	text-align: center;
}

#navbar ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	padding: 10px 20px 5px 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14;
	color: #dedede;
}

#navbar ul {
	padding-left: 95px;
	margin-top: 10px;
}

#theader {
	padding-bottom: 20px;
}
h2.cost_head {
	margin-top: 10px;
	padding-top: 5px;
}

/* Gallery Image Hover Effect - Images with Radius*/
.imagedropshadow {
	padding: 5px;
	border: solid 1px transparent;
}

a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

/* Gallery Image Hover Effect - Images without Radius*/
.imagedropshadow_no_radius {
	padding: 5px;
	border: solid 1px transparent;
}

a:hover img.imagedropshadow_no_radius {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

/* Footer */
#footer{
	bottom: 0;
	text-align: center;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
}
