@import url("common.css");

#content {
	padding-left: 80px;
}

#title {
	position: absolute;
	top: 484px;
	left: 100px;
	
	/* Hide from IEmac \*/
	margin-top: -16px;
	left: 0px;
	top: -20px;
	position: relative;
	/* End hiding */
}
#title h1, #title p {
	display: inline;
	float: left;
	padding-top: 0;
	margin: 0;
	height: 36px;
}
#title h1 span, #title p span {
	display: none;
}

#title h1 {
	width: 132px;
	background: url("arkeon_front") no-repeat;
}
#title p {
	width: 252px;
	margin-left: 20px;
	background: none;
}
#title p a {
	display: block;
	float: left;
	width: 10px;
	height: 33px;
	background: bottom no-repeat;
}
#title p .sculpt {
	background-image: url("sculpt_title_up");
	width: 84px;
}
#title p .sculpt:hover {
	background-image: url("sculpt_title_over");
}
#title p .arch {
	background-image: url("arch_title_up");
	width: 168px;
}
#title p .arch:hover {
	background-image: url("arch_title_over");
}

#frontnav {
	margin: 75px 0 0 155px;
	/* Hide from IEmac \*/
	margin: 75px 0 0 145px;
	/* End hiding */
	height: 392px;
	clear: both;
	border-left: 1px solid black;
}

#frontnav a {
	display: block;
	float: left;
	border: solid black;
	border-width: 1px 0 1px 0;
	height: 138px;
	width: 250px;
}
#frontnav a span {
	display: none;
}

#frontnav .sculpt {
	background: url("sculpt_up");
}
#frontnav .sculpt:hover {
	background: url("sculpt_over");
}
#frontnav .arch {
	background: url("arch_up");
	border-right: 1px solid black;
}
#frontnav .arch:hover {
	background: url("arch_over");
}
