* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 130%;
	background: #f0f6f5 url(images/webpage_bg.gif) no-repeat center top;
}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
#header {
	padding: 2px 0 20px 0;
	float: left;
	width: 800px;
	height: 120px;
}
#header img {
	float: left;
	margin-top: 3px;
}
#navigation {
	float: right;
	width: 230px;
	padding-top: 5px;
	padding-right: 20px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;
	line-height: 135%;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	width:110px;
	border-bottom: 1px solid #2a7970;
}
#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	color: #ace1dc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ace1dc;
}
.home #home a, .services #services a, .portfolio #portfolio a, .prices #prices a, .contact #contact a {
	color: #ace1dc;
	font-weight: bold;
}
#services {
	margin-left: 20px;
}
#portfolio {
	margin-left: 40px;
}
#prices {
	margin-left: 60px;
}
#contact {
	margin-left: 80px;
}
#contact2 {
	margin-left: 100px;
}
#inner_wrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 800px;
}
#content {
	width: 420px;
	margin-left: 80px;
	margin-bottom: 20px;
	float: left;
}
#content p {
	padding-bottom: 20px;
}
#content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #782571;
	padding-bottom: 5px;
	border-bottom: 1px solid #782571;
	font-style: italic;
	margin-bottom: 10px;
}
#content a {
	color: #2a7970;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none
}
#content a:hover, #content a:active, #content a:focus {
	color: #66aaa3
}
#content ul {
	padding-left: 15px;
	list-style-type: disc;
	padding-bottom: 15px;
}
#content_portfolio {
	width: 400px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
#content_portfolio a {
	color: #2a7970;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
#content_portfolio a:hover, #content_portfolio a:active, #content_portfolio a:focus {
	color: #66aaa3
}
#sidebar {
	float: right;
	width: 180px;
	padding-top: 90px;
	margin-right: 70px;
}
#more {
	background-image: url("images/more_bg.gif");
	background-repeat: no-repeat;
	width: 68px;
	height: 24px
}
#more a:hover, #more a:active, #more a:focus, #back a:hover, #back a:active, #back a:focus {
	color: #d4b4eb;
	background-repeat: no-repeat
}
#back {
	background-image: url("images/more_bg.gif");
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 68px;
	margin-top: 122px;
	margin-left: 10px;
	margin-right: 10px;
}
#back a {
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	display: block
}
#more a {
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	display: block
}
#footer {
	float: left;
	width: 800px;
	position: absolute;
	top: 480px;
}
#footer p {
	color: #fff;
	margin-right: 150px;
	margin-left: 300px;
}
#copyright {
	font-size: 9px;
	color: #666;
	position: absolute;
	top: 580px;
	right: 0px;
}
.centre {
	text-align: center;
}
.top20 {
	padding-top: 20px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

