/* Brothers and Sisters, Ltd. Style Sheet 
 * http://brothersandsisters.com 
 *  
 */

body {
	min-width:800px;
	background: white url(/images/background_stripe.gif) repeat-x top left;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}

#container {
  position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

#masthead {
	position: relative;
	top: 0;
	left: 0;
	height: 110px;
	width: 100%;
	color: white;
}

#masthead h1 {
	padding: 0;
	text-indent: -999em;	
}

#masthead h1 a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: 110px;
	cursor: pointer;
	background: url(/images/masthead_logo.png) no-repeat;
	behavior: url(/images/iepngfix.htc);
	border: 0;
}

#nav1 {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 150%;
}

#nav2 {
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #000;
	font-size: 120%;
}

#nav1 li, #nav2 li {
	display: inline;
	padding-left: 20px;
}

#nav2 li#about {
	padding-left: 43px;
}

#nav2 li#location {
	padding-left: 28px;
}

#nav1 a, #nav2 a {
	text-decoration: none;
	border: 0;
}

#nav1 a {
	color: white;
}

#nav2 a {
	color: black;
}

#nav1 a:hover, #nav2 a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 40px;
}

#left_col {
	width: 430px;
	float: left;
	margin-right: 10px;
}

#right_col {
	width: 430px;
	float: left;
	margin-left: 10px;
}

#footer {
	border-top: 1px solid #ccc;
}

#footer a {
	color: #880000;
}

#attract a {
	display: block;
	width: 200px;
	height: 45px;
	padding-top: 9px;
	background: transparent url(/images/attract-button.png) no-repeat;
	behavior: url(/images/iepngfix.htc);
	color: white;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	border: 0;
}

#attract a:hover {
	cursor: pointer;
}

h1 {
	font-size: 180%;
	color: #880000;
	font-weight: bold;
	padding: 10px 0 20px;
}

h2 {
	font-size: 160%;
	color: black;
	padding: 10px 0 10px;
}

h3 {
	font-size: 140%;
	color: black;
	padding: 10px 0 10px;
}

p {
	padding-bottom: 1.5em;
	line-height: 1.3em;
	font-size: 110%;
}

ul {
	list-style: disc outside;
	margin-left: 1.2em;
	line-height: 1.3em;
	padding-bottom: 1.5em;	
}

ul ul {
	list-style: circle outside;
	margin-left: 2.2em;
	line-height: 1.3em;	
}

ul#nav1, ul#nav2 {
	padding-bottom: 0;
}

a {
 color: #880000;
 text-decoration: none;
 border-bottom: 1px dotted #880000;
}

a:hover {
	border-bottom: 1px solid #880000;
}

a:visited {
	color: #666;
}
