@charset "utf-8";
/* CSS Document */

/*
	BG Color 4a5344
	Color 51473b

*/
@font-face{
font-family: 'Monotype Corsiva Standard';
src: url('../fonts/MTCORSVA.TTF') format('truetype');
} 

body
{
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #4a5344;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 15px;
	color: #51473b;
}

table
{
	border-collapse: collapse;	
}

td, th
{
	padding: 0px;	
	vertical-align: top;
}
a, a:visited
{
	color: #41382d;
}
a:hover
{
	color: #655b4e;
}
p
{
	margin-left: 20px;
}
h1
{
	font-family: 'Monotype Corsiva Standard', 'Century Gothic', Tahoma, Arial;
}
h2
{
	/*font-family: 'Monotype Corsiva Standard', 'Century Gothic', Tahoma, Arial;*/
	margin-left: 15px;	
}







div#location
{
	margin: 48px;
}
table#page
{
	background-image: url(../images/middle.png);
	width: 100%;
	min-width: 750px;
}
table#page > tbody > tr > td.topleft
{
	background-image: url(../images/left.png);	
	background-repeat: repeat-y;
	width: 6px;
}
table#page > tbody > tr > td.topleft > div
{
	background-image: url(../images/top_left.png);	
	background-repeat: no-repeat;
	width: 6px;
	height: 697px;
}
table#page > tbody > tr > td.topmiddle
{
	background-image: url(../images/top_middle.png);	
	background-repeat: repeat-x;
	height: 697px;
}
table#page > tbody > tr > td.topright
{
	background-image: url(../images/right.png);	
	background-repeat: repeat-y;
	width: 6px;
}
table#page > tbody > tr > td.topright > div
{
	background-image: url(../images/top_right.png);	
	background-repeat: no-repeat;
	width: 6px;
	height: 697px;
}
table#page > tbody > tr > td.left
{
	background-image: url(../images/left.png);	
	background-repeat: no-repeat;
	width: 6px;
}
table#page > tbody > tr > td.middle
{
	background-image: url(../images/middle.png);	
	background-repeat: repeat-x;
}
table#page > tbody > tr > td.right
{
	background-image: url(../images/right.png);	
	background-repeat: no-repeat;
	width: 6px;
}
table#page > tbody > tr > td.bottomleft
{
	background-image: url(../images/bottom_left.png);	
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table#page > tbody > tr > td.bottommiddle
{
	background-image: url(../images/bottom_middle.png);	
	background-repeat: repeat-x;
	height: 6px;
}
table#page > tbody > tr > td.bottomright
{
	background-image: url(../images/bottom_right.png);	
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
div#logo
{
	position: absolute;
	z-index: 5;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 192px;
	height: 55px;
	margin-left: 4px;
	cursor: pointer;
}
div#menu
{
	position: absolute;
	z-index: 5;
	margin-left: -5px;
	top: 210px;
	height: 50px;
	white-space: no-wrap;
}
div#box
{
	position: absolute;
	z-index: 5;
	width: 200px;
	right: 62px;
	/*top: 95px;*/
	top: -10px;
}
div#header
{
	position: absolute;
	z-index: 4;
	/*background-color: #FF9;*/
	left: 58px;
	right: 58px;
	top: 90px;
	height: 119px
}
div#box > table#boxtop
{
	height: 229px;
	width: 100%;
	font-size: 11px;
}
div#box > table#boxtop > tbody > tr > td.left
{
	background-image: url(../images/bar_top_left.png);
	background-repeat: no-repeat;
	width: 16px;	
}
div#box > table#boxtop > tbody > tr > td.middle
{
	background-image: url(../images/bar_top_middle.png);
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.2);
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.title
{
	/*border-bottom: 1px solid #9E8E7B;
	border-top: 1px solid #9E8E7B;*/
	background-image: url(../images/news_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	text-align: center;
	padding: 2px;
	text-decoration: underline;
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.link
{
	cursor: pointer;
	/*text-decoration: underline;*/
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.link:hover
{
	color: #655b4e;
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.text
{
	/*border-bottom: 1px solid #9E8E7B;*/
	padding: 4px;
	margin-bottom: 4px;
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.text > span.link
{
	text-decoration: underline;
	/*float: right;*/
}
div#box > table#boxtop > tbody > tr > td.middle > div > div.date
{
	border-bottom: 1px solid #9E8E7B;
	font-size: 8px;
	text-align: center;
}
div#box > table#boxtop > tbody > tr > td.right
{
	background-image: url(../images/bar_top_right.png);
	background-repeat: no-repeat;
	width: 16px;	
}

div#content
{
	margin: 223px 0px 4px 5px;
}
div#content > table#contenttable
{
	width: 100%;
	text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.15);
}


div#content > table#contenttable > tbody > tr > td > div.title
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
	text-decoration: underline;
}
div#content > table#contenttable > tbody > tr > td > div.link
{
	cursor: pointer;
	/*text-decoration: underline;*/
}
div#content > table#contenttable > tbody > tr > td > div.link:hover
{
	color: #655b4e;
}
div#content > table#contenttable > tbody > tr > td > div.text
{
	padding: 4px;
}
div#content > table#contenttable > tbody > tr > td > div.date
{
	border-top: 1px solid #9E8E7B;
	text-align: center;
}


div#content > table#contenttable > tbody > tr > td.right
{
	width: 200px;
	/*padding-top: 53px;*/
	padding-top: 0px;
}

div#sidebar
{
	/*child of div#content > table#contenttable > tbody > tr > td.right*/
}
div#sidebar > div#news
{
	margin: 7px 5px 0px 5px;
}
div#sidebar > div#news > table.boxnews
{
	width: 100%;
	margin-bottom: 6px;
	font-size: 11px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.topleft
{
	background-image: url(../images/bar_news_top_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 3px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.topmiddle
{
	background-image: url(../images/bar_news_top_middle.png);
	height: 3px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.topright
{
	background-image: url(../images/bar_news_top_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 3px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headleft
{
	background-image: url(../images/bar_news_left.png);
	background-repeat: repeat-y;
	width: 5px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headleft > div
{
	background-image: url(../images/bar_news_head_left_noshadow.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 125px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle
{
	background-image: url(../images/bar_news_middle.png);
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div
{
	background-image: url(../images/bar_news_head_middle.png);
	background-repeat: repeat-x;
	min-height: 125px;
	padding: 6px;
	text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.2);
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.title
{
	/*border-bottom: 1px solid #9E8E7B;
	border-top: 1px solid #9E8E7B;*/
	background-image: url(../images/news_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	text-align: center;
	padding: 2px;
	text-decoration: underline;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.link
{
	cursor: pointer;
	/*text-decoration: underline;*/
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.link:hover
{
	color: #655b4e;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.text
{
	/*border-bottom: 1px solid #9E8E7B;*/
	padding: 4px;
	margin-bottom: 4px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.text > span.link
{
	text-decoration: underline;
	float: right;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headmiddle > div > div.date
{
	border-bottom: 1px solid #9E8E7B;
	font-size: 8px;
	text-align: center;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headright
{
	background-image: url(../images/bar_news_right.png);
	background-repeat: repeat-y;
	width: 5px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.headright > div
{
	background-image: url(../images/bar_news_head_right_noshadow.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 125px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.bottomleft
{
	background-image: url(../images/bar_news_bottom_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.bottommiddle
{
	background-image: url(../images/bar_news_bottom_middle.png);
	background-repeat: repeat-x;
	height: 5px;
}
div#sidebar > div#news > table.boxnews > tbody > tr > td.bottomright
{
	background-image: url(../images/bar_news_bottom_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}
table.toprightalign
{
	margin-left: 20px;
}
table.toprightalign > tbody > tr > td,
table.toprightalign > tbody > tr > th
{
	text-align: left;
	padding: 2px 20px 2px 2px;
}
a.imglist > img
{
	margin: 4px;
	padding: 1px;
	width: 140px;
	height: 140px;
}

div#footer
{
	text-align: center;
	color: #90826F;
	font-size: 10px;
}
div#footer a, div#footer a:visited
{
	color: #90826F;
}






