* {
	margin: 0;
	padding: 0;
}

body {
	cursor: default;
	background: #fff url(../img/bgXX.jpg) top center repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	color: #888;
}

p {
	font-weight: normal;
	font-size: 13px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
h1 {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	margin: 0 4px 0 4px;
}
h1 span {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 2px 0 0 4px;
}
h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #888;
	margin: 0 0 0 4px;

}
h3 span {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}
h4 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	margin: 2px 0 0 4px;
}

#container {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#info {
	width: 100%;
	height: 14px;
	margin: 24px 0 6px 0;
}
#infoLeft {
	float: left;
	width: 463px;
	padding: 0 0 0 2px;
}
#infoRight {
	float: right;
	width: 463px;
	padding: 0 2px 0 0;
	text-align: right;
}

#header {
	width: 100%;
	height: 230px;
	margin: 0 0 25px 0;
	border-top: 1px solid #efefef;
	text-align: center;
}

ul.projectsBig {
	overflow: hidden;
	list-style: none;
	width: 100%;
	margin: 0 0 10px 0;
}
ul.projectsBig li {
	float: left;
	margin: 0 20px 20px 0;
}
ul.projectsBig li.last {
	float: left;
	margin: 0 0 20px 0;
}
ul.projectsBig a {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
ul.projectsBig img {
	border: 5px solid #efefef;
}
ul.projectsBig em {
	width: 300px;
	height: 170px;
	background: transparent url(../img/thumbOver.png);
	margin: 0;
	padding: 140px 0 0 0;
	display: none;
	position: absolute;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
ul.projectsBig a:hover em {
	display: block;
}
ul.projectsBig span {
}
ul.projects {
	overflow: hidden;
	list-style: none;
	width: 100%;
}
ul.projects li {
	float: left;
	margin: 0 20px 30px 0;
}
ul.projects li.last {
	float: left;
	margin: 0 0 30px 0;
}
ul.projects a {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
ul.projects img {
	border: 5px solid #efefef;
}
ul.projects em {
	width: 300px;
	height: 100px;
	background: transparent url(../img/thumbOver.png);
	margin: 0;
	padding: 70px 0 0 0;
	display: none;
	position: absolute;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
ul.projects a:hover em {
	display: block;
}
ul.projects span {
}

#footer {
	margin: 30px 0 0 0;
	padding: 12px 0 150px 0;
	width: 100%;
	background: transparent url(../img/footer.png) top right no-repeat;
	border-top: 1px solid #efefef;
}
#footerLeft {
	float: left;
	width: 290px;
	padding: 0 30px 0 0;
}
#footerCenter {
	float: left;
	width: 290px;
	padding: 0 30px 0 0;
}
#footerRight {
	float: left;
	width: 290px;
}


