/* CSS Document */
body {
margin: 0px;
padding: 0px;
font:  Arial, Helvetica, sans-serif;
font-size: 14px;
background: #222;
}

#container{
width: 790px;
height: 100%;
margin: auto;
padding: 0px;

}

#masthead {
margin: 0px;
padding: 0px;
position:relative;
top: 0px;
left: 0px;
height: 178px;

}

#masthead h1 {
	background:url(../images/rumors.jpg) no-repeat;
	margin: 0px;
	font-size: 48px;
	position:absolute;
	left: 188px;
	top: 65px;
	color: #fff;
	width: 500px;
}

#masthead h2 {
background:url(../images/tagline2.jpg) no-repeat;
margin: 0px;
font-size: 24px;
position:absolute;
left: 192px;
top: 127px;
color: #fff;
font-weight:normal;
width: 560px;
}

#masthead h3 {
margin: 0px;
position:absolute;
left: 0px;
top: 0px;
color: #fff;
}

#bar {
width: 100%;
background-color: #000;
border-top: #610907 3px solid;
border-bottom: #610907 3px solid;
position: absolute;
left:0px;
top: 48px;
height: 70px;
}

#middle {
width: 100%;
position: relative;
left: 0px;
top: 0px;
height: 100%;
}

#subbar {
width: 100%;
margin-top: 5px;
background-color: #000;
border-top: #610907 3px solid;
border-bottom: #610907 3px solid;
position: relative;
left:0px;
top: 0px;
heig\ht: 30px;
}

#subbar h1 {
	margin: 0px auto;
	position: relative;
	left: 57px;
	top: 7px;
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:12px;
	width: 500px;
}

#footer {
	margin: 0px auto;
	position: relative;
	left: 57px;
	top: 20px;
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:12px;
	width: 500px;
	height: 30px;
}

#subbar a, a:link, a:visited, a:hover, a:active  {
color: #fff;
text-decoration: none;
}

#subbar a:hover  {
border-bottom: 1px dashed #FFF;
}

#subbar a:active  {
text-decoration:line-through;
}

#nav {
width: 200px;
margin: 0px;
padding: 0px;
position:absolute;
left: 0px;
top: 0;
height: 100%;
}

#nav ul {
font-variant:small-caps;
color: #fff;
font-size:16px;
}

#nav li {
text-decoration: none;
list-style: square;
font-size:12px;
margin-top: 5px;
margin-left: 15px;
}

#nav a, a:link, a:visited, a:hover, a:active  {
color: #fff;
text-decoration: none;
}

#nav a:hover  {
border-bottom: 1px dashed #FFF;
}

#nav a:active  {
text-decoration:line-through;
}

#subnav {
width: 230px;
margin: 0px;
padding: 0px;
position:absolute;
right: 10px;
top: 10px;
height: 25px;
color:#FFFFFF;
font-variant:small-caps;
}

#subnav a, a:link, a:visited, a:hover, a:active  {
color: #fff;
text-decoration: none;
font-size: 12px;
}

#subnav a:hover  {
border-bottom: 1px dashed #FFF;
}

#subnav a:active  {
text-decoration:line-through;
}

#content {
width: 590px;
position:relative;
left: 200px;
top: 0;
height: 100%;
color:#FFFFFF;
}

#content p, ul, li {
text-align:justify;
}

#content img {
float: none;
margin-top: 0px;
padding: 0px;
}

#content a, a:link, a:visited, a:hover, a:active  {
font-size: 13px;
color: #ff0;
text-decoration: none;

}

#content a:hover  {
border-bottom: 1px dashed #ff0;
}

#content h1 {
font-size: 16px;
font-weight: bold;
font-style:italic;
}
