* {
	margin: 0px;
	padding: 0px;
}

html {
	/* forces scrollbar track in Mozilla */
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #CFD9DA url("http://louisebarnum.com/graphics/bg_pattern_146.gif");
	color: black;
	font: 11px Georgia, 'Times New Roman', Times, sans-serif;
	margin-top: 30px;
}

img {
	border: 0px;
}

#content a {
	color: #c00;
	text-decoration: underline;
}
#content a:visited {
	color: #899;
}
#content a:hover {
	background: #f7f0ea;
	text-decoration: underline;
	color: #c00;
}

/*_______________________________________________

	column centering
_______________________________________________*/

#envelope {
	vertical-align: top;	
	margin-left: -366px;
	position: absolute;
	left: 50%;
	height: 100%;	
}

#outer_column {
	width: 732px;
	*width: 762px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#inner_column {
	background: #fbfbf4 url("http://louisebarnum.com/graphics/background_content.png") repeat-x;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
/* 9ea8a9 */
	border: solid 1px #777;
	border-bottom: solid 3px #777;
	height: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 0px;
	*padding-right: 14px;
} 

#content a, #sidebar a, #footer a {
	text-decoration: underline;
	color: #2E8141;
}
#content a:hover, #sidebar a:hover, #footer a:hover {
	background-color: #2E8141;
	color: white;
}

/*_______________________________________________

	green box
_______________________________________________*/

#green_box {
	font: 13px 'Palatino Linotype', serif;
	background: #2E8141;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;	
	width: 662px;
	*width: 707px;
	color: white;
	padding-right: 30px;
	*padding-right: 20px;
	padding-top: 40px;
	*padding-top: 50px;
	padding-bottom: 40px;
	*padding-bottom: 30px;	
	text-align: right;
	height: 34px;
	*height: 14px;	
}
#green_box a {
	color: white;
	text-decoration: none;
}
#green_box a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 21px;
	left: 30px;
}
#logo img {
	*behavior: url("http://louisebarnum.com/includes/png_ie.htc");
}

#green_box p {
	margin-top: 3px;
	*margin-top: 13px;
}

/*_______________________________________________

	nav
_______________________________________________*/

#nav_tabs {
	font: 12px 'Palatino Linotype', serif;
	height: 31px;
}

#nav_tabs ul {
	width: 700px;
	*width: 728px;
}
#nav_tabs li {
	list-style-type: none;
	float: left;
	width: 14%;
	margin-right: 1px;
	text-align: center;
}
#nav_tabs li a {
	background: #DEEBD4;
	color: #275A33;
	padding-top: 7px;
	padding-bottom: 7px;
	*padding-left: 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;	
}
#nav_tabs a:hover, #nav_tabs a:active {
	background: #75AB7C;
	color: white;
}
#nav_tabs a.current {
	background: #2E8141;
	color: white;
}

/*_______________________________________________

	content
_______________________________________________*/

#content {
	font: 12px/21px 'Palatino Linotype', serif;
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 30px;
	float: left;
	width: 410px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font: 17px Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}
h1.graphic {
	margin-bottom: 30px;
	text-align: center;
}

h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font: bold 13px Georgia, serif;
}

p {
	margin-bottom: 15px;
}
p.wsr {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;	
}

#content ul {
	padding-left: 20px;
	margin-bottom: 20px;
	font-style: italic;
}

#content li {
	list-style-type: circle;
}


div.quote {
	margin-top: 40px;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 20px;
	background: #f4f3e1;
	font-style: italic;
	font: italic 13px/21px 'Times New Roman', Times, 'Palatino Linotype', serif;
}

p.quote_source {
	font: 12px/21px 'Palatino Linotype', serif;
	font-style: normal;
	margin-bottom: 0px;
}

/*_______________________________________________

	sidebar
_______________________________________________*/

#sidebar {
	margin-top: 20px;
	float: right;	
}

#sidebar img {
	margin-bottom: -3px;
}
#sidebar img.extra {
	margin-top: 15px;
	line-break: after;
}


p.caption {
	width: 220px;
	padding: 10px;
	background: #f4f3e1;
	font: 11px/18px Tahoma, Arial, sans-serif;
	border-bottom: solid 1px #d9d9d9;
	*margin-top: -3px;
	margin-bottom: 20px;
}

/*_______________________________________________

	sidebar
_______________________________________________*/

#footer {
	background: #F9F9E9;
	margin-top: 20px;
	margin-left: -20px;
	font: 10px/18px Georgia, serif;
	width: 670px;
	*width: 710px;
	padding: 30px;
	*margin-right: -18px;
	border-top: dashed 1px #d9d9d9;
}

#footer br {
	margin: 0px;
}

#wsr_logo {
	float: left;
	width: 150px;
}

#wsr_info {
	margin-top: 7px;
	float: right;
	text-align: left;
	width: 490px;
}

#footer #wsr_logo a {
	background: transparent;
}

#footer #wsr_info a {
	font-size: 11px;
}

/*_______________________________________________

	note
_______________________________________________*/


.note {
	background: #fcc; !important
}