html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	background-image:url(img/bg.png);
	background-repeat:repeat-x
}


a {
	color:#e22b00;
	text-decoration:none;
	outline:0px;
}

a:hover {
	color:#2D2C2F;
}
a img {
	border:0px;
}
a.more {
	display:block;
	float:right;
	background-image:url(img/more.png);
	background-repeat:no-repeat;
	background-position:right;
	height:25px;
	color:#6d5c44;
	padding:3px 26px 0 0;
	font-size:14px;
}
a:hover.more {
	color:#0e8519
}
h1 {
	color:#e22b00;
	float:left;
	font-family: Arial, Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	background-image:url(img/arrow.gif);
	padding-right:17px;
	background-repeat:no-repeat;
	background-position:100% 50%;
	margin:0 0 11px;
}

h3 {
	color:#e22b00;
	float:left;
	font-family: Arial, Tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin:0 0 11px;
}

.container {
	overflow: hidden;
	width: 594px;
	height: 594px;
	margin:29px auto 0;
	color: #665e50;
	font-family:Arial, Tahoma;
	font-size:11px;
	position:relative;
	line-height:16px;
}

#main {
	background-image:url(img/mainBg.png);
	background-repeat:no-repeat;
}

#sub {
	background-image:url(img/subBg.png);
	background-repeat:no-repeat;
}
#topMenu {
	position:absolute;
	top:57px;
	left:116px;
}

#sliderBox {
	position:absolute;
	width:400px;
	top:127px;
	left:115px;
	height:70px;
}

#content {
	position:absolute;
	width:400px;
	top:202px;
	left:115px;
	height:215px;
}

#content p { margin:0 0 15px }

#portfolioLeft { display:inline; float:left; width:110px }
#portfolioDesc { position: relative; display:inline; float:right; width:266px; height:250px; overflow:hidden; margin-right:14px;  }
#portfolioDesc div.edicraContainer { height:250px; }
#portfolioDesc img { position: absolute; right: 0; bottom: 0; }

#botMenu {
	position:absolute;
	bottom:98px;
	left:215px;
}

#botMenu a {
	color:#2d2c2f;
	margin-right:4px;
	font-size:13px;
}

#botMenu a:hover {
	color:#e22b00;
}


a#fbLink {
	position:absolute;
	bottom:101px;
	right:108px;
	width:14px;
	height:14px;
}

a#bLink {
	position:absolute;
	bottom:101px;
	right:91px;
	width:14px;
	height:14px;
}