@charset "utf-8";
/* CSS Document */

body {
	background: #191919 url('../images/background.png') repeat-x top;
	color: #999;
	margin:0px;
	padding:0px;
	}
	
  /**********************************/
 /***********Container *************/
/**********************************/
.container{
	width:900px;
	margin:auto;
	}

  /**********************************/
 /*************header **************/
/**********************************/

.header{
	width:900px;
	height:110px;
	background-image:url(../images/divinity.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
	
  /**********************************/
 /**********Navigation *************/
/**********************************/

.navigation{
	background-image:url(../images/navi.png);
	background-repeat:repeat-x;
	float:left;
	width:220px;
	height:360px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color:#FFFFFF;
	padding-right:30px;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	font-size:20px;
	line-height:1.6em;
	}


.navigation-title a{
	margin-top:5px;
	height:50px;
	font-size:22px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:1.6em;
	}

.navigation-title a:hover{
	font-size:22px;
	text-decoration:none;
	color:#000000;
	height:50px;
	line-height:1.6em;
	}

.navigation-subtitle a{
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	height:50px;
	line-height:1.2em;
	}

.navigation-subtitle a:hover{
	font-size:15px;
	text-decoration:none;
	color:#000000;
	height:50px;
	line-height:1.2em;
	}
	
a.selected
	{
	text-decoration: none;
	color:#000000;
	} 

  /**********************************/
 /************Content **************/
/**********************************/

.content-container{
	text-align:left;
	vertical-align:top;
	background-image:url(../images/content.png);
	background-repeat:no-repeat;
	float:right;
	height:400px;	
	width:608px;
	margin-left:2px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-right:40px;
	}
.content{
	width:588px;
	height:360px;
	margin:20px;
	padding-right:40px;
	overflow:auto;
	}

.content p{
	text-align:justify;
	}

.content strong{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size:13px;
	font-weight:bold;
	}
.content em{
	font-size:10px;
	font-weight:bold;
	}

.content span{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#b84f8e;
	font-weight:bold;
	}

.content h1{
	font-family: Georgia, Times, 'Times New Roman', serif;
	color:#FFFFFF;
	font-size:16px;
	}
.content a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.content a:hover{
	color:#FFFFFF;

	}
	
  /**********************************/
 /**************team ***************/
/**********************************/
.team img{
	margin: 0px 10px 10px 0px;
	border:#FFFFFF 2px solid;
	}
	
  /**********************************/
 /**************salon ***************/
/**********************************/

.salon{

	text-align:left;
	}

.salon img{
	margin: 0px 10px 10px 0px;
	border:#FFFFFF 2px solid;
	width:50px;
	height:50px;
	}
	
  /**********************************/
 /*************footer***************/
/**********************************/
.footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:206px;
	width:700px;
	margin-top:400px;
	text-align:right;
	padding-right:200px;
	}
