body {
  background:url(/images/header_bg.png) repeat-x;
  margin:0;
  padding:0;
  font-family:sans-serif;
}

p {
  margin-top:0;
}

a img {
  border:none;
}

.clear {
  clear:both;
}

#page {
  background:url(/images/background.png) repeat-y;
  position:relative;
  margin:0 auto;
  width:1000px;
}

#content {
  margin-top:00px;
  margin-left:410px;
  width:322px;
  padding:2px;
  font-size:0.7em;
  position:relative;
  line-height:1.2em;
}

#content h2 {
  font-size:1em;
}

#image_matrix {
  width:380px;
  margin:0 -29px;
  text-align:center;
  vertical-align:middle;
}

#image_matrix a {
  margin:10px;
  line-height:100px;
}

#image_matrix a img {
  vertical-align:middle;
}


#images {
  position:relative;
  height:300px;
}

#images .img {
  position:absolute;
  top:0;
}

#header {
  background:url(/images/header.png);
  width:100%;
  height:300px;
}

#title {
  position:absolute;
  font-size:1.57em;
  top:80px;
  left:145px;
}

#sidebar {
  position:absolute;
  background:url(/images/sidebar.png) no-repeat;
  width:409px;
  top:300px;
  left:0;
  height:160px;
  z-index:500;
}

#home {
  position:absolute;
  width:610px;
  height:140px;
  top:110px;
  left:130px;
}

#eye {
  position:absolute;
  left:239px;
  top:8px;
}

#say {
  position:absolute;
  left:791px;
  top:98px;
  z-index:500;
}


#versed {
  position:absolute;
  left:76px;
  top:83px;
}

.main_link img {
  visibility:hidden;
}

.main_link:hover img, .main_link.current img, .main_link.parent img {
  visibility:visible !important;
}

#nav {
  float:left;
  margin-left:50px;
  margin-top:150px;
}

#nav ul {
  list-style:url(/images/arrow.png);
  padding-left:0;
}

#nav ul ul {
  list-style:none;
  font-size:0.85em;
}

#nav ul ul ul {
  list-style:square;
  font-size:normal;
}

#nav li {
  margin:4px 0 4px 15px;
}

#nav a {
  color:black;
  text-decoration:none;
}

#nav a:hover {
  color:#F7AA00;
}

#nav .parent , #nav .current {
  color:#F7AA00;
}

#img_links {
  position:absolute;
  right:2px;
  z-index:600;
}

#img_links a {
  background:url(/images/circle.png) no-repeat;
  float:left;
  width:15px;
  height:15px;
  margin:0 2px;
  line-height:16.5px;
  text-align:center;
  text-decoration:none;
  color:#dddddd;
}

#img_links a:hover, #img_links a.selected {
  background:url(/images/circle-selected.png) no-repeat;
  color:black;
}

label {
  float:left;
  width:5em;
  margin-top:4px;
}

input[type=text], textarea {
  width:240px;
}

input[type=submit], .button {
  background:#F7AA00;
  color:white;
  width:105px;
  text-align:right;
  float:right;
  border:none;
  clear:both;
  margin:10px;
  padding:1px 5px 2px 0;
  cursor:pointer;
  font-size:1em;
}

.button {
  width:100px;
  padding:4px 5px 2px 0;
  text-decoration:none;
}

address {
  margin-top:50px;
  line-height:140%;
}

.flash {
  display:block;
  margin-bottom:10px;
  text-align:center;
  color:#F7AA00;
}

