@charset "utf-8";

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

*{
	padding: 0 ;
	margin: 0 ;
}


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


img {
	border: 0px ;
}



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

#frame {
	width: 800px ;
	margin: auto ;
	text-align: left ;
	background-color:#ffffff;
}


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


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



#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 200px ;
	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: 11px ;
	font-weight: normal ;
	color:#FFFFFF;
	text-decoration: none ;
}

#header h1 {
	position: absolute;
	left: 210px;
	top: 200px;
	height: 80px;
	width: 400px;
	padding-top: 30px;
	padding-right: 20px;
	z-index: 5000;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	text-align: right;
	background: url("image/titlelogo.jpg") no-repeat;
}

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


#header p img {
	left: 45px ;
	top: 42px ;
}

#header h2 {
	left: 20px;
	top: 135px;
	width:700px;
}

#header h3 {
	left: 20px;
	top: 155px;
	width:700px;
}


#frame #header p.headerP {
	left: 20px;
	top: 10px;
	width:700px;

}



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


#side {

	text-align: left;
}


#side p {

	margin: 10px ;
	font-size: 10px ;
	text-align: left ;
}

#side h3 {
    margin:10px;
	font-size: 12px ;
	text-align: left;
}

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

#side img { margin-bottom :20px ; }


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


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


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


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

#side table{
    width:185px;
	border:none;
	border-collapse:collapse;
}
#side td{
	border:3px solid #00CC00;
	border-collapse:collapse;
}


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




.main {
	padding: 15px ;
	border-top: 10px ;
	border-bottom: 10px ;
}

#main h2 {
    margin-top:10px;
    margin-bottom:20px;
	font-size:14px;
}

#main p {
    margin-bottom:10px;
	font-size:12px;   
}







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


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

#footer p{
	float: right ;
	width:150px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}


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

#footer img{
	margin-left: 10px;
}


.woman{
	width:180px;
	float: right;
	text-align: right;
}
