body {
  text-align: center; 
  background: #FFF;
  color: #666;
  font-size: 14px;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

#gallery-breadcrumb {
  margin-bottom: 20px;
  font-size: 85%;
}
       
a:link, a:visited, a:hover {
  text-decoration: none;
  color: rgb(253, 16, 157);
}     

a img { border: none; }

.clear{ clear: both; }

#container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  background: transparent url('images/outline_top.jpg') no-repeat center top;
  padding-top: 5px;
}

#wrapper {        
  position: relative;
  background: transparent url('images/outline_center.jpg') repeat-y center;
  padding-top: 10px;
}

#sidebar {
  position: relative;
  width: 200px;
  float: left;
  margin-left: 10px;
  text-align: right;
} 

#sidebar .logo h1 {
  height: 108px;
  background: transparent url('images/logo.jpg') no-repeat right top;
  text-indent: -9999px;
  text-align: left;
  margin: 0;
}    
           
#sidebar div.navigation {
  height: 300px;
  margin-top: 20px;
} 

#sidebar div.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;      
}    

#contacts {
  position: absolute;
  bottom: 10px;
  left: 9px;
  width: 200px;
  background: transparent url('images/by_viola.jpg') no-repeat right top;
  padding-top: 100px;
  text-align: right;
}   

#contacts p {
  margin: 0;padding: 0;
}

#content {
  width: 650px;
  float: right;
  margin-right: 50px;
} 

#content div.breadcrumb {
  margin-bottom: 30px;
}

#content #real-content {
  padding-bottom: 30px;
}    

#footer {           
  font-size: 11px;
  padding-top: 10px;
  background: transparent url('images/outline_bottom.jpg') no-repeat center top;
  text-align: right;   
  color: rgb(253, 16, 157);
}

#footer a:link, #footer a:visited, #footer a:hover {
  margin-right: 10px;
  color: #333;
}
    
#content.home div.title {
  height: 20px;
  background: transparent url('images/mylaststories.jpg') no-repeat right top;
}

#content.home #real-content {
  margin-top: 60px;
  text-align: justify;
}

#home {
	text-align: right;
}

/* Galleries */

#gallery {
	
} 

#gallery div.galleries ul {
	list-style-type: none;
	margin: 63px 0pt 0pt;
	padding: 0;
}

#gallery div.image {
	text-align: center;
	margin-bottom: 20px;
}

#gallery div.thumbnails div#carousel {
	position: relative;
	width: 430px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

#gallery div.thumbnails div.button_left {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 100%;
	background: #FFF url('images/prev.png') no-repeat center;
	cursor: pointer;
}
#gallery div.thumbnails div.button_right {
	position: absolute;
	top: 0;
	right: 0px;
	width: 10px;
	height: 100%;
	background: #FFF url('images/next.png') no-repeat center;
	cursor: pointer;
}   

#gallery div.thumbnails div.thumbnail {
	width: 50px;
	height: 50px;	
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;	
}

#gallery div.thumbnails div.thumbnail a{
	display: block;
	height: 100%;
	text-indent: -9999px;
}