a, a:link
{
	text-decoration: none;
	color: #fe7575;
}

a:visited
{
	color: #fe7575;
}

a:hover, a:active
{
	color: #0099ff;
}

a img {border:0}

.clear
{
	clear: both;
}

.imageLeft
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imageRight
{
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: large;
}

.pictureboxContainer
{
	margin: 2px;
	padding: 0px;
	width: 200px;
	height: 200px;
	position: relative;
	background-color:black;
	float: left;
}

.picturebox
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	position: relative;
	background-color:black;
	float: left;
}

.image
{
	position: relative;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.text
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 180px;
	height: 200px;
	opacity: 0.0;
	filter:alpha(opacity=0);
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.smallText
{
	color: #999999;
	font-size: 16px;
}

.largeText
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
}

.picturebox:hover span.image
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.picturebox:hover span.text
{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

body
{
	/*background: #eeeeee url('bg.png') center repeat-y;*/
}

#page
{
	width: 615px;
	margin: 0 auto;
}