/* css */

body {
      padding:0px;
      margin:0px;
      background-image:url(images/site_background.png);
}

p {
      padding:0px;
      margin:0px;
      color:#666666;
      text-align:justify;
}

#page-frame {
      background-image:url(images/header_background.png);
      background-repeat:repeat-x;
}

#page-width {
      width:980px;
}

/* header  820 */

#header {
      height:145px;
}

#logo {
      width:282px;
      height:63px;
      background-image:url(images/logo.png);
      display:block;
}

#slogan {
      font-family: Georgia;
      font-size:14px;
}

/* content */

#content p {
      font-family: Verdana;
      font-size:12px;
      line-height:24px;
      text-align:justify;
}

#content p a {
      color:#333;
      text-decoration:underline;
}

#content p a:hover {
      color:#cc3333;
}

#form {
      padding:15px;
}

.text {
      background-image:url(images/input_text.png);
      background-repeat:no-repeat;
      width:304px;
      padding:10px;
      padding-top:15px;
      padding-bottom:15px;
      border:0px;
      background-color:transparent;
}

.submit {
      background-image:url(images/input_submit.png);
      background-repeat:no-repeat;
      width:121px;
      height:47px;
      border:0px;
      background-color:transparent;
      color:#fff;
      font-family: Georgia;
      font-size:14px;
}

#form .form-description {
      color: #cc3333;
      font-family: Georgia;
      font-size:14px;
}

#form .descgray {
      color: #666;
}

/* footer */

#footer {
      background-image:url(images/footer_background.png);
      height:80px;
      background-position:bottom;
      background-repeat:repeat-x;
      padding-top:20px;
}

#footer-frame {
      width:820px;
}

#copyright {
      padding-top:23px;
      font-size:11px;
      color:#fff;
      font-family: Verdana;
      text-align: right;
}

#links {
      padding-top:17px;
      font-size:11px;
      color:#fff;
      font-family: Verdana;
      text-align: right;
}

#links a, #copyright a {
      color:white;
      text-decoration:underline;
}

#ram {
border:silver 1px solid;
width:300px;    
margin-bottom:10px;
padding:10px 0 10px 0; 
}

#ramhl {
border:silver 1px solid;
width:300px;    
padding:10px 0 10px 0; 
}

