*, html
{
	margin:0px;
	padding:0px;
	border:0px;
}

body
{
	background-color:#4a4a4a;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

.hide
{
	display:none;
}

#wrapper
{
	position: absolute;
	width:980px;
	height:630px;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top:-315px;
	padding:0px;
	border: 0px;
	text-align:left;
	background:url(design/page_bg.gif) no-repeat;
}


#Page
{
	width:950px;
	height:600px;
	margin:15px 15px 0px 15px;
	border: 0px;
	text-align:left;
}

#Created
{
	float:right;
	width:140px;
	height:20px;
	margin:0px 15px 0px 0px;
}
#Created a
{
	display:block;
	width:140px;
	height:20px;
	background-image:url('design/webjel.gif');
}
#Created a:hover
{
	background-position:0px 20px;
}


#Left
{
	width:600px;
	height:600px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}
#Right
{
	width:350px;
	height:600px;
	margin:0px;
	padding:0px;
	float:right;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8f8f8f;
	background:#303030;
}

#Right a
{
	color:#d0d0d0;
	text-decoration:none;
}

#Right a:hover
{
	text-decoration:underline;
}




#Right #Top
{
width:350px;
height:77px;
border-bottom:solid 1px #8f8f8f;
}
#Right #Top #Logo
{
float:right;
width:77px;
height:77px;
background:url('design/logo.gif');
display:inline;
}
#Right #Top #Links
{
float:left;
width:260px;
height:72px;
margin:5px 0px 0px 0px;
font-size:12px;
line-height:12px;
text-align:right;
text-transform:uppercase;
display:inline;
}
#Right #Top #Links a
{
color:#8f8f8f;
text-decoration:none;
}
#Right #Top #Links a:hover
{
color:#ffffff;
text-decoration:none;
}
#Right #Top .link
{
height:23px;
}
#Right #Top .link a
{
display:block;
height:19px;
padding:4px 10px 0px 0px;
background:url('design/link_box.gif') no-repeat center right;
}
#Right #Top .link a:hover
{
background:url('design/link_hover_box.gif') no-repeat right;
}
#Right #Content
{
width:336px;
height:509px;
margin:13px 0px 0px 14px;
}
#Right #Content #scroll-pane
{
width:336px;
height:489px;
overflow: auto;
}
#Right #Content p.ref_link
{
cursor:hand;
color:#ffffff;
}
a.jScrollArrowUp {
	background: url(design/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(design/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}