@charset "UTF-8";
/* CSS Document */



body {
		text-align: center;
		background-color: #900;
}
#container {
	width: 960px;
	height: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFF;
	padding: 20px;
}
#header {
	height: 100px;
}
	
#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 590px;
	height: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666;
}
#sidebar {
	top: 150px;
	float: right;
	width: 200px;
	margn-right: 10px;	
}


#pullquote {
width:200px;
padding:0px 0px 11px 0px;
background: #ffffff url("../images/pqbg.jpg") repeat-x;
border: 1px solid #efefef;
}
blockquote {
	width: 190px;
	margin: 10px auto 0px auto;
	padding:10px 0px 0px 0px;
	text-align: left;
font: 18px Arial, Helvetica, sans-serif;
color: #666666;
	text-indent: 35px;
	background: url(images/speech1.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	
	margin: 0;
	display: block;
	padding:0px 0px 10px 0px;
	background: url(images/speech2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

blockquote br{
	font: 12px Arial, Helvetica, sans-serif;
color: #000000;
	}
#footer {
	border-top: 1px solid #000000;
	height: 50px
	clear: both
	margin-left: 10px;
	padding-top: 10px;
}
#widemenu ul li {
	float: left;
	list-style: none;
	padding: 5px 30px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#widemenu ul li a {
     color: #000;
	 text-decoration: none;
	
}
#widemenu ul li a:hover {
	color: #990000;
}
#widemenu {
	background-color: #dddddd;
	margin-bottom: 10px;
	height: 25px
}
#widemenu ul {
	margin: 0px;
	padding: 0px;
}
#widemenu ul li :hover {
	background-color: #bbbbbb;
}

	


</style>
#container #content h2 {
	color: #000;
}
#container #content h2 {
	color: #000;
}
