/***
General styles
***/

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	
	background-color: #FFFFDD;
}

.left {
	float: left;
}

.right {

	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

/***
Text styles
***/

h2 {
	margin-bottom: 10px; 
}

h3 {
	margin-bottom: 5px; 
}

p {
	margin-bottom: 5px; 
}



.apartment img {
	margin-right: 10px;
}

.surrondings img {
	margin-right: 10px;
}

.margin_bottom {
	padding-bottom: 10px;
}

.main_content {
	width: 1180px;
	margin: 0 auto;
}

.no_decoration {
	text-decoration: none;
}

/*****
Top
*****/
.top_margin {
	padding-bottom: 40px;	
}

.top h1 {
	color: #333333;
	padding-top: 26px;
}

/*****
Links
*****/
.links {
	width: 160px;
	height: 100%;
}


.links ul {
	list-style-type:none;
}

.links ul .active a {
	font-weight: bold;
}

.links a {
	text-decoration: none;
	color: #0099FF;
}

.right_area {
	width: 160px;
	height: 100%;
}

/*****
Content
*****/
.content {
	width: 860px;
	color: #333333;
}

.content p {
	margin-bottom: 20px;
	color: #333333;
}

.content.contact {
	text-align: left;
}

.content.contact h3 {
	margin-bottom: 20px;
}

.bottom {
	height: 40px;
}
