  	body {
		color: #333333;
  		font-family:Verdana,Arial,Helvetica,Sans-serif;
	 	font-size: 76%;	
		padding: 0px; 
		background: url('img/stripe3.png');
   	}
  
	a {
		color: #000000;
		text-decoration: none;
	} 

	a.selected {
		color: #800517;
	}

	a:hover {
		color: #800517;
	}

	.wrapper {
		width: 800px;
		margin: 10px auto;
	}

	.header {
		background-color: pink;
		border-top: solid #000000 10px;
		border-bottom: solid #000000 3px;
		margin-bottom: 15px;	
	}

	.top-nav {
		font-size: 12px;
	}

	.top-nav ul {
		margin-left: 80px;
	}

	.top-nav li {
		float: left;
		list-style-type: none;
		margin-right: 30px;
		text-transform: uppercase;
	}
	
	.main {
	
	}
	
	.left-col {
		float: left;
		width: 180px;
	}

	.left-col li {
		list-style-type: none;
		margin-bottom: 3px;
	}

	.left-col li a {
		margin-left: 5px;
	}

	.left-col .hours {
		margin-top: 80px;
	}

	.main-body {
		float: left;
		margin-bottom: 25px;
		width: 520px;
	}

	.main-body table {
		margin: 0px auto;
	}

	.full-panel {
		margin: 30px 50px;
	}

	.full-panel .left-col {
		float: left;
		width: 200px;
	}

	.full-panel .right-col {
		float: left;
	}
 
	.footer {
		background-color: #000000;
		color: #FFFFFF;
		height: 20px;
	}
	
	.address {
		margin-left: 200px;
	}

	.clear {
		clear: both;
	}

   	table.contentpanel {
   		width: 800px;
   		padding: 0px;
   	}
   	
   	td.leftpanel {
   		display: block;
   		/*height: 450px;*/
   		width: 200px;
   		vertical-align: top;
   	}
   	
   	td.rightpanel {
   	 /*border: solid 1px red;*/
   	}
   	
   	.heading {
   		font-size:13px;
   		font-weight: bold;
   	}
   	
   	.wrapper {
   		width: 800px;
   		position: relative;
   		margin: 0px auto;
   		padding: 0px;
   		background: white;
   		border: black solid 1px;
	}
	
	.black_stripes {
		  border-top: black solid 5px;
		  border-bottom: black solid 5px;
		  background: url('img/blackstripes1.png') repeat; 
		  height: 158px;
	}
	
	.name { 
		  background: url('img/name2.png') no-repeat;
		  margin: 10px auto;
		  height: 138px;
		  width: 356px;
 	}
 	
 	.divider {
 	    border-top: black 2px solid;
 		border-bottom: black 2px solid;
 		height: 5px;
 	}
 	
 	a.about {
 		background: url('img/aboutblack.png') no-repeat;
 		display: block;
 		width: 185px;
 		height: 29px;
 	}
 	
 	.about-selected {
 	 	background: url('img/aboutred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}
 	
 	/*a.about:hover {
 		background: url('img/aboutred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}*/
 	
 	a.events {
 		background: url('img/eventsblack.png') no-repeat;
 		display: block;
 		width: 185px;
 		height: 29px;
 	}
 	
 	/*a.events:hover {
 		background: url('img/eventsred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}*/
 	
 	.events-selected {
 		background: url('img/eventsred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}
 
  	a.fashionlines {
 		background: url('img/fashionlinesblack.png') no-repeat;
 		display: block;
 		width: 185px;
 		height: 29px;
 	}
 	
 	 .fashionlines-selected {
 		background: url('img/fashionlinesred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}
 	
 	/*a.fashionlines:hover {
 		background: url('img/fashionlinesred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}*/
 	 
  	a.contact {
 		background: url('img/contactblack.png') no-repeat;
  		display: block;
 		width: 185px;
 		height: 29px;
 	}
 	
 	 .contact-selected {
 		background: url('img/contactred.png') no-repeat;
  		display: block;
 		width: 185px;
 		height: 29px;
 	}
 	
 	/*a.contact:hover {
 		background: url('img/contactred.png') no-repeat;
 		width: 185px;
 		height: 29px;
 	}*/
 	
   	.top_menu {
   		height: 20px;
   		padding-top: 15px;
   		padding-bottom: 5px;
   		padding-left: 250px;
   		/*font-weight: bold;*/
   	}
    
   	.top_menu ul {
		padding: 0px;
		margin: 3px;
		float: left;
		width: 100%;
	}

   	.top_menu ul li { 
		display: inline;
		font-size:13px;
		color: black;
		float: left;
	}

   	.top_menu ul li a {
		padding: 0px 10px;
		text-decoration: none;
		color: black; /*#9a0b0b;*/
	}
	
	 .top_menu ul li a:hover {
		color:red;
	}
	
	.main_content {
		height: 100%;
		width: 100%;
	}
	
	.left_info {
		margin-left: 40px;
		padding: 10px;
		height: 180px;
		width: 130px;
		padding: 0px;
		background-color: black;
		border-top: 2px red dotted;
		border-bottom: 2px red dotted;
		color: white;
		float: left;
		font-size: 13px;
		text-align: center;
	}
	
    .left_menu {
		margin: 20px;
		height: 180px;
		width: 150px;
		padding: 0px;
		float: left;
		font-size: 13px;
		text-align: center;
	}
   	
	.footer {
	//	padding-top: 20px;
	}
 	
 	.center_panel_fixed {
 		vertical-align: top;
 		margin-left: 30px;
 		margin:0px;
 		width: 550px;
 	}
 	
  	.center_panel {
 		margin-left: 30px;
 		padding: 0px;
 		width: 550px;
 	}
 	
 	.center_text {
  		font-family:Verdana,Arial,Helvetica,Sans-serif; 
        font-size: 12px;
        margin-left: 40px;
        padding: 40px;
        border: solid black 1px;
 	}
 	
 	 .center_footer {
 	    font-size: 12px;
		height: 20px;
 	}

    .boutique_img { 
		  background: url('img/boutique.jpg');
		  margin: 10px auto;
		  height: 386px;
		  width: 515px;
		  border: black 2px solid;
 	}
 	
   .map { 
		  background: url('img/map.jpg');
		  height: 240px;
		  width: 460px;
		  border: 1px solid black;
 	}
 	
    .menu {
		color: #000; 
		font-size: 12px;
    }
    
    .bottom_border {
         background: url('img/semicircle.png') repeat;
         height: 35px;
    }
    
    .info {
        background: black;
		color: white; 
		height: 25px;
		font-size: 12px;
		text-align: center; 
		text-decoration: none;
    }
    
    .info a {
    	color: white;
		text-decoration: none;
    }
    
    .info a:hover{
    	color: red;
    }

    .lingerie {
    	height: 255px;
    	width: 170px;
    	
    }
    
