body
{
	background-color: #F2F2E7;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}

h1
{
	font-size: 23px;
	line-height: 26px;
	letter-spacing: -0.1ex;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 8px 0 5px 0;
}

h2
{
	font-size: 11px;
	line-height: 13px;
	margin: 8px 0 2px;
	letter-spacing: 0ex;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

h6
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

p { margin: 0; }
form { margin: 0; }
img { border: 0; }

input
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 1px;
}

select
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a
{
	color: #393;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #393;
}

#box_menu
{
	position: absolute;
	width: 136px;
	background-color: #FFF;
	left: 50px;
	top: 100px;
}

#box_main
{
	position: absolute;
	width: 408px;
	background-color: #FFF;
	left: 196px;
	top: 100px;
}

#box_pagemenu { background-color: #FFF; }

.pagemenu_item
{
	padding: 8px 10px 8px 10px;
	border-bottom: 2px solid #F2F2E7;
	border-left: 2px solid #F2F2E7;
}

.pagemenu_item_sel
{
	padding: 8px 10px 8px 10px;
	border-bottom: 2px solid #F2F2E7;
}

#box_ads
{
	position: absolute;
	left: 751px;
	top: 139px;
	right: 9px;
	text-align: center;
	white-space: nowrap;
}

#box_footer
{
	padding: 10px;
	border-top: 10px solid #F2F2E6;
}

.box_head { padding: 8px 10px 1px; }

.box_body
{
	padding: 0 10px 8px 10px;
	border-top: 2px solid #F2F2E7;
}

.article { margin-bottom: 3px; }
.white { color: #FFF; }
.red { color: #C33; }
.green { color: #393; }

.green_hover
{
	color: #FFF;
	background-color: #393;
}

.important { color: #DC3232; }
.width_100 { width: 100%; }
.width_25 { width: 25%; }

.left
{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.right
{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
