* {
  margin: 0px;
  padding: 0px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #fafafa;
}
div {
  position: relative;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
a, a:link {
  color: #ccc;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:active, a:visited {
}
body {
  background-color: #0D0A06;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
}
#main {
  background-image: url(img/body_bg.png);
  background-repeat: repeat-x;
  min-height: 500px;
  background-color: #4E4949; /* #3D3A3A; */
}
/* THE HEADER */
#header {
  margin: 0px auto;
  min-width: 800px;
  max-width: 950px;
  min-height: 100px;
}
#title {
  background-image: url(img/logo_uarg.png);
  position: absolute;
  width: 359px;
  height: 88px;
}
#title a {
  display: block;
  position: absolute;
  width: 309px;
  height: 58px;
  top: 36px;
  left: 36px;
}
#title h1, #title h2, #title a span {
  display: none;
}
#bicentennial {
  background-image: url(img/bicentennial.png);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 106px;
  height: 85px;
}
#bicentennial span {
  display: none;
}

/* SEARCH FORM */
#search {
  background-image: url(img/search_box.png);
  position: absolute;
  right: 30px;
  top: 60px;
  width: 205px;
  height: 24px;
}
#search #q {
  background-color: transparent;
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  width: 162px;
  height: 20px;
  margin: 2px 9px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  color: #ddd;
}
#search #sa {
  background-image: url(img/search_btn.png);
  background-color: transparent;
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
}
#search img {
  display: none;
}
/* THE PREFOOTER */
#prefooter {
  clear: both;
  background-color: #4E4949; /* #3D3A3A; */
  padding: 15px 0px;
  background-image: url(img/line_dashed_double.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
#free_courses {
  text-align: center;
  color: #9E9D9D;
  font-style: italic;
  font-size: 22px;
}
#free_courses strong {
  font-family: Arial, "Trebuchet MS", sans-serif;
  font-weight: normal;
  color: #fff;
  font-style: normal;
}

/* THE FOOTER */
#footer {
  font-size: 12px;
  color: #ccc;
  width: 100%;
}
#footer .outer {
  width: 800px;
  height: 150px;
  margin: 0px auto;
  background-image: url(img/footer_flower.jpg);
}
.footer_contact {
  position: absolute;
  height: 50px;
  top: 20px;
  padding: 0px 0px 0px 34px;
  line-height: 12px;
}
#footer p {
  color: #aaa;
}
#contact_internet {
  background-image: url(img/footer_contact_internet.png);
  width: 100px;
  left: 200px;
}
#contact_postal {
  background-image: url(img/footer_contact_postal.png);
  left: 325px;
}
#contact_phones {
  background-image: url(img/footer_contact_phones.png);
  left: 590px;
}
#dw {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 130px;
  font-size: 10px;
}
#dw span {
  color: #444;
}
#dw a {
  color: #666;
}

