/* CSS file for Orange in the Sky html template */

body {
  background: #FFF;
  font: 12px Arial;
  padding-bottom: 80px;
  }

a {
  color: #306090;
}

a:hover {
  color: #F48A00;
}

p {
  text-indent: 10px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

div#logo {
	position: absolute;
	top: 80px;
	left: 80px;
	height: 212px;
	width: 211px;
	background: #8b0000;
	color: #FFF;
}

div#quot {
	position: absolute;
	top: 80px;
	left: 339px;
	height: 272px;
	width: 498px;
	background: #ffffff;
	color: #FFF;
	font: 40px Arial;
}

div#menu {
	position: absolute;
	top: 328px;
	left: 339px;
	height: 30px;
	width: 500px;
	background: #8b0000;
	color: #FFF;
	vertical-align: middle;
}

div#menu a {
  margin-left: 20px;
  color: #FFF;
  text-decoration: none;
  font: bold 14px Arial; 
}

div#menu a:hover {
  color: #F8B000;
}

div.margMenu {
  margin-top: 4px;
}

div#leftBar {
	position: absolute;
	top: 293px;
	left: 79px;
	width: 250px;
	background: #8b0000;
	color: #DDD;
}

div#leftBar a img {
  border-width: 5px;
  border-color: #8b0000;
  margin:2px;
}

div#leftBar a img:hover {
  border-color: #F48A00;
}

div#leftBar h2 {
  font: bold 14px Arial;
  color: #DDD;
  margin: 10px;
}

div#content {
	position: absolute;
	top: 363px;
	left: 339px;
	width: 500px;
	background: #EEE;
	color: #999;
}

div#content h1 {
  font: bold 28px Arial;
  color: #888;
  margin: 20px;
}

div#content h2 {
  font: bold 14px Arial;
  color: #999;
  margin: 10px;
}

div#content li {
  text-indent: 10px;
  list-style-image: url('item.gif');
}

div.marg {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* end of file */
