body
{
	background:#3F3939 none repeat scroll 0 0;
}

a
{
	color:#000;
}

#author
{
	background:#3F3939 none repeat scroll 0 0;
	text-align:right;
	padding:5px;
}

#author a
{
	text-decoration:none;
	font-size:80%;
	color:#fff;
	text-decoration:underline;
}

* 
{
	padding:0;
	margin:0;
	font-size:small;
	font-family:"lucida",sans-serif;
}

#bottom
{
	background:#666;
	clear:both;
	padding:4px;
	line-height:2.0em;
	text-decoration:left;
	height:26px;
}

#bottom *
{
 	color:#FFF;
	font-size:90%;
}

#bottom	.left
{
	float:left;
}

#bottom	.right
{
	float:right;
}

.box
{
	width:233px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin-top:5px;
}

.box a:visited
{
	color:#888;
}

.box h1
{
        margin:0px;
        display:block;
        background:#666;
        font-weight:normal;
        color:#FFF;
        padding:2px;
	padding-left:5px;
        font-size:100%;
        margin-bottom:10px;
}


.box ul
{
        margin-left:4px;
}
.box li
{
        list-style:none;
        background-image:url(files/arrow.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding: 3px 0 3px 20px;
        margin: .4em 0;
}

.box-left
{
        width:570px;
        margin-left:5px;
        float:left;
}

.box-left-submenu
{
        width:360px;
}

.box-right
{
	width:240px;
        float:right;
}

.clear
{
	clear:both;
}

#content
{
	background:url(files/contentrepeat.jpg) repeat-y;
}

.content-info
{
	margin-left:40px;
	margin-top:10px;
	text-align:left;
	width:190px;
}

#content-left
{
	float:left;
	width:240px;
}

#content-main
{
	background:url(files/contentrepeat.jpg) repeat-y;
}

#content-right
{
	float:right;
	width:550px;
	padding-right:10px;
}


h1
{
	font-family:"lucida", sans-serif;
	font-size:160%;
	font-weight:normal;
	margin-top:10px;
	padding-left:4px;
	margin-bottom:10px;
}

h2
{
	font-family:"lucida", sans-serif;
	font-size:160%;
	font-weight:normal;
	margin-top:12px;
	margin-bottom:7px;
}

#head
{
}

img
{
	border:none;
}

#logo
{
	padding-top:5px;
	float:right;
}

#logo a {
	text-decoration:none;
}

#logo h1 {
	float:right;
	margin-top:40px;
	margin-right:16px;
	font-size:160%;
	font-weight:bold;
	text-transform:uppercase;
	color:#7a7a7a;
}

#logo img
{
	float:right;
	margin-right:10px;
	margin-bottom:4px;
}

#main
{
	margin-left:auto;
	background:#FFF;
	margin-right:auto;
	width:820px;
}

#menu
{
	float:left;
	line-height:2.3em;
	height:30px;
	background:#666666;
	width:100%;
}

#menu  a
{
	text-decoration:none;
	color:#FFFFFF;

}

#menu  .menu_item
{
	display:block;
	text-decoration:none;
	height:30px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#menu  .menu_item:hover
{
	background:#39b635;
	color:#000;
}

#menu  .menu-active
{
	background:#39b635;
	color:#000;
}

#menu  .menu-active:hover
{
	color:#000;
}

p
{
	font-family:"lucida", sans-serif;
	margin:6px;
	text-align:justify;
}

li
{
	margin-left:50px;
}

.sub-content
{
	width:610px;
	float:right;
}

.submenu-bg
{
	background:url(files/submenubg.jpg) repeat-y;	
}

.submenu
{
	float:left;
	width:200px;
}

.submenu p
{
	margin:10px;
	text-align:left;
}

.submenu h1
{
	margin-top:8px;
	margin-bottom:2px;
	padding-left:4px;
	padding-bottom:4px;
	font-size:150%;	
}

.submenu .submenu-item
{
	margin-bottom:1px;
	display:block;
	text-decoration:none;
	color:#FFF;
	background:#666;
	padding:6px;
}

.submenu-item:hover
{
	color:#000;
	background:#39b635;
}

.submenu .active
{
	color:#000;
	background:#39b635;
}

