/* CSS Document */

body {
	padding-top:0px;
	margin-top:0px;
	text-align: center;
	background-image: url(images/design_bg.jpg);
	background-repeat: repeat-x;
	background-color:#EDE3B5;
}

#wrapper {
	margin:0 auto;
	width:600px;
	text-align: left;
	width: 780px;
	background-image:url(images/bartlesville_web_design.jpg);
	background-repeat:no-repeat;
}

#banner {
	margin:0 auto;
	width:780px;
	text-align: left;
	width: 780px;
	height: 555px;
	}
	

#menu {
	width:700px;
	height:30px;
	padding-top:125px;
	text-align:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
#menu li {
	display: inline;
	letter-spacing:3px;
}

#menu a {
	color:#333333;
	text-decoration:none;
}

#menu a:hover  {
	color: #000000;
}

#main {
	width:780px;
	height:500px;
	text-align:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	width:780px;
	padding-top:0px;
	margin-top:0px;
	text-align: center;
	font-size:10px;
	color:#777777;
	background-color:#EDE3B5;
	font-family:Arial, Helvetica, sans-serif;
	}

/**
    * rssxpresschannel - the RSS channel is wrapped in a single <div> with this class. Changes to this will effect all of the channel
    * rssxpresstable - the RSS channel is formatted (rightly or wrongly :-) ) using a table of this class. Changes here could effect text alignment, etc.
    * rssxpresschtitle - the RSS channel title
    * rssxpresschdesc - the RSS channel description
    * rssxpressittitle - each of the item titles have this class. Note that because each of these are links, there are limitations to their control. If you wanted a specific colour for example you would need to define an A:link colour that would effect all the links on the page, not just the RSS channel
    * rssxpressitdesc - the RSS item description
    * rssxpressdivider - the items from the channel are separated from the main description at the top, and other things at the end, but a single pixel, single column, row in the RSS channel layout table. To change the colour of this alter the background colour attribute in the stylesheet**/


.rssxpresschannel { width: 300px;}
.rssxpresstable { width: 300px;}
.rssxpresschtitle { color: #FF0000;}
