   a{
	color:#017acd
	}

   /*container*/
   div#container{
	background-image:url(img/back_sideber.png);
	background-repeat:repeat-y;
	width:760px;
	margin-left:auto;
	margin-right:auto
	}

   /*header*/
   div#header{
	background-color:#017acd;
	background-image:url(img/header.png);
	padding:22px 20px 50px;
	margin-bottom:20px;
	}

   div#header h1{
    font-size:2.9em;
	margin:0;
	}

   div#header span{
    color:#FF0000;
	}

   /*contents*/
   div#content{
 	width:540px;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-60px
	}

   div#content h2{
    font-size:1.2em;
    color:#000000;
    line-height:28px;
    padding-left:6px;
    margin-top:15px;
    margin-bottom:5px;
    border-left:solid 10px #8BFB49;
    border-bottom:solid 2px #8BFB49;
	}

   div#content p{
	font-size:0.9em;
	line-height:1.6;
	margin-top:10px
	}

   div#content p#message{
	margin-top:0
	}


   /*sideber*/
   div#sidebar{
 	width:190px;
	float:left;
	margin-bottom:25px
	}

   ul.sidemenu{
	border-top:solid 1px #ffffff;
	font-size:1em;
	margin-top:20px;
	margin-left:12px;
	margin-right:12px;
	padding-left:0;
	line-height:0
	}

   ul.sidemenu li{
 	list-style-type: none
	}

   ul.sidemenu li a{
    display:block;
    line-height:30px;
	text-align:center;
    text-decoration:none;
    color:#000000;
    background-color:#DEFFE5;
    border-bottom:solid 4px #00DC49;
    padding-left:5px;
	}

   ul.sidemenu li a:hover{
    background-color:#B6FAF8;
}

   /*footer*/
   div#footer{
	background-image:none;
	background-repeat:repeat-x;
	width:190px;
	margin-top:0;
	padding-top:8px;
	clear:both
	}

   address{
	font-size:0.75em;
	font-style:normal;
	color:#ffffff;
	text-align:left;
	padding:12px
	}

