body{
	margin: 0;
	padding: 0;
	background: #EFEBCF url(bg/bgout.jpg);
	font-family: Arial, Helvetica, sans-serif;
	}
ul, li {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	}
a:link, a:visited, a:hover, a:active { color: #999999; }
#maincontainer {
	width: 920px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	color: #666666;
	border: 1px solid #999999;
	background: #FBF7E6;
	}
#contentwrapper {
	float: left;
	width: 100%;
	}
#contentwrapper h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	}
#contentwrapper p {
	margin: 10px 0 0 0;
	padding: 5px 20px 0 0;
	font-size: 0.9em;
	}
#content_apartment, #content_location, #content_photos, #content_rates, #content_contact {
	height: 520px;
	margin-left: 200px; /*Set left margin to Side Width*/
	padding: 15px 50px 50px 50px;
	line-height: 1.5em;
	text-align: justify;
	}
#content_apartment {
	background: url(bg/apartment-main.jpg) bottom no-repeat;
	}
#content_location {
	background: url(bg/location-main.jpg) bottom no-repeat;
	}
#content_photos {
	background: url(bg/photos-main.jpg) bottom;
	}
#content_rates {
	background: url(bg/rates-main.jpg) bottom no-repeat;
	}
#content_contact {
	background: url(bg/contact-main.jpg) bottom no-repeat;
	}
#top	{
	height: 75px;
	padding: 0;
	margin: 0;
	background: url(bg/nice-cozy-apartment-paris-top.jpg); 
	}
#top h1 {
	font-size: 0;
	text-indent: -9999px; 
	}
#side_apartment, #side_location, #side_photos, #side_rates, #side_contact {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -920px; /*Set left margin to -(MainContainerWidth)*/
	padding-top: 12px;
	height: 573px;
	display: inline; /*Fixes IE doubletake bug*/
	}
#side_apartment { background: url(bg/apartment-side.jpg) no-repeat; }
#side_location { background: url(bg/location-side.jpg) no-repeat; }
#side_photos { background: url(bg/photos-side.jpg) no-repeat; }
#side_rates { background: url(bg/rates-side.jpg) no-repeat; }
#side_contact { background: url(bg/contact-side.jpg) no-repeat; }

#side_apartment ul li, #side_location ul li, #side_photos ul li, #side_rates ul li, #side_contact ul li {
	list-style-type: none;
	height: 30px;
	width: 128px;
	margin:  0 0 0 30px;
	padding: 5px 0 0 15px;
	color: #df775c;
	font-weight: bold;
	display: block;
	}
#side_apartment li a, #side_location li a, #side_photos li a, #side_rates li a, #side_contact li a { 
	height: 30px;
	color: #df775c;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: block;
	}
#side_apartment a:hover, #side_location a:hover, #side_photos a:hover, #side_rates a:hover, #side_contact a:hover {
	text-decoration: none;
	color: #7a9ab4;
	padding: 5px 0 0 15px;
	margin: -5px 0 0 -15px;
	background:url(bg/current.gif) no-repeat 0 0;
	}
#side_apartment .current, #side_location .current, #side_photos .current, #side_rates .current, #side_contact .current	{
	font-weight: bold;
	height: 30px;
	color: #7a9ab4;
	background:url(bg/current.gif) no-repeat left top;
	}
.contact {
	text-align: center;
	}
.photothums {
	float: left;
	width: 100px;
	}
.photothums li {
	padding-bottom: 10px;
	}
.photothums ul {
	margin-top: 20px;
	}
.photothums img {
	vertical-align: bottom;
	border: 0;
	}
.photo {
	margin: 20px 0 0 110px;
	}
.photo img {
	border: 1px solid #939393;
	}
.map {
	float: right;
	margin-left: 30px;
	}
.map img
	{ border: none;
	}
a.mail:link, a.mail:visited, a.mail:active {
	color: #585858;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	}
a.mail:hover {
	color: #867b6c;
	}
#credit {
	width: 920px;
	margin: 0 auto;
	padding-top: 5px;
	color: #666666;
	font-size: 0.8em;
	text-decoration: none;
	text-align: right;
	}
a.mymail:link, a.mymail:visited, a.mymail:active {
	color: #666666;
	text-decoration: none;
	}
a.mymail:hover {
	color: #CC6633;
	text-decoration: none;
	}