/* CSS Document for The Organ Loft Apartments
   Created by Ross Musselman, Zanlus.com */

body
{	background-color:#ffffff;
}

#header_frontpage
{	top:50px;
	left:320px;
	width:550px;
	height:100px;
	position:absolute;
	z-index:1;
	background-image:url(assets/elegance.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#header
{	top:50px;
	left:10px;
	width:550px;
	height:100px;
	position:absolute;
	z-index:1;
	background-image:url(assets/header.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#photographs
{	top:70px;
	left:10px;
	width:300px;
	height:400px;
	position:absolute;
	z-index:3;
	overflow:hidden;
	border: thin solid #000000;
}

#index
{	top:10px;
	left:10px;
	width:600px;
	height:30px;
	z-index:1;
	position:absolute;
	overflow:hidden
	border:none;
}

.noborder
{	border:none;
}

#submenu
{	top:0px;
	right:10px;
	width:200px;
	height:100px;
	position:absolute;
	z-index:2;
	font-family:Times, "Times New Roman", serif;
	font-size:1.2em;
	font-variant:normal;
	font-weight:normal;
	color:#000;
	text-align:center;
	padding:10px;
}

#submenu a
{	color:#005000;
}

#submenu a:hover
{	text-decoration:underline;
}

#text
{	top:150px;
	left:340px;
	min-width:200px;
	height:400px;
	z-index:3;
	position:absolute;
	overflow:visible;
}

h1, h2, h3, h4, h5, h6
{	font-family:Times, "Times New Roman", serif;
	color:#7b2313;
}

h1
{	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}

h2
{	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}

h3
{	font-size:1.4em;
	font-weight:bold;
	text-align:left;
}

h4
{	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

h5
{	font-size:1.0em;
	font-weight:bold;
	text-align:left;
}

h6
{	font-size:0.8em;
	font-weight:bold;
	text-align:left;
}

a
{	color:#7b2313;
	text-decoration:none;
}

table
{	width:100%;
}

tr
{	vertical-align:top;
}

td
{	padding:20px;
}

.top
{	text-align:right;
}

caption
{	border-bottom: 1px solid #000;
}

.floorplan
{	border:none;
	float:right;
	width:50px;
	margin-left:50px;
	margin-right:50px;
}

.bottom-align
{	vertical-align:bottom;
}

.front-page
{	font-size:1.3em;
}