/* CSS Document */
body
{
	margin: 0 0 0 0;
	padding: 0;
	color: #6E5C40;
	font-size: 14px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	min-width: 850px;
	background-color: #F8F4Df;
}

div#page_header
{
	background-image: url(../images/page_header_background.jpg);
	background-position: top right;
}

div#main
{
	background-image: url(../images/page_background.jpg);
	clear: both;
	height: 900px;
	width: 100%;
	min-width: 700px;
}

.left_border
{
	background-image: url(../images/left_border.jpg);
	width: 16px;
	height: 100%;
	margin-left: 0px;
	float: left;
}

.right_border
{
	background-image: url(../images/right_border.jpg);
	width: 23px;
	margin-right: 0px;
	float: right;
	height: 100%;
}

span.hint
{
	font-size: 10px;	
	font-weight: normal;
}

.pageNav
{
	text-align: center;
}

.pageNav span.currentPage
{
	font-weight: bold;
}
div#navigation
{
	position: absolute;
	background-image: url(../images/page_background.jpg);
	color: #634E1C;
	width: 190px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 14px;
}

div#navigation table.month
{
	font-family: "Courier New", Courier, mono;
	background-color: #F8F4DF;
	border: 1px solid #9D7C2F;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	margin-top: 10px;
}

div#navigation td.dayname
{
	background-color: #D2C1A3;
}

div#navigation td.monthday, td.saturday, td.sunday
{
	background-color: #E5E2D4;
}

div#navigation td.holiday, td.todayholiday
{
	background-color: #FFC1AD;
}

div#navigation td.today
{
	background-color: #FFF;
}

legend
{
	border: 1px solid #634E1C;
	font-weight: bold;
}

fieldset
{
	border: 1px solid #9D7C2F;
	margin-bottom: 15px;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
}

div#navigation fieldset, legend
{
	background-color: #F8F4Df;
	color: #634E1C;
	width: 150px;
}

div#middle
{
	position: absolute;
	background-image: url(../images/middle_background.jpg);
	background-repeat: repeat-y;
	width: 625px;
	margin-left: 240px;
}

div#middle_contents
{
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 60px;
}

p.indent_contents
{
	padding-left: 90px;
	padding-right: 90px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

div#middle_header
{
	background-image: url(../images/middle_header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

div#middle_footer
{
	background-image: url(../images/middle_footer.jpg);
	height: 50px;
	text-align: center;
}

div#notice
{
	background-image: url(../images/notice_background.jpg);
	background-repeat: repeat-y;
	width: 514px;
	margin-left: 55px;
	margin-right: 55px;
	text-align: center;
	color: #660000;
	margin-top: 10px;
}

.copyright_notice
{
	color: #063d1d;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

div#page_title
{
	width: 514px;
	margin-left: 55px;
	margin-right: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

div#notice_contents
{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px;
}

div#notice_header
{
	background-image: url(../images/notice_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 514px;
	height: 15px;
}

div#notice_footer
{
	background-image: url(../images/notice_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 514px;
	height: 15px;
}

div#page_footer
{
	background-image: url(../images/page_footer_background.jpg);
	background-position: bottom right;
	height: 14px;
}

div.my_mp_navigation
{
	font-size: 12px;
	font-weight: normal;
}

div.my_mp_navigation ul
{
	list-style-type: circle;
	margin-left: 10px;
}

p, ul
{
	padding: 0;
	margin: 0 0 0 0;
	padding-bottom: 10px;
}

ul
{
	list-style-type: none;	
}

a:link
{
	text-decoration: none;
	color: #634E1C;
}

a:visited
{
	text-decoration: none;
	color: #634E1C;
}

a:hover
{
	text-decoration: underline;
	color: #4A4039;
}

img
{
	border: none;
}


#facebook_like {
    background-color: #FFF;
    float: right;
    display: inline-block;
    margin-right: 8px;
    margin-top: -19px;
}

