#all {
	width: 750px;
	background-color: #b74c35;
	text-align: left;
	margin: 0px auto; /* this lets every browser except IE center the page (IE 	centering appears in body properties below */
}
#header {
	width: 750px;
	height: 238px;
	background: url(../images/header.gif) no-repeat; /* main header image */
}
#container {
	width: 750px; /* keeps the left and right content areas together */
}
#leftcontent { 
	float: left; /* causes left content area to sit to the left of the right 	content area */
	width: 200px; 
	background-color: #b74c35; 
	color: #ffffff; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* link styles for ad area on left */
#leftcontent a:link {
	color: #ffe3bf;
}
#leftcontent a:visited {
	color: #ffe3bf;
}
#leftcontent a:hover, a:focus {
	text-decoration: none;
}
#leftcontent a:active {
	color: #ffe3bf;
	text-decoration: none;
}
#maincontent {
	float: left; /* causes right content area to sit next to the left 	content area */
	width: 540px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1.2em;
}
/* link styles for white background area */
#maincontent a:link {
	color: #b74c35;
}
#maincontent a:visited {
	color: #b74c35;
}
#maincontent a:hover, a:focus {
	text-decoration: none;
}
#maincontent a:active {
	color: #b74c35;
	text-decoration: none;
}
#wideadvertisement { /* this is the area for the ad banner */
	width: 468px;
	height: 60px;
	background-color: #b74c35;
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 10px 30px;
}
#wideadvertisement a:link { /* link styles for ad area */
	color: #ffe3bf;
}
#wideadvertisement a:visited {
	color: #ffe3bf;
}
#wideadvertisement a:hover, a:focus {
	text-decoration: none;
}
#wideadvertisement a:active {
	color: #ffe3bf;
	text-decoration: none;
}
#footer { 
	clear: both;
	font-size: 0.8em; 
	width: 750px; 
	vertical-align: middle; 
	padding: 10px 0; 
	text-align: center; 
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 1.2em;
}
#footer a:link { /* link styles for footer area */
	color: #ffe3bf;
}
#footer a:visited {
	color: #ffe3bf;
}
#footer a:hover, a:focus {
	text-decoration: none;
}
#footer a:active {
	color: #ffe3bf;
	text-decoration: none;
}
#navigation { /* this is the area for the main navigation links at the bottom */
	font-size: 1.2em;
	text-align: center;
	margin: 10px 0px 20px 0px;
	width: 750px;

}
#navigation ul { /*this holds the navigation, and thus needs its own style */
	list-style: none;
	display: inline;/* makes the list display itself horizontally */
}
#navigation li { /* same as above */
	display: inline; /* makes the list display itself horizontally */
	margin: 0px 2px; /*separates the individual links from each other */
	line-height: 2em;
}
.deilink { /* style for digital eel link */
	font-size: 0.9em;
}
.deilink a:link {
	color: #000000;
}
.deilink a:visited {
	color: #000000;
}
.deilink a:hover, a:focus {
	text-decoration: none;
}
.deilink a:active {
	text-decoration: none;
}
/* end of layout */

/* beginning of html element styles */
* {
	padding: 0px;
	margin: 0px;
}
body { 
	font-size: 0.9em; 
	background-color: #ffe3bf; 
	text-align: center; /* this causes IE to center the page in the browser 	window */
}
p {
	padding: 10px 5px;
}
ul {
	list-style: none;
}
li {
	padding: 5px 10px;
}
h1 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #b74c35;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 16pt;
}
h2 {
	background-color: #b74c35;
	color: #ffffff;
	text-align: left;
	letter-spacing: 0.15em;
	font-weight: normal;
	font-size: 14pt;
	padding: 3px 10px;
}
h3 {
	padding: 10px;
	font-size: 12pt;
}
h4 {
	padding: 10px;
	font-size: 10pt;
}
/* end of html element styles */


/* this is the css that goes with the javascript for rounded corners */
.rtop,.rbottom{
	display: block;
}
.rtop *,.rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
}
.r1{
	margin: 0 5px;
}
.r2{
	margin: 0 3px;
}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;
	height: 2px;
}
.rs1{
	margin: 0 2px;
}
.rs2{
	margin: 0 1px;
}