@CHARSET "ISO-8859-1";

body {
  margin: 		0;
  padding: 		0;
  color:		#603235;
  line-height: 	16px;
  font-size:	12px;
  text-align: 	justify;
  font-family:  Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, div, p, ul, li, img, table, tr, td, th {
  margin: 0pt;
  border: none;
  padding: 0pt;
}
a {color:#603235;text-decoration: none;}
a:hover {color:#F36D2C;text-decoration: none;}
a.link-mail {background: url(images/icon-mail.png) 0 0 no-repeat;padding-left:20px;}
.clearfix {clear:both;min-height:1%;}

#box {
	margin: 	10% auto 0;
	width: 		600px;
  	text-align: left;
	overflow:	hidden;
}
#content-top{background:url(images/border-top.png) 0 0 no-repeat;height:20px;}
#content{
	background:	url(images/border.png) 0 0 repeat-y;
	padding: 	20px;
}
#content-bottom{background:url(images/border-bottom.png) 0 0 no-repeat;height:20px;}

#logo {
	text-align: center;
}
#description{
	padding: 	10px 20px 30px;
	text-align: center;
}
#description p {
	color:		#333333;
	font-size: 	16px;
}
#description img {
	position:	relative;
	top:		2px;
}
#contact p.left{padding:0 20px;float:left;}
#contact p.right{padding:0 20px;float:right;text-align:right;}
div.currentProject{border-top: 4px solid #F36D2C;padding:10px 20px 0 30px;}
