body {
	background:#525252;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	font-size:12px;

}
img {
	border:0px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:black;
}
div.spacer {
	clear:both;
}
#mainContainer {
	background-color:#fff;
	width:900px;
	margin:0 auto;
}

#header {
	height:190px;
	background-repeat:no-repeat;

}

#headermenu {
	height:30px;
	background-color:#000;
	background-repeat:no-repeat;

}

#actions {
	height:170px;	
	background-repeat:no-repeat;
	padding:10px 0px 5px 25px;
}

#actionleft {
	width:800px;	
	background-repeat:no-repeat;
	float:left;
}

#actionright {
	width:500px;	
	background-repeat:no-repeat;
	float:left;
}


#middleContainer {
}

#middleContainer div.menu {
	float:left;
	width:206px;	
	border-right:0px solid black;	
}

#middleContainer div.content {
	float:left;
	width:650px;	
	padding:0px 0px 0px 10px;
}

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}