
body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	background: url(/images/Blueprint.jpg) repeat fixed 0 0;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
	margin-top: .1em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

div#content {
	background-color: white;
	border-style: solid;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	display: block;
}

div#content p {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}

div#content p.title {
	float: none;
}

div#header{
	height: 100px;
	border-style: solid;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white url(../images/logo.png) no-repeat;
}

div#header ul {
	list-style-type: none;
	position: relative;
	top: 60px;
	left: 83px;
}

div#header li {
	width: auto;
	clear: right;
	float: left;
	padding-left: 5px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

div#content p img {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

div#content p img#internachi {
	float: none;
	position: static;
}

/* EOF */
