@import "tags.css";
@import "classes.css";

#body_shadow {
	background: transparent url(images/body-bg.png) repeat-y center scroll;
	margin: -1px 0 0 0;
	padding: 0px;
}

#site_page {
	background: #FFFFFF;
	width: 1000px;
	height: 100%;
	margin:1px auto 0;
}

#site_top_header {
	background: #CCBDA6 url(images/site_top_banner.png) no-repeat left top scroll;
	width: 1000px;
	height: 225px;
}


#site_top_line {
	background: transparent;
	width: 990px;
	padding: 5px;
	text-align: right;
}


#site_menu_table {
	background: transparent;
	width: 420px;
	margin-top: 80px;
	padding-left: 30px;
}

#site_main_table {
	background: transparent;
	height: 470px;
}

#site_main_bg {
	background: #FFFFFF url(images/main_bg_corner.png) no-repeat left bottom scroll;
}

#site_left_panel {
	background: #EFDEC9 url(images/site_left_panel_top.png) no-repeat right top scroll;
	width: 145px;
}

#site_right_panel {
	background: #EFDEC9;
	width: 250px;
}

#top_left_panel {
	background: #EFDEC9 url(images/site_right_panel_bg.png) no-repeat left bottom scroll;
	width: 730px;
}

#top_left_panel_int {
	background: #EFDEC9 url(images/site_right_panel_top.png) no-repeat left top scroll;
	height: 15px;
	margin-left:20px;
}

#before_bottom_table {
	background: transparent;
}

#bottom_left_panel {
	background: #EFDEC9 url(images/site_left_panel_bg.png) no-repeat right bottom scroll;
	width: 730px;
}

#bottom_left_panel_int {
	background: transparent url(images/site_left_panel_top.png) no-repeat right top scroll;
	height: 15px;
}

#bottom_main_bg {
	background: #FFFFFF;
	width: 20px;
}

#bottom_right_panel {
	background: #EFDEC9 url(images/site_right_panel_bg.png) no-repeat left bottom scroll;
	width: 250px;
	height: auto;
}

#site_footer {
	background: #FFFFFF url(images/site_footer_bg.png) no-repeat right bottom scroll;
	width: 100%;
	height: 143px;
}

#site_footer_table {
	background: transparent;
	width: 1000px;
	height: 115px;
	margin-top: 28px;
}

#site_footer_line {
	background: #AA0220;
	width: 100%;
	height: 8px;
}

#cloud {
	padding:10px;
	border:3px solid #FFF9F3;
	margin:10px;
	font-size:15px;
	text-align:center;
}

#epigraph {
	color:#89021A;
}

#epigraph h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	width: auto;
	margin:0;
	padding:0;
	color:#89021A;
	border:0;
	display:inline;
}

#epigraph h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	width: auto;
	margin:0;
	padding:0;
	color:#89021A;
	border:0;
	display:inline;
}

