
html,body{
		margin:0;
		padding:0;
		background-color:#918F8F;
		color:#EAE8E8;
		}
body{
		font: 76% arial,sans-serif;
		text-align:center;
		color:#EAE8E8;
		}
p{
		margin:0 10px 10px;
		}
a:link, a:visited, a:active{
		display:inline;
		color:#FF8539;
		text-decoration:none;
		font-weight:normal;
		background-color:#6E6D6D;
		}
a:hover		{
		color:#FF8539;
		text-decoration:none;
		display:inline;
		font-weight:bold;
		background-color:#6E6D6D;
		}
div#linkbar a, div#footer a{
		display:inline;
		color:#FF8539;
		text-decoration:none;
		font-weight:bold;
		border-left:2px solid #6E6D6D;
		padding-left:5px;
		padding-right:5px;
		font-size:100%;
		background-color:#333;
		
		}
div#header{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		height:213px;
		line-height:80px;
		margin:0;
  		padding-left:10px;
  		background: #EEE;
  		color: #FF8539;
  		font-weight:normal;
  		font-size:400%;
  		background-image:URL(images/banner.jpg);
  		}
  		
div#container{
		text-align:left;
		background-color:#6E6D6D;
		color:#EAE8E8;
		}
		
div#content p{
		line-height:1.4;
		border-left:2px solid #333;
		padding-left:5px;
		font-size:105%;
		}
div#navigation{
		background:#6E6E6E;
		border-left:2px solid #333;
		border-bottom:0px solid #333;
		border-top:0px solid #333;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:10px;
		height:100%;
		color:#EAE8E8;
		}
div#extra{
		background:#6E6E6E;
		border-left:2px solid #42393A;
		border-bottom:0px solid #42393A;
		border-top:0px solid #42393A;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:10px;
		height:100%;
		color:#EAE8E8;
		}
div#footer, div#linkbar{
		background: #333;
		color: #FFF;
		clear:both;
		width:100%;
		}

div#webstaworks{
                color: #FFF;
		background:#918F8F;
		clear:both;
		width:100%;
                text-align:right;		
		}

div#webstaworks a{
		color: #FFF;
		background:#918F8F;
                font-weight:normal;
                text-decoration:underline;		
		}

div#footer p, div#linkbar p{
		margin:0;
		padding:5px 10px;
		}

div#container{
		width:700px;
		margin:0 auto;
		}
div#content{
		float:left;
		width:500px;
		}
div#navigation{
		float:right;
		width:198px}
div#extra{
		float:right;
		clear:right;
		width:198px;
		}
ul 		{
  		list-style-image: url(images/bullet.gif);
		background-color:#6E6D6D;
		color:#EAE8E8;
		}
ol		{
		color:#FF8539;
		list-style-type:disc;
		background-color:#6E6D6D;
		}
H1,H2,H3,H4,H5{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#FFD22B;
		margin-left:5px;
		background-color:#6E6D6D;
		}
img.inline	{
		display:block;
		padding:5px;
		border:0px;
		}
img.right	{
		display:block;
		padding:5px;
		border:0px;
		float:right;
		clear:right;
		}
img.left	{
		display:block;
		padding:5px;
		border:0px;
		float:left;
		clear:left;
		}
div#linkbar	{
		margin-bottom:5px;
		}
span.dropcap	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:300%;
		color:#FF8539;
		float:left;
		clear:left;
		font-style:italic;
		margin-right:8px;
		background-color:#6E6D6D;
		}
a img		{
		border:0px;
		}
		