* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
background:url(images/bg.gif);
}

img { border: none; }
a { color: #4A883B; }
a:hover { text-decoration: none; color : #999; }


#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background: #fff url(images/header.gif) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 200px;
border-bottom:15px #ffa28d solid;
}
#header h1 {
font-size: 1px;
text-indent:-9999px;}


#content { 
padding: 0 20px;
background: #fff url(images/content.jpg) repeat-y;

}

#main {
padding: 10px 3px;
width: 520px;
float: left;
font-size: 14px;
text-align: justify;
line-height: 20px;
}
#main h2 {
font-size:22px;
color:#FF0000;
font-weight:bold;
padding-top:10px;
background:url(images/h2.gif) no-repeat;
padding-left:25px;
border-bottom:1px #FF0000 dotted;
}

#main p {
line-height:1.5em;
margin-bottom:15px;
margin-top:10px;
padding:5px 0;
font-size:16px;
}

.next{
text-align:right;
padding-right:5px;
padding-bottom:10px;
}
.pikup{
margin-top:30px;
text-align:center;
}
.pikup a{
color:#0000FF;
}
.pikup a:hover{
color:#FF0000;
text-decoration:none;
}
#right{
padding: 20px 0;
width: 220px;
float: right;
}
#right h3 {
padding: 0 0 0 8px; 
margin: 0; 
color: #4A883B;
border:none;
color:#FF0000;
 }

#right ul { 
padding: 10px 0 0px 40px;
list-style-type:none; 
list-style-image:url(images/li.gif);
}

#right ul li {
padding: 0 0 10px 4px;
margin-bottom: 10px;
}
#right ul li a {
color:#009900;
text-decoration: none;
font-size: 15px;
border-bottom:#009900 dotted 1px;
}
#right ul li a:hover {
color:#FF0000;
border-bottom:none;
 }

#footer {
font-size: 10px;
color:#FFFFFF;
text-align: center;
height: 30px;
line-height: 30px;
background-color:#FF0000;
}
#footer a { 
color:#FFFFFF;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}



ul {
padding-left: 20px;
}
li {
}
.red{
color:#FF0000;
font-weight:bold;
}
.b{
background-color:#FFFF00;
font-weight:bold;
}
