body
{
	padding: 50px 10px;
	color: #ccc;
	background: #fff;
	font: 10px/16px Verdana, Arial, sans-serif;
	text-align: center;
	/*cursor: crosshair;*/
}

a, a:hover, a:active, a:visited { color: #abf; background: transparent; text-decoration: none; }
a:hover { text-decoration: underline; }

img { float: left; margin: 0px; }
.inline { float: none; display: inline; }

.notop { margin-top: 0px; }
.nobottom { margin-bottom: 0px; }

#container
{
	margin: 0px auto;
	width: 600px;
	color: inherit;
	background: #191919 url("img/shell/border.gif") top center repeat-y;
}

#content
{
	float: left;
	width: 600px;
	text-align: left;
}

#pad { float: left; width: 400px; margin: 0px; }

#bottom
{
	clear: both;
	width: 600px;
	height: 1px;
	color: inherit;
	background: #000;
}

.center { text-align: center; }
.clear { text-align: center; clear: both; }
.scaps { font-size: 90%; }

.box { float: right; margin-top: 3px; }

.thumb, .thumb_l
{
	/*float: left;*/
	margin: 0px 0px 10px 10px;
	/*border: 1px #000 solid;*/
}
.thumb_l { margin-left: 0px; }