@charset "utf-8";

/* CSS Document */


body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#524e4d;
	background-image:url(../images/back_entirepage.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #cacaca;
	text-align:center;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffd234;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

.page #container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:990px;
}

/* header */
.page #headerContent {
	position:relative;
	height:113px;
}

.page #headerLeft {
	position:absolute;
	left:0px;
	top:43px;
}

.page #headerRight {
	position:absolute;
	right:0px;
	top:0px;
	width:599px;
	height:113px;
	background-image:url(../images/back_familytitle.jpg);
	background-repeat:no-repeat;
}

/* body */
.page #bodyContent {
	position:relative;
	height:398px;
	overflow:hidden;
	background:url(../images/back_textcontent.jpg) no-repeat;
}

.page #bodyLeft {
	position:absolute;
	left:0px;
	top:2px;
	width:392px;
	height:398px;
	overflow:auto;
}

.page #bodyRight {
	position:absolute;
	right:0px;
	top:1px;
	width:599px;
	background-image:url(../images/back_showcase.jpg);
	background-repeat:no-repeat;
}

/* footer */
.page #footerContent {
	position:relative;
	margin-top:5px;
	text-align:right;
	color:#4d4d4d;
}

.page .footerLink { color:#4d4d4d; }

.page .footerLink:hover { color:#ffffff; }

/* paging */
.paging {
	text-align:center;
	padding:4px 3px 4px 3px;
}

.paging #pagingButton,.paging .pagingButton {
	border:1px solid #333333;
	background-color:#444444;
	color:#999999;
	width:20px;
	padding:0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
}

.paging #pagingButton:hover,.paging .pagingButton:hover {
	border:1px solid #444444;
	background-color:#555555;
	color:#aaaaaa;
	width:20px;
}

.paging #pagingButtonDummy,.paging .pagingButtonDummy {
	color:#999999;
	width:20px;
	padding:0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
}

/* news items */
.newsItem {
	margin:5px 10px 20px 10px;
	text-align:justify;
}

.newsItemTitle {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:1px solid #ACACAC;
}

.newsItemDate {
	color:#FFFFFF;
	font-size:10px;
	margin-bottom:11px;
}

#bodyLeftMessage { padding:10px; }

b, strong { color:#FFFFFF; }

h1 {
	font-size:20px;
	color:#FFFF66;
}
