@charset "utf-8";
/* SarahThielen CSS Document */

body
{
	background: #F2BE32; 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

p
{
	padding: 5px 0;
	margin: 5px 0;
}
a
{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.header
{
	background: url(images/header-bg.jpg) no-repeat;
	width: 850px;
	height: 264px;
}
.header-l
{
	background: url(images/header-left.jpg) no-repeat;
	width: 7px;
	height: 33px;
}
.header-r
{
	background: url(images/header-right.jpg) no-repeat;
	width: 7px;
	height: 33px;
}
.header-c
{
	background: url(images/header-center.jpg) repeat-x;
	line-height: 33px;
	padding: 0 1px;
}
.header-c h1
{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#left-border
{
	background: #F0B310 url(images/left-border.jpg) repeat-y right;

}
#right-border
{
	background: #F0B310 url(images/right-border.jpg) repeat-y left;

}
#main-body
{
	background: #FFFFFF;
	width: 850px;
}
#content-body
{
	padding: 10px 0;
}
#lp-top
{
	background: url(images/leftpane-top.jpg) no-repeat;
	width: 200px;
	height: 10px;
}
#lp-mid
{
	background: url(images/leftpane-mid.jpg) repeat-y;
}
#lp-bot
{
	background: url(images/leftpane-bot.jpg) no-repeat;
	width: 200px;
	height: 10px;
}
.leftpane
{
	padding: 7px 2px;
}
.leftpane ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.leftpane li
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}
.leftpane li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 180px;
	line-height: 26px;
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
}
.leftpane li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 180px;
	line-height: 26px;
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
}
.leftpane li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 180px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
}
.contentpane
{
	padding: 0 20px;
}
.contents-bg
{
	background: url(images/contents-bg.jpg) repeat-x top;
	height: 82px;
	padding: 10px;	
	border-top: solid 2px #FFFFFF;
}

.footer
{
	background: #333333 url(images/footer-bg.jpg) repeat-x top;
	padding: 12px 0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}
.footer a
{
	color: #F0B310;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
