body {
	background: #609e7c;
	font-size: 85%;
	font-family: 'Trebuchet MS', sans-serif;
	color: #855936;
	margin: 0px;
	letter-spacing: 0.07em;
	padding: 0px;
	height: 100%;
	text-align: justify;
}

h1 {
	color: #9e3109;
	margin: 0 0 1em 0;
}

img {
	border: 0px;
}

a:link { color: #527963; text-decoration: none; }
a:visited { color: #527963; text-decoration: none; }
a:hover { color: #b94c25; text-decoration: none; }
a:active { color: #d96b45; text-decoration: none; }

#leftcontainer {
	position: absolute;
	left:0px;
	top:20px;
	width:160px;
}

#menucontainer {
	background: transparent url('./images/arm.png') center no-repeat;
	margin-top: 64px;
	height: 537px;
}
.menuspacer {
	height: 15px;
}
#menutopspacer {
	height: 92px;
}

#menucontainer a {
	cursor: pointer;
	background-color: transparent;
	height: 75px;
	width: 90px;
	background-repeat: no-repeat;
	display: block;
}

#menucontainer a span {
	display: none;
}

a.homeButton {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/home.png');
}
a.homeButton[class] {
	background-image: url('./images/home.png');
}
a.homeButton:hover {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/home_over.png');
}  
a.homeButton[class]:hover {
	background-image: url('./images/home_over.png');
}

a.editorialsButton {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/editorials.png');
}
a.editorialsButton[class] {
  background-image: url('./images/editorials.png');
}
a.editorialsButton:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/editorials_over.png');
}  
a.editorialsButton[class]:hover {
	background-image: url('./images/editorials_over.png');
}

a.rendersButton {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/renders.png');
}
a.rendersButton[class] {
	background-image: url('./images/renders.png');
}
a.rendersButton:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/renders_over.png');
}  
a.rendersButton[class]:hover {
	background-image: url('./images/renders_over.png');
}

a.softwareButton {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/software.png');
}
a.softwareButton[class] {
	background-image: url('./images/software.png');
}
a.softwareButton:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/software_over.png');
}  
a.softwareButton[class]:hover {
	background-image: url('./images/software_over.png');
}

#centercontent {
	background: #ebf5ef;
	padding: 40px 40px 25px 40px;
	min-height: 540px;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 159px;
	margin-right:159px;
	border:1px solid #527963;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 161px;
	margin-right:161px;
}
html>body #centercontent {
	margin-left: 161px;
	margin-right:161px;
}

#footer {
	font-size: 0.8em;
	margin-bottom: 10px;
	color:#acc5b7;
}
#footer a:link { color: #acc5b7; }
#footer a:visited { color: #acc5b7; }
#footer a:hover { color: #9e3109; }
#footer a:active { color: #9e3109; }

#rightcontainer {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 160px;
	padding-top:155px;
}

#centercontent hr {
	border: 0;
	color: #527963;
	background-color: #527963;
	height: 1px;
	width: 70%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.stubtitle, .articletitle {
	font-size: 1.4em;
	color: #9e3109;
}

.renderstub, .softwarestub {
	min-height:90px; 
	height:auto;
	_height:90px;
}

.morelink {
	text-align: right;
	margin-right: 2em;
}

.renderstub img, .softwarestub img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #acc5b7;
}

img.articlethumb, img.image {
	margin: 10px;
	border: 1px solid #acc5b7;
}

