@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: 'Century Gothic', 'Verdana', sans-serif;
	font-size: 14px;
	color: #8C8C8C;
	line-height: 1.4em;
}
body {
	background-color: #151515;
	background-image: url(images/assets/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p	{
	margin: 0em; 
	}
h1	{
	font-size: 28px;
	line-height: 1.1em;
	font-weight: lighter;	
}
h2	{
	font-size: 24px;
	line-height: 1.1em;
	font-weight: lighter;	
}
h3	{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: lighter;	
}
h4	{
	font-size: 18px;
	line-height: 1.1em;
	font-weight: lighter;	
}
h5	{
	font-size: 16px;
	line-height: 1.1em;
	font-weight: lighter;	
}

h6	{
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;	
}
.h1underline	{
	font-size: 28px;
	line-height: 1.1em;
	font-weight: lighter;
	padding-bottom: 5px;
	border-bottom-color: #8C8C8C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:link {
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C8C8C;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #8C8C8C;
}
.folioimg {
	border-width: 6px;
	border-color: #8C8C8C;
	border-style: solid;
}
.contactmap {
	border-width: 6px;
	border-color: #8C8C8C;
	border-style: solid;
	float: right;
}
.projectheading {
	font-size: 32px;
	line-height: 1em;
	font-weight: lighter;	
}
.projecttext {
	font-size: 12px;
	line-height: 1.4em;
	
}
#bg {
	width: absolute%;
	height: 100%;
	background-image: url(images/bg_home3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
	}
.homeptext {
	font-size: 18px;
}
.img_right {
	float: right;
	border-width: 6px;
	border-color: #8C8C8C;
	border-style: solid;
	margin-left: 10px;
	
}
.img_left {
	float: left;
	border-width: 6px;
	border-color: #8C8C8C;
	border-style: solid;
	margin-right: 10px;
}
	
#featurebox {
	padding: 10px;
	width: auto;
	border-width: 6px;
	border-color: #8C8C8C;
	border-style: solid;
}
