body {
	margin: 0;
}

#header {
	height: 70px;
	background: url(../images/header.gif) repeat-x;
	padding: 15px;
}

#header h1 {
	max-width: 1024px;
	margin: 0 auto;
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
}

#header h1 a {
	color: black;
	text-decoration: none;
}

#header p {
	max-width: 1024px;
	margin: 3px auto;
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 16px;
}

#container {
	margin: 10px auto;
	max-width: 1024px;
}

#sidemenu {
	float: right;
	width: 200px;
}

#sidemenu .box {
	margin: 5px 5px 15px 5px;
	background: #C2E1F0;
	color: #63727A;
	padding: 5px;
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 13px;
	border: 2px solid #63727A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidemenu p {
	margin: 5px 0;
}

#sidemenu a {
	color: #63727A;
}

#content {
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 13px;
	margin-right: 230px;
	line-height: 165%;
	padding-left: 10px;
	padding-right: 10px;
}

#content h2 {
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 16px;
}

#content h3 {
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 13px;
}

#content a {
	color: blue;
}

#content a.villa:visited {
	color: #002B9F;
}

#content .disabledlink {
	color: grey;
	text-decoration: underline;
}

#footer {
	clear: both;
	font-family: 'Trebuchet Ms', Verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#latedeals {
	margin: 0pt auto;
	display: table;
}

#latedeals div.latedeal {
	width: auto;
	margin: 0 auto 15px;
	padding: 10px;
	background-color: #C2E1F0;
	border: 2px solid #63727A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#latedeals div.latedeal p {
	margin: 0 0 8px;
}

#latedeals div.latedeal form p {
	text-align: center;
}

#latedeals div.latedeal td {
	padding-right: 10px;
}

table#prices {
	text-align: center;
}

#buttons {
	text-align: center;
}

#buttons img {
	margin-bottom: 10px;
}

thead {
	 font-weight: bold;
}

label {
	cursor: pointer;
}

input, textarea, select {
	font-size: 1em;
	font-family: 'Trebuchet Ms', arial, sans-serif;
}

table.details {
	border-collapse: collapse;
	border: 1px solid black;
}

table.details td, table.form td {
	padding: 3px;
}

table.details thead td {
	border-bottom: 1px solid;
	background-color: #FFD93D;
	font-weight: bold;
}

table.form tr.header td {
	background-color: #FFD93D;
	font-weight: bold;
}
