html {
	height: 101%;
}
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	padding: 0px;
}
body.home {
	background-image: url(images/backgrounds/blue.png);
}
body.philosophy {
	background-image: url(images/backgrounds/green.png);
}
body.services {
	background-image: url(images/backgrounds/purple.png);
	}
body.prices {
	background-image: url(images/backgrounds/orange.png);
}
body.contact {
	background-image: url(images/backgrounds/red.png);
}
body.tips {
	background-image: url(images/backgrounds/blue.png);
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.full-width-window {
	width: 100%;
	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding-top: 10px;
	top: 30px;
	height: auto;
	background-color: #FFFFFF;
}


.outer-wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	top: 1px;
}

.top-border {
	background-color: #CCCCCC;
	width: 100%;
	height: 25px;
	background-image: url(images/border-background.gif);
	position: relative;
	top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.header-bar {
	height: 50px;
	width: 100%;
	overflow: hidden;
}


.logo {
	background-image: url(images/logo.png);
	height: 50px;
	width: 273px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.nav-bar {
	height: 50px;
	overflow: hidden;
	display: block;
	width: 577px;
	margin: 0px;
	padding: 0px;
	float: right;
}
ul#menu {
	width:auto;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	float: left;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/menu.png);
	display: block;
	}
	ul#menu li a.home {
		width: 98px;
		background-position: 0 0;
	}
	ul#menu li a.philosophy {
		width: 144px;
		background-position: -98px 0;
	}
	ul#menu li a.services {
		width: 119px;
		background-position: -242px 0;
	}
	ul#menu li a.prices {
		width: 94px;
		background-position: -361px 0;
	}
	ul#menu li a.contact {
		width: 122px;
		background-position: -455px 0;
	}
	ul#menu li a.home:hover, ul#menu li a.home:hover:focus, body.home #menu li a.home {
	background-position: 0 -50px;
	}
	ul#menu li a.philosophy:hover, ul#philosophy li a.home:hover:focus, body.philosophy #menu li a.philosophy {
	background-position: -98px -50px;
	}
	ul#menu li a.services:hover, ul#menu li a.services:hover:focus, body.services #menu li a.services {
	background-position: -242px -50px;
	}
	ul#menu li a.prices:hover, ul#menu li a.prices:hover:focus, body.prices #menu li a.prices {
	background-position: -361px -50px;
	}
	ul#menu li a.contact:hover, ul#menu li a.contact:hover:focus, body.contact #menu li a.contact {
	background-position: -455px -50px;
	}
.lower-content-wrapper {
	top: 15px;
	position: relative;
}
.graphic-text {
	height: 125px;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	clear: both;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 22px;
}

.text {
	width: 830px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
}
a{
	color:#428DFF;
	text-decoration:none;
	outline:none;
}
table {
	margin-bottom: 20px;
}

a:visited{
	text-decoration:none;
	color:#428DFF;
}
.footer {
	height: 20px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	padding-bottom: 30px;
	position: relative;
}
.bottom-border {
	background-image: url(images/border-background.gif);
	width: 100%;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	position: relative;
	top: 30px;
}
.clear {
	clear: both;
	width: 100%;
	top: 80px;
	position: relative;
	height: 1px;
}

.small-text {
	font-size: 17px;
}
.portfolioimage
{
	border: 1px solid #666666;
	-khtml-opacity: 0.7;
	margin: 5px;
	display: inline;
}
li {
	margin: 0px;
	padding-bottom: 5px;
}
