body
{
	margin:0px; padding:0px;
	background:#ffffff url("design/background.png") repeat;
	cursor:default;
}


body,div
{
	font-family:sans-serif; font-size:11px; font-weight:normal; color:#000000;
}


td
{
	font-family:sans-serif; font-size:11px; font-weight:normal; color:#000000;
	text-align:left; vertical-align:top;
}


a:link, a:visited, a:active, a:hover
{
	margin:0px; padding:0px;
	color:#00ff00; text-decoration:none;
	border:0px;
}


ul
{
	margin-top:0px; margin-bottom:0px;
	padding-left:40px;
}




#header
{
	margin-left:0px; margin-right:0px;
	height:114px;
	background:#ffffff url("design/header.png") repeat-x;
}
#header div
{
	padding-top:31px;
	padding-left:30px;
	font-family:sans-serif; font-size:24px; font-weight:normal; color:#f0f0f0;
}


#content
{
	float:left;
	width:100%;
	position:relative;
	background:#ffffff url("design/content.png") repeat;
}
#icon
{
	position:absolute;
	left:10px;
	top:0px;
	width:64px;
	height:64px;
}
#article
{
	margin-left:0px; margin-right:0px;
	padding-top:40px;
	padding-left:140px;
	padding-right:340px;  /* 200px for the menu */
	padding-bottom:160px;
	font-family:sans-serif; font-size:11px; font-weight:normal; color:#111111;
	text-align:justify;
}
#article a:link    { color:#111111; text-decoration:none; border-bottom:1px dotted #888888; }
#article a:visited { color:#111111; text-decoration:none; border-bottom:1px dotted #888888; }
#article a:active  { color:#111111; text-decoration:none; border-bottom:1px dotted #888888; }
#article a:hover   { color:#111111; text-decoration:none; border-bottom:1px dotted #111111; }
#menu
{
	float:right;
	width:200px;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:100px;
}
#menu span
{
	display:block;
	width:190px; padding-right:10px;  /* sum = 200px */
	height:26px; padding-top:8px;     /* sum =  34px */
	text-align:right;
	font-family:sans-serif; font-size:12px; font-weight:bold;
}
#menu span.out
{
	background:#ffffff url("design/menuout.png") no-repeat;
	color:#999999;
	cursor:pointer;
}
#menu span.over
{
	background:#ffffff url("design/menuover.png") no-repeat;
	color:#111111;
	cursor:pointer;
}
#menu span.selected
{
	background:#ffffff url("design/menuselected.png") no-repeat;
	color:#111111;
	cursor:default;
}
#menu img.icon
{
	width:22px; height:22px;
	vertical-align:bottom;
	padding-left:10px;
	border:0px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover
{
	color:transparent;
}


#footer
{
	margin-left:0px; margin-right:0px;
	background:#ffffff url("design/footer.png") repeat-x;
}
#footer div
{
	padding-top:2px;
	padding-left:4px;
	font-family:sans-serif; font-size:10px; font-weight:normal; color:#999999;
}
