
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial;
}
  
#head {
    width: auto; 
    border: 0px solid red;
    height: 161px;
	background: url(images/head_bg.jpg) repeat-x;
}
  
#headnavi {
	width: auto; 
    border: 0px solid blue;
    background-color: #adbed2;
	border: 1px solid #cacccd;
	padding-left: 395px;
}
  
#leftnavi {
    width: 372px;
    border: 0px solid green;
    height: 200px;
    float: left;
    padding-left: 20px;
    padding-top: 30px;
}
      
#maincontent {
	width: 542px;
	height: 500px;
	float: left;
	overflow-y: auto;
	border: 0px solid purple;
	background: url(images/mainbg.jpg);
	padding: 10px;
}
      
#leftnavi ul, #leftnavi ul a {
	text-decoration: none;
	list-style-type:none;
	color: #3b8dbf;
}

#leftnavi ul a:hover {
	text-decoration: none;
	list-style-type:none;
	color: #000000;
}

#headnavi a {
	text-decoration: none;
	color: #FFFFFF;
}

#headnavi a:hover {
	text-decoration: none;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #3b8dbf;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none; 
	color: #000000;
}


h1 {
	font-size: 18px;
	color: #3b8dbf;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #3b8dbf;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #3b8dbf;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #3b8dbf;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	color: #3b8dbf;
	font-weight: bold;
}