* {
padding: 0;
margin: 0;
} 

body {
background: #aaa;
font-family: Verdana, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
line-height: 20px;
}

a { color: #747474; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
img { border: none; }
li { margin: 0; padding: 0; }

#wrap {
width: 990px;
margin: 0 auto;
}

#header {
height: 110px;
background: #aaa url(images/header.jpg) no-repeat;
}
#header h1 { 
padding: 67px 0 0 19px;
font-size: 12px;
color: #fff;
}
#header h2 { 
font-size: 9px;
color: #fff;
font-weight: 10;
padding: 0 0 0 19px;
}

#intro {
background: #F3F3F3; 
border-top: 2px solid #A0A0A4;
border-bottom: 2px solid #A0A0A4;
margin: 10px 10px;
padding: 10px;
}

#content {
background: #aaa url(images/bg.gif) repeat-y;
padding: 10px;
}


#right {
width: 940px;
float: left;
margin-top: 15px;
margin-right: 10px;
padding-bottom: 10px;
}

.cl {clear:both}

.text {
float: left;
width: 940px;
padding: 10px 10px 20px 20px;
}

#right h4 {
background: #747474 url(images/rightsmall.gif) no-repeat;
height: 20px;
width: 300px;
line-height: 20px;
color: #fff;
padding-left: 20px;
font-size: 12px;
font-weight: 600
}

 h5 {
background: #747474 url(images/rightsmall.gif) no-repeat;
height: 20px;
line-height: 20px;
color: #fff;
padding-left: 10px;
font-size: 11px;
font-weight: 600
}

#form_block {width: 150px; height: 407px; padding: 10px 0 0 33px; margin-top: 16px; font-size: 110%;}

#footer {
height: 30px;
background: #aaa url(images/footer.gif) no-repeat;
line-height: 30px;
color: #000000;
font-size: 10px;
text-align: center;
}
#footer a {
color: #000000;
}
#footer a:hover {
color: #747474;
}

#bottom {
height: 10px;
background: #aaa url(images/bottom.gif) no-repeat;
}
#bottom a {
color: #5c5555;
}
#bottom a:hover {
color: #5c5555;
}

.cute {color:#A0A0A4; text-align:center; padding: 40px 0 0 0;}
