/* CSS Document */

body{
margin:0px;
background:url(images/bgd.jpg) repeat-x;
font-family:tahoma;
color:#999999;
font-size:12px;
}

p{
font-family:tahoma;
font-size:13px;
color:#171717;
margin:10px;
margin-left:15px;
margin-right:15px;
}


/* link */
a:link {
	color: #772222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #772222;
}
a:hover {
	text-decoration: none;
	color: #5b5b5b;
}
a:active {
	text-decoration: none;
	color: #772222;
}


.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border:1px solid #999999;
}


h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin:5px;
margin-left:15px;
color:#5b5b5b;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:5px;
margin-left:15px;
color:#2a5c16;
}

.h1_light{
font-weight:lighter;
}

h3{
font-family:tahoma;
font-size:11px;
margin:3px;
margin-left:10px;
color:#FFFFFF;
text-shadow:#000000;
}


.bgd_white {
background:#FFFFFF;
}

.bgd_room1 {
background:url(images/right_pic1.jpg) no-repeat;
height:123px;
}

.bgd_room2 {
background:url(images/right_pic2.jpg) no-repeat;
height:123px;
}

.bgd_room3 {
background:url(images/right_pic3.jpg) no-repeat;
height:123px;
}


.footer{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#5b5b5b;
padding-left:20px;
padding-right:20px;
margin:3px;
background:#f4e8e0;
}

.black {
color:#000000;
}

.floatRight{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
}

.brdrPadd{
border:1px solid #CCCCCC;
padding:2px;
}

.margin5 {
margin:5px;
}

.text_10{
font-family:tahoma;
font-size:10px;
color:#171717;
}

.gray_bgr {
background: #CCCCCC;
}

.gallery {
width:925px;
float:left;
margin-left:10px;
margin-right:20px;
margin-bottom:10px;
}

/* link */
a.whiteLink:link {
	color: #fff;
	text-decoration: none;
}
a.whiteLink:visited {
	text-decoration: none;
	color: #fff;
}
a.whiteLink:hover {
	text-decoration: none;
	color: #cecece;
}
a.whiteLink:active {
	text-decoration: none;
	color: #fff;
}


.menuBg{
height:24px;
background:url(images/pattern_menu.jpg) repeat-x center;
}

.topBg{
background:url(images/top.jpg) no-repeat center;
height:111px;
}

.redText {
color:#772222;
}
