/* copyright Betsy Randel  */

body{font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;	
	
}

#contain{width:950px;	
	background-color:#90c; 
	}

#upper{
	}
#sidebar {float: left;
	color: #fff;
	background-color:#90c;
	width:128px;
	height:100%;
	padding: 10px 0px 10px 10px;
}
#main{float: right;
	position: relative;
	margin: 0px;
	color: #000;
	font-size: 12px;
	background-color:#09f;
	width:700px;   
	border-left: 2px solid #03f;  
	padding: 10px 55px 30px 55px;
	line-height: 1.166;	/*  ?  */
}

#foot{clear: both; 
	margin: 0px;
	}  
#copy{float: left;
	color: #fff;
	background-color:#90c;
	width:138px; 
	font-size: 9px;
	text-align: center;
	padding:2px 0px 6px 0;
	}
#baselinks{float: right;
	color: #000;
	background-color:#09f;
	font-size: 10px;
	text-align: center;
	width:760px;
	padding:10px 25px;
	border-left: 2px solid #03f;  
	}
	
#links{
	width:550px;
	border-top: 2px solid #03f; 
	}

a:link {color:#00c; text-decoration: none}
a:visited {color:#03f; text-decoration: none}
a:hover {color:#ff0; text-decoration: underline}

h1{font-family: Verdana,Arial,Helvetica,sans-serif;
 	font-size: 30px;
 	color: #000;
 	margin: 0px;
 	padding: 10px 0 10px 30px;
}

h2{font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
 	color: #000;
 	margin: 0px;
 	padding: 0px 0 10px 50px;
}

img#betsy{float: left;
	margin: 0px 10px 0 0px;
	border-right: 2px solid #03f;
	border-bottom: 2px solid #03f;}

img.set{padding: 0px 0px 0 0px;
	border-right: 2px solid #03f;
	border-bottom: 2px solid #03f;
	}

.text{font-size: 14px;	}

.gallery{text-align:center;
		font-size: 12px;
		font-family:Times New Roman,Times,serif;
}
.gallery a {font-family: Verdana,Arial,Helvetica,sans-serif;}

.quote{font-family:Times New Roman,Times,serif;
	font-style:italic;
	font-size: 14px;
	line-height:1.3;
	background-color:#0AF;
	}
.quoteby{text-indent:25px;
	line-height:20%;
	color:#900
	}
.contact td{padding: 10px 5px 3px 0px;
	}
.links{text-indent:25px;
	line-height:1.5;
	}
.indent{text-indent:25px;}
.seper{border-top: 2px solid #03f;}

/*********** #menu styles **********/

.menu{
	width: 115px; /*width of menu = image*/
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 65px 0 0 0;
}
	
.menu li a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/ButtonCombo.gif) 100% 0;
  	height: 16px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	line-height: 16px; /*Set line-height of bg image- padding */
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	text-align:center;
}	
	
.menu li a:link, .menu li a:visited {
	color: #fff;
}

.menu li a:hover{
	color: #f00;
	background-position: 100% -26px;
}

.menu li a.selected{
	color: #26370A;
	background-position: 100% -52px;
}
