@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	background-image:url('/media/images/maddigans_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #6d071c;
}


h1, h2, h3, h4, h5, h6 {
	color: #FFF;
}
h1 {
	font-size: 19px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffd503;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}
.galleryDisplay img {
	display:block;
}


/* ID'S */
#googlemap {
	width: 550px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 20px;
}
ul#sidemenu {
	list-style: none;
	margin-left: 10px;
	line-height: 1.8;
}
#sidemenu li a {
	color: #663366;
	font-size: 18px;
}
#sidemenu img {
	width: 20px;
	margin-right: 7px;
	margin-bottom: 5px;
}


.pic2 {
  border:8px solid #999999;
  display:inline;
  margin:0 10px 10px;
  padding:1px;
}
.pic3 {
  border:8px solid #999999;
  display:inline;
  margin:0 85px 10px;
  padding:1px;
}

/* PROPERTIEs*/
.property {
	width: 880px;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
	min-height: 100px;
	border-top: 1px solid #666;
	border-right: 2px solid #666;
	border-left: 1px solid #666;
	border-bottom: 3px solid #666;
}
.propleft {
	float: left;
	font-weight: bold;
	width: 260px;
}
.propleft h3 {
	font-weight: bold;
	text-transform: uppercase;
}
.propleft img {
	border: 1px solid #666;
	margin-top: 10px;
}
.propright {
	float: right;
	margin-left: 20px;
	width: 600px;
	margin-top: 20px;
}
.propright h2 {
	font-weight: bold;
	text-transform: uppercase;
}
.propright span {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-transform: uppercase;
}

/* SIDE IMAGES */
#sideimg1 {
	width:263px;
	float: left;
	margin-top: 30px;
}
#sideimg2 {
	width:264px;
	float: right;
	margin-top: 30px;
}


