/* Resets all default margins and paddings to 0 */
* {
  margin: 0;
  padding: 0;
}

img, img a, img a:link, img a:visited, img a:hover, img a:focus {
  border: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Verdana", "Trebuchet MS", "Helvetica", "Sans-Serif";
  background-color: #DDD;
  color: #000;
  font-size: 90%;
  height: 100%;
  text-align: center;
}

/* All content is inside this wrapper */
div#wrapper {
  width: 740px;
  background-color: #FFF;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%;
  text-align: left;
}

* html #wrapper {
  height: 100%;
}

/* Quick links for text-browser and screen reader users - hidden from other users */
div#accessibility {
  position: absolute;
  top: -10000px;
}

/* Header settings */
div#head {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 15px;

}

#head h1 {
  font-size: 1.8em;
  font-weight: normal;
  font-family: "Trebuchet MS", "Verdana", "Sans-Serif";
  letter-spacing: 5px;
}

#head a:link, #head a:visited {
  text-decoration: none;
  color: #0011FF;
}

/* Sidebar settings */
div#sidebar {
  float: left;
  padding: 0 10px;
  width: 170px;
}

/* Menu links to different sections */
.menu {
  list-style-type: none;
  margin-left: 15px;
  text-transform: capitalize;
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Sans-Serif";
}

.menu a:link, .menu a:visited {
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 1.2em;
  text-decoration: none;
  text-shadow: 1px 1px 2px #AAA;
  color: #CC3300;
}

.menu a:hover {
  color: #1BC212;
  text-decoration: underline;
  text-shadow: none;
}


/* Settings for main content */
div#content {
  padding: 0 15px;
  float: left;
  width: 500px;
}

div.breadcrumb {
  padding: 0 0 20px 205px;
  font-size: 0.7em;
  text-transform: capitalize
}

div.breadcrumb a, div.breadcrumb a:link, div.breadcrumb a:visited {
  color: #00F;
  text-decoration: none;
}

div.breadcrumb a:hover {
  text-decoration: underline;
}

/* Main titles for content */
#content h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: "Trebuchet MS", "Verdana", "Helvetica", "Sans-Serif";
  letter-spacing: 4px;
  font-weight: normal;
}

/* Main title for content as a link */
#content h3 a:link, #content h3 a:visited {
  font-weight: normal;
  text-decoration: none;
  text-shadow: 1px 1px 2px #AAA;
  color: #0000FF;
}

#content h3 a:hover {
  color: #f90;
}

/* Text paragraph settings in main content */
#content p {
  font-size: 0.9em;
  padding: 5px 0 15px 0;
}

#content ul {
  padding: 10px 20px;
}

div.excerpt {
  padding: 10px 0;
}  

#content h3.excerpt_title {
  font-size: 1.1em;
  font-weight: bold;
}

#content h3.excerpt_title a:hover {
  color: #CC3300;
}

div.imageframe {
  float:right;
  padding-left: 4px;
  text-align:center;
}

div.imageframe img {
  padding-top: 4px;
  border: none;
}

/* Other titles for content */
h4 {
  font-size: 1em;
  padding: 10px 0;
}

h5 {
  font-size: 0.8em;
  font-weight: bold;
  padding: 4px 0 2px 0;
}

/* Settings for footer */
div#footer {
  background-color: #FFF;
  clear: both;
  text-align: center;
  color: #CCC;
  font-size: 0.9em;
  position: relative;
  margin-top: 0;
  height: 50px;
}

div.frontpage_images img {
  padding: 5px 0;
  border: 0;
}

.imageframe_frontpage {
text-align: center;
margin-bottom: 10px;
}

.imageframe_frontpage img {
margin: 5px;
}