/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0;  
  padding:0;  
  border:0;  
  border-collapse:separate;  
  border-spacing:0;
}

body {
	background-color: #c9cac2;
	margin: 0;
	padding: 0;
	color: #5d5d5d;
	font: 14px/20px Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #ffffff 1px 1px 1px;
}

#container {
	width: 560px;
	margin: 50px auto 0;
}

#header {
	width: 560px;
	height: 20px;
	background: url(images/header-footer-sprite.png) no-repeat;
	margin: 0;
	padding: 0;
}

#main {
	width: 460px;
	background: url(images/main-bg.png) repeat-y;
	margin: 0;
	padding: 0 50px 20px;
}

#footer {
	width: 560px;
	height: 71px;
	background: url(images/header-footer-sprite.png) no-repeat 0 -100px;
	margin: 0;
	padding: 0;
}

#intro {
	margin-bottom: 16px;
	border-bottom: 1px solid #cacaca;
}

.project {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 426px;
	border: 1px solid #a9a9a9;
	background-color: #eaeaea;
	padding: 10px 17px 0;
	margin-bottom: 17px;
}



/* .project img {
	border: 1px solid #515151;
} */

h1 {
	color: #cb0303;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #cb0303;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	margin-top: 8px;
	margin-bottom: 16px;
}

.portrait {
	margin-top: 15px;
	margin-bottom: 15px;
}

.color {
	color: black;
}

.project-description {
	margin-top: -10px;
	margin-bottom: 12px;
}

a {
	color: #0288dd;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	text-decoration: underline;
}

.section {
	margin-top: 40px;
}

.disclaimer {
	color: #000;
	padding: 10px;
	border: 1px solid #f8b466;
	background-color: #fdf2e5;
}