* {
    margin:0;
    padding:0;
}

body {
	background-color: #003d4c;
	color: #fff;
	font-size: 12px;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif, sans;
}

a {
    color: #8bb9df;
    white-space: nowrap;
    text-decoration: none;
}

a:hover {
    color: #c2c2c2;
}

ul {
    margin: 10px;
}

ul li {
    display: inline;
    margin-left: 5px;
}

p {
    margin-top: 10px;
}

ul.vertical li {
    display: list-item;
}

div.container > h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    font-size: 15px;
}

div.container > script {
    text-align: center;
}

#container {
	margin: 10px;
}

.line {
    background-color: #afafaf;
    width: 100%;
    height: 3px;
}

.menu {
    background-color: #d8d8d8;
    border-bottom: 1px dotted #003d4c;
    text-align: center;
    padding: 3px;
}

.menu ul {
    margin: 0;
}

.menu ul li a {
    color: #232323;
    margin: 0 5px;
}

#header {
    background-image: url(../img/bg_header.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 100%;
    height: 80px;
}

#header h1 {
    padding: 20px 40px;
}

#header h1 a {
    color: #fff;
    text-decoration: underline;
}

.navi {
    text-align: center;
}

.navi a {
    font-weight: bold;
}

.hotel .images {
    padding: 25px 10px;
}

.images img {
    margin: 3px;
    border: 10px solid #202020;
}

.paginate {
    text-align: center;
}

#footer {
    text-align: center;
}
