body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        background: #F4F4F4 url("images/bg.gif") repeat-y top center;
        }
a { color:#2F7ECD; text-decoration:none;}
a:hover { color:#CC3300; text-decoration:underline;}
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

#head{
		width:780px;
		margin:0 auto;
		font-size:18px;
		font-weight:bold;
		background:#FFFFFF;
		position:relative;
		height:100px;
		background: url(images/head.jpg);
}
#title{
		position:absolute;
		color:#FFFFFF;
		top:20px;
		left:40px;
}
#searchform {
	position: absolute;
	top: 0px;
	right: 50px;
	background: url(images/searchform-bg.jpg) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.jpg) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
#content{
		width:780px;
		margin:0 auto;
		background:#FFFFFF;
		padding-top:10px;
		padding-bottom:10px;
}
#foot{
		width:780px;
		margin:0 auto;
		background:#000000;
		color:#FFFFFF;
		text-align:center;
		height:50px;
		line-height:50px;
}
#version{
		width: 200px;
		margin: 10px;
		text-align:right;
}
#sidebar{
		float:left;
		width:220px;
		height:600px;
}
#main{
	float:right;
	width:538px;
	height:700px;
	border-left:1px dashed #BBBBBB;
	padding:10px; 
	font-size:14px;
	line-height:30px;
	overflow:auto; height:auto;margin:auto; 
}
/*- Menu --------------------------- */
#menu {
        width: 200px;
        margin: 10px;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 25px;
        text-decoration: none;
		text-align:right;
		font-weight:bold;
        }

#menu li a:link, #menu li a:visited {
        color: #333;
        display: block;
        background-image:  url(images/menuback.gif);
		background-repeat: no-repeat;
        padding: 8px 10px 0 10px;
        }

#menu li a:hover, #menu li #current{
        color: #FFF;
        background-image:  url(images/menucover.gif);
		background-repeat: no-repeat;
        padding: 8px 10px 0 10px;
        }
