body {
	background: #FFC30A;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;

}

/* Comments-box */

.comments-box {
	clear: both;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.comments-box .comment {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

.comment .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.comment .avatar img {
	width: 15px;
	height: 15px;
}

.comment .title {
	margin-bottom: 5px;
}

.comment .title .author {
	font-weight: bold;
	font-size: 100%;
}

.comments-box form input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

.comments-box form textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
}

.comments-box img#captcha {
	margin-top: 5px;
}

.comments-box input#captcha_code {
	width: 90px;
}

.comments-box input#submit {
	width: 100px;
	height: 22px;
}

/* contact-form */

.contact-form {
	clear: both;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-form form input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

.contact-form form textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 70%;
	height: 100px;
}

.contact-form img#captcha2 {
	margin-top: 5px;
}

.contact-form input#captcha_code2 {
	width: 90px;
}

.contact-form input#submit2 {
	width: 100px;
	height: 22px;
}

.comments-box h2, .contact-form h2 {
	clear: both;
}

     UL {
    width: 140px; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif; 
    font-size: 11pt; 
    font-weight: bold;
    text-align: center;
    }
   UL LI  {
    position: relative; 
   }
   LI UL {
    position: absolute; 
    display: none; 
    top: 50; 
    left: 0; 
    z-index: 1;
   }
   LI A {
    display: block; 
    width: 100%;
    padding: 5px; 
    text-decoration: none; 
    color: #666; 
    border: 2px solid #ffaec9;  
    background-color: #FFC30A; 
    }
   LI A:hover {
    color: #ffe; 
    background-color: #FFaec9;
   }
   LI:hover UL, LI.over UL {
    display: block;
   }
   .brd {
    border-bottom: 1px solid #ccc; 
   }
  