body,td,th,input,textarea,select {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
body {
	background-image: url(images/portfolio-page-bg.png);
	background-color: white;
	background-repeat: repeat-x;
	color: #EBEDEF;

	margin: 0px;
}

a, a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	color: #EBEDEF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.showcasetitle {
	position: absolute;
	top: 100px;
	left: 10px;
/*
	position: relative;
	top: -10px;
	color: black;
	width: 200px; border: 1px solid red;
*/
}
.showcasemainimage {
/*	float: right; */
	margin-right: 8px;	
}
.showcasesubtitle {
	display: none;
}
.showcaseitem {
	padding: 8px 12px 8px 12px;
	line-height: 1.3;
	height: 310px;
	/* overflow: auto; */
}
br {
	line-height: 0.8;
}

#logo {
/*
	margin-top: 40px;
	margin-bottom: 60px;
*/
	padding-top: 40px;
}
#container {
	width: 500px;
	height: 450px;
	background-image: url(images/portfolio-bg.png);
	background-color: white;
	background-repeat: repeat-x;
}
#content {
	padding-top: 50px;
} 
#main {
	background-image: url(images/portfolio-border.png);
	background-position: top right;
	background-repeat: no-repeat;
}
ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
