body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}

#wrapper{
}
#container{
	width:1000px;
	margin:0 auto;
}


#languagebar{
	height:35px;
	background:url(../images/languagebar-bk.jpg) no-repeat;
}

#topbanner{
	padding-bottom:3px;
	background:url(../images/greyline-separator.jpg) repeat-x bottom #fdfdfd;
	
}


#content-container{
	background:url(../images/main-bk-faded.jpg) no-repeat top;
}
#content{
	/*min-height:400px;*/
}

#content-portfolio{
	min-height:500px;
	background:url(../images/portfolio-bk.jpg) no-repeat;
	padding-top:200px;
}


#box-top{
	background:url(../images/box-top.png) repeat-x top;
}
#box-bottom{
	background:url(../images/box-bottom.png) repeat-x bottom;
}
#box-left{
	background:url(../images/box-left.png) repeat-y left;
}
#box-right{
	background:url(../images/box-right.png) repeat-y right;
}
#box-tl{
	background:url(../images/box-tl.png) no-repeat top left;
}
#box-tr{
	background:url(../images/box-tr.png) no-repeat top right;
}
#box-bl{
	background:url(../images/box-bl.png) no-repeat bottom left;
}
#box-br{
	background:url(../images/box-br.png) no-repeat bottom right;
}

#footer{
	height:112px;
	padding-top:30px;
	background:url(../images/footer-bk.jpg) no-repeat top;
}