body {
	background: black;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: silver;
}
#container {
  margin:auto;
  width: 881px; 
}

#header {
	text-align : center;
}

#leftBar {
  float: left; 
  width: 230px; 
}

#content {
  float:left;
  width:650px;
}

#weather {
  float:right;
  width:650px;
  color:black;
}

#padding-left {
	color: black;
}

#caption {
	font-weight : 800;
	}

#rightBar { 
  float:right; 
  width: 1px; 
}

#footer { 
  clear:both;
} 

#link {
	float: left;
	width: 100%;
	line-height: normal;
	color: white;
	font-size: 90%;
	border-bottom: 3em;
}
#link  ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	
#link li {
    float:left;
    margin:0;
    padding:0;
    }
p {
	margin-left : 5%;
	margin-right : 5%;
	background-color : transparent;
}
a:Link, a:visited {
	color: Yellow;
	text-decoration: none;
}
a:hover {
	color: red;
	text-shadow: 1px 1px 3px lime;
/*	background-color: white;
	color: black;
	text-decoration: none; */
}
h1 {
	font-size: 300%;
	color: red;
}
h2 {
	color : red;
	font-size : 160%;
	margin-top : 2.7em;
}
h3 {
	color : red;
	font-size : 140%;
	margin-top : 2em;
}
h4 {
	color : red;
	font-size : 115%;
	margin-top : 1.5em;
}
h5 {
	color : red;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}
h6 {
	color : red;
	font-size : 90%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}
blockquote {
	margin-left : 0;
}

img {
background: url(../images/shadow.gif) no-repeat bottom right;
margin: -6px 6px 6px -6px;
}