@charset "utf-8";

/* DEFAULT
==============================*/

html, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, tr, th, td, address {
	margin: 0;
	padding: 0;
}


body {
	padding: 0px ;
	font-size: 12px ;
	background-color:#d0ffd0;
}



img {
	border: 0px ;
}



/* LAYOUT
==============================*/

#frame {
	width: 900px ;
	margin: auto ;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#009900;
	font-size:14px;
}


#header {
	position: relative ;
	height: 110px ;
	background: url("img/head.jpg") no-repeat ;
}


#main{
	position: relative ;
	float: right ;
	overflow: hidden ;
	width: 650px ;
	margin-top: 70px ;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
}


#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 200px ;
	padding-left:10px;
	padding-right:10px;
	overflow: hidden ;
	font-size: 12px ;
}


#footer {
	clear: both ;
	overflow: hidden ;
}



/* HEADER
==============================*/
#header {
	position: relative;
}

#header a {
	white-space: nowrap ;
}

#header * {
	position: absolute;
	left:0px;
	top:0px;
	font-size:9px;
	font-weight: normal;
	text-decoration: none;
	color:#fff;
}

#header h1 {
	position: absolute;
	left: 240px;
	top: 150px;
	height: 36px;
	width: 630px;
	line-height:32px;
	padding-left: 20px;
	z-index: 5000;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	background: url("img/h1.jpg") no-repeat ;
}

#header>h1{
	height: 40px ;
	width: 650px ;
}


#header p img {
	left: 15px;
	top: 25px;
}

#header h2 {
	left: 10px;
	top: 0px;
	width:200px;
}

#header h3 {
	left: 210px;
	top: 0px;
	width:250;
}


#frame #header p.headerP {
	text-align:right;
	left: 480px;
	top: 0px;
	width:400px;
}



/* HEAD-MENU
==============================*/

#head-menu {
	width:900px;
	height:40px;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

#head-menu ul {
	display:inline;
}


#head-menu li {
	width: 150px;
	height:25px;
	line-height:25px;
	text-align:center;
	list-style-type: none ;
	float:left;
}


#head-menu li a {
	color:#fff;
	text-decoration: none ;
	display: block ;
	background: url("img/head-menu1.jpg") no-repeat ;
}


#head-menu a:hover {
	color:#fff;
	background: url("img/head-menu2.jpg") no-repeat ;
}


/* SIDE
==============================*/


#side {
	margin-bottom: 20px ;
	text-align: left;
}


#side p {
	padding-left:10px;
	padding-right:10px;
	font-size: 12px ;
	text-align: left ;
	line-height:1.3;
	margin-bottom:10px;
}


#side h3 {
	margin-bottom:10px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-left:15px;
	height:20px;
	line-height:20px;
	background: url("img/side-h3.jpg") no-repeat ;
}


#side h4 {
	font-size: 12px ;
	margin-bottom : 5px ;
	text-align: left ;
}



#side #menu ul {
	margin-bottom: 15px ;
}


#side #menu li {
    padding-left:5px;
	margin-bottom:5px;
	width: 100%;
	line-height:1;
	list-style-type: none ;
}


#side #menu li a {
    padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
	padding-right:15px;
	font-size: 12px ;
	color:#0000FF;
	text-decoration: none ;
	display: block ;
	background: url("img/menu1.gif") no-repeat ;
	background-position: 5px 1px ;
}


#side #menu a:hover {
    padding-top:4px;
	padding-bottom:2px;
	padding-left:23px;
	color:#FF0000;
	background: url("img/menu2.gif") no-repeat ;
	background-position: 6px 2px ;
}


#side table{
    width:200px;
	border:none;
	border-collapse:collapse;
}

#side td{
	border:1px solid #9999CC;
	border-collapse:collapse;
}





/* MAIN
==============================*/


#main p {
    margin-bottom:15px;
	padding-left:5px;
	font-size:16px;
	line-height:1.5;
	color: #050505;
}


#main h2 {
	clear: both ;
	color:#000000;
	height:36px;
	line-height:32px;
    margin-bottom:20px;
	padding-left:20px;
	font-size:18px;
	background:url("img/h1.jpg") no-repeat ;
}

#main h3 {
	clear: both ;
	height:30px;
    margin-top:10px;
    margin-bottom:20px;
	padding-left:15px;
	line-height:30px;
	font-size:16px;
	background:url(img/h3.jpg) no-repeat ;
}

#main h4 {
	font-size:16px;
    margin-bottom:20px;
	padding-left:5px;
}



#main img {
	border:0;
    margin:10px;
}

.mainlink {
	margin-bottom:10px;
	padding-left:25px;
	height:16px;
	line-height:16px;
	font-size: 16px ;
	color:#0000FF;
	display: block ;
	background: url("img/main-menu.gif") no-repeat ;
}



/* MAINFOOTER 
==============================*/
#main-footer * {
	font-weight: normal ;
	font-size:12px;
}

#main-footer ul {
	margin:15px;
}

#main-footer li {
	margin-left:15px;
    margin-bottom:5px;
}

#main-footer td {
	border:1px solid #009900;
	border-collapse:collapse;
}





/* FOOTER 
==============================*/

#footer * {
	font-weight: normal ;
	text-align:center;
}


#footer h3{
	float: left ;
	width:500px;
	margin-top:5px;
	margin-bottom: 0;
	margin-left:100px;
	font-size: 10px;
}



#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	text-decoration: none;
}

#footer img{
	margin: 10px;
	float: right ;
	margin-top: 0;
	margin-bottom: 0;
}
