/**************************************************/
/*              Use and abuse, but                */
/*              don't steal                       */
/*              It's bad karma...                 */
/*              Geoffroy Gomet                    */
/*              http://www.WebApart.be            */
/**************************************************/
/* ___            ______            ______        */
/* \++\          +++++++\          +++++++\       */
/*  \++\        ++++  \++\        ++++  \++\      */
/*   \++\      ++++    \++\      ++++    \++\     */
/*    \++\    ++++      \++\    ++++++++++\++\    */
/*     \++\__++++        \++\__++++++++++++\++\   */
/*      \+++++++          \+++++++          \++\  */
/*       \+++++            \+++++            \++\ */
/*                                                */
/**************************************************/
body{
	background:#FFF url(images/body.jpg) no-repeat bottom right;
	text-align:center;
	font-family: "Lucida Grande", Tahoma, Verdana, Sans-serif;
	font-size:1em;
	margin:0 auto;
	padding:0;
	color:#555;
}
#main{
	background: url(images/top.jpg) repeat-x top center;
	padding:0 0 0 0;
	margin:0 auto;
	min-height:600px;
	height:auto !important;
	height:600px;
	text-align:center;
}
#header{
	height:147px;	
	background:url(images/header.jpg) no-repeat top center;
}

#content{
	text-align:left;

width:827px;
	padding:0;
	margin:0 auto;
}
#maincontent{
	text-align:left;
	display:block;
	padding:0;
	margin:20px auto;
}
#maincontent a{
	color:#B45304;
	text-decoration:none;
}
#maincontent a:hover{
	color:#FFF;
	background:#B45304;
}
#maincontent a img{
	border:4px solid #A1A7B5;
}
#maincontent a:hover img{
	border:4px solid #54728E;
}
p{
	margin:0;
	padding:3px 0;
}
h1{
	font-size:1.5em;
	display:block;
	padding:3px 0;
	text-align:left;
	font-weight:normal;
	border-top:1px solid #111;
	color:#111;
	margin:8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2{
	font-size:1.3em;
	display:block;
	padding:3px 0;
	text-align:left;
	font-weight:normal;
	border-top:1px solid #FFF;
	color:#1E415D;
	margin:8px 0;
	background:#CBCED6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.portfolio{
	border-bottom:1px solid #FFF;
	margin-left:10px;
}
.clearr{
	border:none;
	width:100%;
	clear:left;
	height:10px;
}
#footer{
	text-align:left;
	clear:left;
	margin:10px 40px;
	display:block;
	padding:10px 0;
	font-size:1.4em;
}