/* BASIC */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #666666;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

ul,ol {
    clear: both;
    list-style-type: none;
}

fieldset,img,hr {
    border: none;
}

div.clear {
    clear: both;
}

caption,th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

body, table {
    font-family: Helvetica, Verdana, Arial, Sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

/* END BASIC */


/* CONTENT CONTAINERS */
div#container {
  margin: 34px auto 0 auto;
  padding: 0;
  width: 960px;
  height: 100%;
}

div#magnifico_figure {
  float: left;
  width: 200px;
  height: 100%;
  margin: 0;
  padding: 0;
}

div#content_holder {
  float: left;
  width: 720px;
  height: 100%;
  margin: 0 0 0 40px;
  padding: 0;
}

div#header {
    margin: 0;
    padding: 0 0 36px 0;
    height: 88px;
    width: 720px;
}

div#navigation {
    height: 12px;
    width: 720px;
    text-align: left;
    vertical-align: bottom;
    padding: 24px 0 0 0;
    font-size: 11px;
}
div#navigation img {
  padding: 0 25px 0 0;
}

div#content {
    width: 720px;
    margin: 0;
    padding: 0;
}


div#footer {
    height: 100px;
    width: 500px;
    vertical-align: middle;
    margin: 20px 0 20px 240px;
    padding: 10px 0 0 0;;
    background: url('../images/main/line.png') transparent 0 0 no-repeat;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}

/* END CONTENT CONTAINERS */

/* CONTENT STYLE */
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
}
a:hover {
    color: #666666;
}
a.selected, a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
  color: #cc0000;
}

/* END CONTENT STYLE */


/* styles for CONTENT HOLDERS */
div#content_holder_1 {
  float: left;
  width: 500px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

div#content_holder_2 {
  float: left;
  width: 180px;
  padding: 0 0 0 40px;
}
ul#links {
  margin: 10px 0 0 15px;
  list-style-image: url("../images/main/bullet.gif");
  list-style-type: square;
}
ul#links li {
  margin: 0 0 5px 0;
  padding: 0;
}

/* CONTENT ELEMENTS */
.date {
  font-size: 10px;
  color: #999999;
}

img.framed {
  padding: 2px;
  border: 1px solid #999999;
}

.bold, strong, .bold a, .bold a:hover {
  font-weight: bold;
}

.center {
  text-align: center;
}

img.button {
  cursor: pointer;
}

.left {
  float: left;
}

object {
  outline: none;
}

.title {
  font-size: 20px;
  color: #000000;
}

/* HOME */
div#last_news {
  width: 500px;
  padding: 20px 0 10px 0;
}
div#last_news img {
  margin: 10px 0;
}

div#latest_news {
  width: 500px;
  padding: 10px 0 10px 0;
}
div#latest_news img {
  margin: 0 0 10px 0;
}
div.latest_news_item {
  width: 140px;
  height: 180px;
  float: left;
  margin: 0 40px 40px 0;
}
div.latest_news_item_last {
  width: 140px;
  height: 180px;
  float: left;
  margin: 0 0 40px 0;
}