* {
    margin:0;
    padding:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
}
	
#site {
	position: absolute;
	width: 800px;
	height: 600px;
    top:20px;
	margin-left: 50%;
	left:-405px;
	border:1px solid #EFEFEF;
	/*background-color: #EFEFEF; */
	padding:5px;
}


#insite{
	width: 800px;
	height: 600px;
	border:1px solid #CDCDCD;
	background-color: #FFF;
	background-image: url(./img/skin/menuback.jpg);
	background-repeat: repeat-y;
	}



#menu {
    margin-top: 5px;
	margin-right: 30px;
    padding-left:5px;
    text-align: left;
    height:590px;
    width:200px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #2E1C7E;
	   
	background-image: url(./img/skin/dots.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
	   
    float: left;
}

#navi {
    margin-top:40px;
    margin-left:63px;
    list-style-type: none;

}
		
#navi LI {
    list-style-type: none;
    margin-top:5px;
}


#navi LI a {
    text-decoration:none;
    font-weight: bold;
}





#content {
    float:right;

    margin-top: 50px;
    margin-right: 20px;
    width: 470px;
    height:520px;


    overflow:auto;
    scrollbar-base-color:#FFF;
    scrollbar-3dlight-color:#CCC;
    scrollbar-arrow-color:#CCC;
    scrollbar-darkshadow-color:#CCC;
    scrollbar-face-color:#FFF;
    scrollbar-highlight-color:#FFF;
    scrollbar-shadow-color:#FFF;
    scrollbar-track-color:#EFEFEF;

}


a	{
	color: #444;
	}
a:link, a:visited 	{
    color: #444;
		}
a:hover, a:active 	{
	color: #006699;
		}

h1, h2, h3	{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 200%;
 	font-weight:normal;
 	color: #AAA;
	}
h2, h3 {
 	font-size: 150%;
    color: #ccc;
}
	
h1, h2, h3, p	{
 	margin-bottom: 15px;
	}
	
	
.clear {
	clear:both;
	overflow:hidden;
	height:0;
	display:block;
}
html>body .clear {
	overflow:visible;
}

ul {
    margin-left:15px;
    margin-bottom:15px;
}

