/* CSS Document */

body {
	background: #fff url('img/bg.png') repeat-x fixed top center;
	margin: 0;
	padding: 10px 0 0 0;
}

#container-all {
	width: 958px;
	margin: 0 auto 0 auto;
}

#header {
	width: 842px;
	margin: 0 auto 0 auto;
	height: 100px;
}

#header h1 {
	float: left;
	margin: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	padding: 30px 0 0 0;
}

#header h1 img {
	behavior: url(iepngfix.htc);
}

#header div#menu {
	float: right;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
}

#header div#menu a {
	text-decoration: none;
	padding: 1px 4px;
	color: #FFFFFF;
}

#header div#menu a:hover {
	background-color: #FFFFFF;
	color: #57a8c3;
}

#latest {
	background-image: url(img/latest-bg.png);
	background-repeat: no-repeat;
	height: 252px;
	padding: 24px 0 0 40px;
	behavior: url(iepngfix.htc);
}

#latest div.left {
	float: left;
	width: 458px;
}

#latest div.left a img {
	border: none;
}

#latest div.right {
	float: right;
	width: 438px;
}

#latest div.right h3.web {
	margin: 0;
	padding: 2px 0 0 70px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #a02023;
	background-image: url(img/icons-web.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: top left;
	height: 53px;
}

#latest div.right h3.pdf {
	margin: 0;
	padding: 2px 0 0 70px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #a02023;
	background-image: url(img/icons-pdf.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: top left;
	height: 47px;
}

#latest div.right h3 img {
	behavior: url(iepngfix.htc);
}

#latest div.right h3 a img {
	border: none;
}

#recent-projects {
	width: 842px;
	margin: 15px auto 0 auto;
}

#recent-projects h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #a02023;
}

#recent-projects h2 img {
	behavior: url(iepngfix.htc);
}

#recent-projects div.project {
	width: 770px;
	margin: 0 auto 40px auto;
}

#recent-projects div.project h3.web {
	margin: 0;
	padding: 2px 0 0 60px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #a02023;
	background-image: url(img/icons-web.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: top left;
	height: 53px;
}

#recent-projects div.project h3.web img {
	behavior: url(iepngfix.htc);
}

#recent-projects div.project h3.pdf {
	margin: 0;
	padding: 2px 0 0 60px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #a02023;
	background-image: url(img/icons-pdf.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: top left;
	height: 47px;
}

#recent-projects div.project h3.pdf img {
	behavior: url(iepngfix.htc);
}

#recent-projects div.project a img {
	border: none;
}

#recent-projects div.project div.left {
	float: left;
	width: 458px;
}

#recent-projects div.project div.left img {
	border: 1px solid #FFFFFF;
}

#recent-projects div.project div.right {
	float: right;
	width: 300px;
}

ul {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;	
	margin: 20px 0 0 0;
	line-height: 2em;
	padding: 0 0 0 90px;
	font-size: 80%;
	list-style: disc;
}

.clear {
	clear: both;
}

p.ie6 {
	width: 842px;
	margin: 10px auto;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #57a8c3;
	background-color: #FFFFFF;
	font-size: 70%;	
}

p.ie6 a {
	text-decoration: underline;
	color: #57a8c3;
}

p.contact {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0;
	padding: 5px 15px 0 15px;
}

p.contact img {
	behavior: url(iepngfix.htc);
}
