body {
	background-color: #66CCFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.page {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -8px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 25px top;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.about a{
	background-image: url(images/about1.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 43px;
	float: left;
	margin-left: 195px;
}
.about a:hover{
	background-image: url(images/about2.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 130px;
}
.features a{
	background-image: url(images/features1.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 105px;
	float: left;
}
.features a:hover{
	background-image: url(images/features2.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 105px;
	float: left;
}
.portfolio a{
	background-image: url(images/portfolio1.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 105px;
}
.portfolio a:hover{
	background-image: url(images/portfolio2.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 105px;
}
.blog a{
	background-image: url(images/blog1.png);
	height: 43px;
	width: 105px;
	background-repeat: no-repeat;
	float: left;
}
.blog a:hover{
	background-image: url(images/blog2.png);
	height: 43px;
	width: 105px;
	background-repeat: no-repeat;
	float: left;
}
.contact a{
	background-image: url(images/contact1.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 130px;
}
.contact a:hover{
	background-image: url(images/contact2.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 130px;
}
.seperator {
	float: left;
	height: 43px;
	width: 1px;
	background-image: url(images/seperator.png);
}
.content_top_left {
	background-image: url(images/content_top_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
.content_top_middle {
	height: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #939393;
	width: 780px;
	float: left;
	background-color: #FFF;
}
.content_top_right {
	background-image: url(images/content_top_right.png);
	float: right;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
}
.content_bottom_left {
	background-image: url(images/content_bottom_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
.content_bottom_middle {
	height: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	width: 780px;
	float: left;
	background-color: #FFF;
}
.content_bottom_right {
	background-image: url(images/content_bottom_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
.gradienttext h1 {
	position: relative;
	color: #464646;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 280%;
	line-height: 100%;
	font-weight: bold;
}
.gradienttext span {
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 29px;
}
.gradienttext {
	background-color:#FFF
}
.footer {
	text-align: center;
	font-size: 10pt;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	line-height: 8pt;
}
