@charset "utf-8";
/* CSS Document */

    body {
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 13px;
	text-align: center; /* for IE */
	margin: 0px;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	word-spacing: normal;
	background-color: #0D0D0D;
	background-image: url(images/stripe.png);
	color: #FFF;
	background-repeat: repeat;
	background-attachment: fixed;
        }

a {
text-decoration: none;
color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
    }

.H1 {
	font-size: 16px;
}

#body {
    float: right;
    width: 600px;
}
#bodywide {
    width: 760px;
	padding: 20px;
}
#headerimages {
	background-image:url(media/newheader.jpg);
	width: 800px;
	height: 166px;
	background-position: bottom;
	}
H3 {
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 14px;
}
.home {
	font-weight: bold;
	font-size: 16px;
}
#logo {
	width: 120px;
	height: 120px;
	position: fixed;
}
#TopMenu {
	margin: 0 auto;   /* align for good browsers */
	text-align: right; /* counter the body center */
	width: 790px;
	height: 20px;
	padding: 5px;
	background-color: #0d0d0d;
	position: fixed;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d0d0d0;
}

#menu {
    float: left;
    width: 180px;
    position: fixed;
    top: 100px;
}

#next {
    float: left;
    width: 180px;
    position: fixed;
    top: 500px;
	text-decoration: none;
}
#next a:hover {
	text-decoration: none;
	color:#03C;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#menu a
{
display: block;
padding: 9px;
width: 110px;
border-bottom: 1px solid #333;
text-decoration: none;
color: #FFF;
}

#menu a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#menu a:hover
{
    color: #00C;
}

#header {
    margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
    position: fixed;
    width: 800px;
    height: 100px;
    background-color: #0D0D0D;
	padding-top: 10px;
}
#contactleft {
	float: left;
	width: 230px;
}
#contactright {
	float: right;
	width: 230px;
}

div.clear {
clear: both;
}

.PicBorder {
	background-color: #999;
	border: 10px solid #333;
}
.PicBorderLeft {
	float: left;
	margin-right: 10px;
	background-color: #999;
	border: 10px solid #333;
}
.ApartmentsGallery {
	border: 5px solid #333;
}
.smaller {
	font-size: 11px;
}
.right {
	text-align: right;
	font-size: 10px;
	padding-right: 15px;
}
#error {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position: fixed;
	background-color: #333;
	padding: 40px;
	height: 200px;
	width: 400px;
	margin-top: 150px;
	margin-left: 160px;
	border: 5px solid #F00;
	font-size: 18px;
}
.booked {
	color: #F00;
}
.blank {
	color: #CCC;
}