/* CSS Document */

body {
 background-color: #000000;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:0.9em;
}

img {
 border-width: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 24px;
 color: #ad5e00;
 font-weight: bolder;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 20px;
 color: #555555;
 font-weight: bolder;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color: #333333;
 font-weight: bolder;
}

#header{ 
  background-image:url(graphics/orangellousheader.gif);
  background-repeat:no-repeat;
  width: 770px;
  height: 132px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#background{
  background-image:url(graphics/orangellousbg.gif);
  background-repeat:repeat-y;
  width: 770px;
}

#main{
  background-color: #FFFFFF;
  width: 720px;
}

#content{
  background-color: #FFFFFF;
  float: left;
  width: 535px;
  text-align: left;
}

a {
 color: #B96000;
}

#sidebar{
  backgrond-color: #FFFFFF;
  float: right;
  width: 165px;
  clear: right;
  text-align: left;
}

.sidelink {
 font-size: 0.8em;
	padding: 10px;
	width: 150px;
}

.sidelink a {
	text-decoration: none;
}

#prefooter{
  background-color:#FFFFFF;
  width: 720px;
  margin: 0;
  padding: 0;
  clear:both;
		text-align: left;
}

#footer{ 
  background-image:url(graphics/orangellousfooter.gif);
  background-repeat:no-repeat;	
  width: 770px;
  height: 23px;
  margin: 0;
  padding: 0;
  clear:both;
}

#comments{
  background-color: #fff7d8;
		border: solid 1px #cccccc;
		color: #444444;
		margin: 10px;
  padding: 10px;
}

.comment-reply {
 background: #fffcf0;
	border: #444444 1px dotted;
	padding: 10px;
	text-align: left;
 width: 450px;
}	



