@charset "utf-8";
body {
	background-color: #339;
	margin: 0px;
	padding: 0px;
}
#mainleft {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainright {
	margin-left: 10px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincenter {
	margin-right: 10px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}
#main_bot_shdw {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 10px;
	background-image: url(images/shadows_down.png);
	background-repeat: repeat-x;
	position: relative;
}
#main_bot_shdw_cl {
	position: absolute;
	top: 0px;
	left: -10px;
	background-image: url(images/shadows_corner_bl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;	
}
#main_bot_shdw_cr {
	position: absolute;
	top: 0px;
	right: -10px;
	background-image: url(images/shadows_corner_br.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;	
}
#dream_footer {
	width: 800px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#dream_footer p {
	margin: 0px;
	color: #879dbe;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.aralink a {
	color: #879dbe;
	text-decoration: none;
}
.aralink a:hover {
	color: #6CF;
}
#header {
	position: relative;
	height: 114px;
	width: 800px;
	background-image: url(images/hdr_bg.png);
	background-repeat: repeat-x;
}
#hdr_banner {
	margin-left: 137px;
}
#hdr_cynthia {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#hdr_latest {
	position: absolute;
	left: 568px;
	top: 38px;
	cursor: pointer;
}
#hdr_popup {
	position: absolute;
	z-index: 100;
	left: 52px;
	top: 68px;
	display: none;
	background-image: url(images/TDPJ-Postcard-1-shdw.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 450px;
	width: 700px;
	cursor: pointer;
}
#btn_amazon {
	position: absolute;
	top: 170px;
	right: -15px;
}
#btn_amazon img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menutop {
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	height: 30px;
	position: relative;
}
#menutop ul {
	margin: 0px;
	padding: 0px;
}
#menutop_title {
	position: absolute;
	bottom: -42px;
	right: 106px;
	background-image: url(images/menu_titel_bar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menutop_title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #006;
	margin: 0px;
	padding-bottom: 6px;
}
.menubtn, .menubtn_sel {
	float: left;
	height: 22px;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}
.menubtn a, .menubtn_sel a {
	text-decoration: none;
	cursor: pointer;
}
.menubtn_lft {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/menu_l.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 20px;
}
.menubtn_txt {
	height: 22px;
	margin-right: 5px;
	margin-left: 20px;
	background-image: url(images/menu_c.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006;
	padding-top: 2px;
}
.menubtn_rgt {
	position: absolute;
	top: 0px;
	right: -15px;
	background-image: url(images/menu_r.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 20px;
}
.menubtn:hover .menubtn_lft { background-image: url(images/menu_lh.png); }
.menubtn:hover .menubtn_txt {
	background-image: url(images/menu_ch.png);
	color: #006;
}
.menubtn:hover .menubtn_rgt { background-image: url(images/menu_rh.png); }
.menubtn_sel .menubtn_lft { background-image: url(images/menu_ls.png); }
.menubtn_sel .menubtn_txt {
	background-image: url(images/menu_cs.png);
	color: #FE6;
}
.menubtn_sel .menubtn_rgt { background-image: url(images/menu_rs.png); }

#content {
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_top_shdw {
	width: 800px;
	height: 4px;
	background-image: url(images/top-shadow4px.png);
	background-repeat: repeat-x;
}
#content_subttl {
	margin-top: 30px;
	padding: 2px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #009;
	margin-bottom: 0px;
}
#content_subttl div {
	background-image: url(images/subttl_BG.png);
	background-repeat: repeat;
	margin: 5px;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #DDF;
}
#content_text {
	margin: 0px;
	margin-right: 70px;
	padding-top: 25px;
	padding-right: 260px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
#content_text_bg {
	padding: 10px;
	background-image: url(images/schedule_BG.png);
	background-repeat: repeat;
}
#content_text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF9;
}
#content_text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_text p, #content_text li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDF;
	line-height: 18px;
	text-align: justify;
	margin-left: 20px;
}
#content_text_bg {
	padding: 10px;
	background-image: url(images/bg_blu_60pc.png);
	background-repeat: repeat;
}
#content_text_bg h2 {
	color: #FF9;
}
.pic_anchor  {
	position: relative;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.clink a {
	color: #39C;
	text-decoration: none;
}
.clink a:hover {
	color: #6CF;
}

