/* SU HOTEL SITE WEBSITE */

body {
background: #3333ff url(../images/pg_backgrad.gif) top repeat-x;
}

#site_top {
width: 800px;
height: 20px;
margin: 0 auto;
background: url(../images/shadow_top.png) bottom left no-repeat;
}

#site_wrapper {
width: 800px;
margin: 0 auto;
background: url(../images/shadow_side.png) top left repeat-y;
}

#site_content_wrap {
width: 780px;
margin: 0 auto;
background: #fff;
}

#site_header {
float:left;
width: 760px;
line-height: 20px;
text-align: right;
margin: 0 0 5px 0;
}

#site_banner {
float:left;
width: 780px;
}

#site_content {
float: right;
width: 740px;
margin: 20px 10px 20px 20px;
padding: 0 0 20px 0;
background: #ffffee;
}

#site_menu {
float: left;
width: 180px;
margin: -10px 0 0 -20px;
}

#site_menu ul {
list-style-type: none;
font-family: Georgia,'Times New Roman',Times,serif;
font-size: 1.2em;
font-weight: 600;
margin: 0 0 0 15px;
padding: 0;
}

#site_menu li {
margin:0;
padding: 0;
list-style-position: outside;
}

#site_menu li a {
display: block;
width: 140px;
padding: 3px 0;
margin: 3px 0;
border-top: #cccc99 solid 1px;
color: navy;
}

#site_menu li a:hover {
color: #cc0000;
text-decoration: none;
}

#site_menu li a.first, #site_menu li ul li a {
border-top: none;
}

#site_menu li a.selected {
color: #cc0000;
}

#site_menu li li a {
width: 120px;
margin: -8px 0 0 0;
padding:0;
font-size: 0.8em;
font-weight: 500;
}

#site_menu_top {
float: left;
width: 180px;
height: 20px;
background: url(../images/menu_top.png) bottom left no-repeat;
}

#site_menu_sides {
float: left;
width: 180px;
background: #ffffdd url(../images/menu_side.png) top left repeat-y;
}

#site_menu_bottom {
float: left;
width: 180px;
height: 20px;
background: url(../images/menu_bottom.png) top left no-repeat;
}

#site_main {
float: left;
width:350px;
padding: 0;
margin: 20px 10px 0 10px;
}

#site_main_column {
float: left;
width:560px;
padding: 0;
margin: 20px 0 0 10px;
}

#site_col {
float: right;
width:200px;
margin: 20px 10px 0 0;
}

#site_main_lower {
float: left;
width:560px;
padding: 0;
margin: 0 0 0 170px;
}

#site_footer {
float:left;
width: 760px;
padding: 10px 0 10px 0;
margin: 10px;
border-top: #cccc99 solid 1px;
border-bottom: #cccc99 solid 1px;
text-align: center;
}

#site_links {
float:left;
width: 760px;
margin: 10px;
text-align: center;
}

#site_credits {
float:left;
width: 760px;
padding: 10px 0 0 0;
margin: 10px;
border-top: #cccc99 solid 1px;
text-align: center;
}

#site_credits a:link, #site_credits a:visited {
color: #666;
}

#site_credits a:hover, #site_credits a:active {
color: #333;
}

#site_bottom {
width: 800px;
height: 20px;
margin: 0 auto;
background: url(../images/shadow_bottom.png) top left no-repeat;
}

.section {
width: 100%;
padding: 10px 0;
margin: 10px 0;
border-top:#CCCC99 solid 1px;
border-bottom:#CCCC99 solid 1px;
}