/* 
- SITE STRUCTURE ------------------------------------------------------ */

*
{
	margin: 0;
	padding: 0;
}


body
{
	background: #a5c7d9 url(../sleepfx-images/bg-home.gif) top center repeat-y;
	color: #inherit;
	text-align: center;
}

#wrapper
{
	width: 850px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;

}

* html #wrapper
{
	height: 100%;
}
/*
- LEFT SIDE - PHOTO -------------------------------------------*/
#left{
	float:left;
	width:596px;
}

/*
 - RIGHT SIDE - LOGO MENU -----------------------------------------*/

#right{
	float:left;
	width:254px;
	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.rightmenu {
	width: 254px;
	background:  url(../sleepfx-images/menu-container.jpg) no-repeat;
	height: 234px;
	}

.rightmenu span {
	padding: 25px;	
	
	}
	
.rightmenu li a {
	height: 51px;
 	font: bold 90% "Century gothic" Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.4em;
	}	
	
.rightmenu li a:link, .rightmenu li a:active,.rightmenu li a:visited {
	color: #000000;
	display: block;
	background:  url(../sleepfx-images/menu-bg.jpg) no-repeat;
	padding: 2px 10px;
	text-decoration: none;
	}
	
.rightmenu li a:hover {
	color: #5d3d3d;
	background:  url(../sleepfx-images/menu-bg.jpg) no-repeat;
	padding: 2px 10px;
	}	

.rightmenu li a:focus {
	outline: none;
}
	
		
/*
 - MIS ----------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}

	.clearfloat {
	clear:both;
	}

/*
- BOTTOM ------------------------------------------------------ */
#bottom {
	background: url(../sleepfx-images/bg-homebottom.jpg) no-repeat;
	height:52px;
	width:850px;

	}
#bottom p{
	color: #155577;
	text-align: left;	
	letter-spacing:.05em;
	background: transparent;
	width: 830px;
	padding-left: 20px;
	font: normal 89% "Times New Roman", Times, serif;
	}
#bottom a:link, #bottom a:active, #bottom a:visited {
	color: #5f727c;
	padding: 2px;
	text-decoration: none;
	}
#bottom a:hover {
	color: #607a92;
	padding: 2px;
	text-decoration: none;
	}
	



.website-credit {
	text-align: right;
	margin:10px;
	padding:10px;
	font: normal 74% Helvetica, sans-serif, Verdana, Arial;
	}
