@import url(template.css);

#shadow {
	background: url(pagebg.png) repeat-y;
}

#content {
	background: url(contentbg.png) repeat-y;
}

#content #left a{
	border: none;
}

#content #left {
	width: 345px;
}

#left #article {
	background: url("article.png");
	height: 113px;
	width: 345px;
	text-align: center;
	color: #fff;
	font-size: 80%;
}

#article a {
	position: relative;
	top: 75px;
	font-style:italic;
	color: #fff;
}

#article a:hover {
	border-bottom: 1px dotted #e1c11e;
}

#content #right {
	margin-left: 355px;
	/* 345 including padding */
	width: 325px;
	padding: 15px 10px 10px 10px;
	background: #e8e8e8;
	min-height: 342px;	
}

#right h2 {
	font-size: 90%;
	padding: 0;
	margin: 0;
	height: 28px;
	width: 200px;
}

#right h2 span {
	display: none;
}

h2#ftgu {
	background: url(groundup.png) no-repeat;
}

h2#wt {
	background: url(technologies.png) no-repeat;
}

h2#bd {
	background: url(design.png) no-repeat;
}