/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Georgia", Tahoma, Verdana, sans-serif;
  background-color:#000;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

#content ul {
	margin-left: 15px;
}

h1, h2, p {
  margin: 1em 0;
}

h1 img {
	margin-left: 20px;
	float: right;
}

#wrapper {
  background-color: #fff;
}

#branding {
  height: 288px;
  text-align: left;
}


#navigation {
	height: 36px;
	background: url(../images/navbg.gif) repeat-x top left; 
	text-align: left;
	padding-left: 30px;
	padding-top: 4px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin-right: 25px;
	font-size: 1.5em;
	font-weight: bold;
}

#navigation li a {
	color: #000;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#lowernav {
	height: 25px;
	text-align: center;
	padding-left: 30px;
	padding-top: 4px;
}

#lowernav li {
	display: inline;
	list-style: none;
	margin-right: 25px;
	font-size: 1.2em;
	font-weight: bold;
}

#lowernav li a {
	color: #000;
	text-decoration: none;
}

#lowernav li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#footer {
  background-color:#CCA528;
  padding: 1px 20px;
  color: #000;
  font-size: 0.8em;
}

.clear {
	clear: both;
}

.img_right {
	float: right;
	padding-left: 20px;
}

.img_right img {
	border: 2px solid #292769;
}

.img_left { 
	float: left;
	padding-right: 20px;
}

.img_left img {
	border: 2px solid #292769;
}

.bedroom_main {
	width: 450px;
	margin: 0 auto;
}

.bedroom_thumb {	
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}


/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 1000px; 
  margin: 0 auto; 
  background: #CCA528 url(../images/content-bg.gif) no-repeat top right;
}


#content { 
  width: 73%;
  margin-left: 25px;
  margin-right: 250px;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px;
  text-align: justify;
  margin-top: 15px;
}

#footer { 
  clear: both; 
} 

#content form {
  font-size: 1.4em;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
	text-align: left;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#content input:focus, textarea:focus {
	background: #ffc;
}

#content input.radio {
    float: left;
	margin-right: 1em;
}

#content textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}


/* Add some padding 
================================== */


#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}