/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	background-image:url(images/rooms_bkgrnd.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50px 70px;
	padding-left: 50px;
	padding-top: 85px;
	color:#444444;
	font-size:13px;
		}

#text_rmdsrcptn1 {
	width: 630px;
	color:#444444;
	font-weight:425;
	font-size:16px;
	border-bottom:solid;
	border-bottom-color:#444444;
	border-bottom-width: 1px;
	}	

#footer {
	width: 660px;
	height: 10px;
	padding-top:2px;
	padding-left:15px;
	}

#links1 {
	font:14px/14px "Times New Roman", Times, serif;
	font-weight:700;
	width: 340px;
	text-align:right;
	color:#444444;
	padding-right:45px;
	padding-top: 30px;
	float:right;
	}	

#links_spacer {
	width: 630px;
	height: 30px;
	text-align:right
	}
	
#links_spacer2 {
	width: 630px;
	height: 15px;
	text-align:right
	}
	
a {
	color:#444444;
	font-size:13px;
	text-decoration:none;
	font-weight:200;
	font-family:"Times New Roman", Times, serif;
        }
		
a:link {color:#3366CC;}
a:visited {color:#003366;}
