body {
	margin:0;
	background-color:#f6f6f6;
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	color:#606060;
}

img {border:none; }
a   {outline:none; }
li  {margin-left:15px; }

div#content {
	width:931px;
	margin:0 auto 0 auto;
	position:relative;
}

#jsmenu {
	position:absolute;
	z-index:1;
	top:136px;
	left:15px;
}

.box {
	margin-bottom:10px;
	margin-left:10px;
}

.box_content {
	background-color:#f6f6f6;
	background-image:url(/images/box_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px 5px 10px 5px;
}

.box_top {
	background-image:url(/images/box_top.gif);
	background-repeat:repeat-x;"	
	height:25px;
}

.box_bottom {
	background-image:url(/images/box_bottom.gif);
	background-repeat:repeat-x;
	height:3px;
}

.box_left {
	background-image:url(/images/box_left.gif);
	background-repeat:repeat-y;
	width:1px;
}

.box_right {
	background-image:url(/images/box_right.gif);
	background-repeat:repeat-y;
	width:1px;
}

.homepage_newuser {
	font-size:14px;
	margin-bottom:5px;
}

.spaced {
	margin-top:10px;
	margin-bottom:10px;
}