/***********************************************/
/* Room_Re-Decorators.css                      */
/* Use with css_template_1.html                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-image: url(images/diag_bkgd.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#menu_bar {
	position:absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
		z-index: 4;
}
#menu_bar #menu_images{
	position:relative;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*JAVA MENU - begin*/
#menu_bar #menu_images ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	top: 0px;
	left: 50px;
	height: 30px;
	float: left;
	width: 700px;
	position: absolute;
	text-align: left;
	background-image: url(images/rgt_menu_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:5;
}
/*Top level list items*/
#menu_bar #menu_images ul li{
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline;
	height: 30px;
	left: 0px;
	float: left;
	z-index: 6;
}
/*Top level menu link items style*/
#menu_bar #menu_images ul li a{
display: block; /*Width of top level menu link items*/
padding: 0;
margin: 0;
border: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
}
/*Sub level menu*/
#menu_bar #menu_images ul li ul{
	left: -1px;
	top: 0px;
	border-top: 1px solid #202020;
	position: relative;
	display: block;
	visibility: hidden;
	z-index: 7;
	margin: 0px;
	padding: 0px;
	width: 100px;
}
/*Sub level menu list items*/
#menu_bar #menu_images ul li ul li{
top: 0px;
margin: 0px;
padding: 0px;
display: inline;
float: none;
z-index:8;
}
/* Sub level menu links style */
#menu_bar #menu_images ul li ul li a{
/*width: 100px; /*width of sub menu levels*/
font-weight: normal;
background: url(images/menubg.gif) center center repeat-x;
padding: 2px 5px;
border-width: 0 1px 1px 1px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
text-decoration: none;
color: #000000;
}
/*#menu_bar #menu_images ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
color: #990000;
}*/
#menu_bar #menu_images ul li ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
color: #990000;
}
#menu_bar #menu_images #cssmenu1 #rgt_end {
	position: relative;
	height: 30px;
	width: 60px;
	top: 0px;
	left: 0px;
	float: right;
}
/*JAVA MENU - end*/
#header #header_image {
	height: 90px;
	width: 800px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	text-align: right;
	left: 0px;
}
#site_tag{
	padding: 40px 22px 0 0;
	color: #990000
}
#body{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
#body #body_image{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(images/body1.gif);
	background-repeat: repeat;
}
#body #text{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}
#body #body_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#body #footer {
	position: relative;
	width: 800px;
	height: 63px;
	top: 0px;
	left: 0px;
	background-image: url(images/footer1.gif);
	background-repeat: no-repeat;
}
#body #footer #footer_menu {
	position: relative;
	width: 547px;
	height: 48px;
	top: 15px;
	left: 122px;
}
#body #footer #footer_menu #links_list {
	position: relative;
	left: 0px;
	top: 0px;
	color:#990000;
	width: 524px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#body #footer #footer_menu #links_list li {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#body #footer #footer_menu #links_list a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #990000;
}
#body #footer #footer_menu #links_list a:hover {
	color:#FF0000;
}
