
body{
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #333;
	line-height: 1.166;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-size: small;
}

.main {
	/*height: auto;*/
	overflow: hidden;

	width: 1000px;

	position: fixed;
	background-color: #FFFFFF;
}
.header {

	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
}

.header h1{

	font-size: x-large;
	color: #000;
}
.leftmenucol {
	color: #666;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 17%;
	position: relative;
}
.leftmenu {
	color: #666;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.logos {
position:absolute;
	top:260px;

}
.content {

	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 83%;
	position: relative;
}
.footer {

	margin: 0px;
	padding-top: 8px;
	width: 900px;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	height: 25px;
	position: relative;
	float: left;
}
.footer a {
	color: #cccccc;
	text-decoration: none;


}
.footer a:hover {
color: #000000;
	text-decoration: underline;


}
.slider {
	color: #999;
	position:absolute;
	left:-800px;
	width:800px;
	

}
.leftslide {
		font-size: x-small;
		letter-spacing: 3px;
	float: left;
	width: 90%;
	position: relative;
}
.rightslide {
	width: 10%;
	float: left;
	position: relative;
	text-align: left;
	left:0px;
}
.rightslide a{
	color: #999;
	text-decoration: none;
}
.rightslide a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.slider a{
	color: #999;
	text-decoration: none;
}

.rightlink {
	width: 10%;
	float: right;
	position: relative;
	text-align: right;
	left:0px;
}
.rightlink a{
	color: #999;
	text-decoration: none;
}
.rightlink a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.projectlink {
	width: 15%;
	float: right;
	position: relative;
	text-align: left;
	left:0px;
}
.projectlink a{
	color: #999;
	text-decoration: none;
}
.projectlink a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.mainbody {
overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	float: left;
}

.homecontent {
	color: #333;
	width: 34%;
	float: left;
	height: 100%;
		margin: 0px;
	padding: 0px;
}
.homeimage {
	width: 66%;
	float: right;
}
.procontentleft {
	color: #333;
	width: 50%;
	float: left;
	height: 100%;
		margin: 0px;
	padding: 0px;
}
.procontentright {
	width: 50%;
	float: right;
}
.workingcontent {
	color: #333;
	width: 50%;
	float: left;
	height: 100%;
		margin: 0px;
	padding: 0px;
}
.workingimage {
	width: 50%;
	float: right;
}

.homecontent a {
	color: #333;
	text-decoration: none;

}
.homecontent a:hover {
	text-decoration: underline;
	background-color: #000;
}
.projectcontent {
	color: #333;
	width: 100%;
	float: left;
	height: 100%;
		margin: 0px;
	padding: 0px;
}
.projectleft {
	color: #333;
	
	float: left;
	height: 100%;
		margin: 0px;
	padding: 0px;
}

.projectright {
	color: #333;
	
	float: right;
	height: 100%;
		margin: 0px;
	padding: 0px;
}


p {
		margin: 0px;

	padding-top: 0px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.leftmenu a {
	color: #666;
	text-decoration: none;
	width: 100%;
	/*display: block;*/
}
.leftmenu a:hover {
	color: #000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}
