
* { padding:0px; margin:0px; }

body {
	font:11px Courier new, Georgia, monospace; 
	text-align:left; 
	color:#666;
	background:  #fff url(../images/block.gif)  repeat top left;
	margin: 0px;
	padding: 0px;
	}

h1{ font: 2em Courier new, Georgia, monospace; text-align: left; color:#666; }
h2{ font: 1.2em Courier new, Georgia, monospace; text-align: left; color:#666; line-height: 1.7em;}
h3{ font: 1.5em Courier new, Georgia, monospace; text-align: left; color:#666; line-height: 1.7em; margin: 10px 0 0 10px;}



p { font: 1em Courier new, Georgia, monospace; text-align: left; color:#666; line-height: 1.2em; margin: 0 0 0.3em 0; }

.mid { font: 11px Century Gothic, Helvetica, sans serif; text-align: center; color:#666; }

span { font: 11px Century Gothic, Helvetica, sans serif; font-weight: bold; text-align: left; color:#666;}

p.con{ white-space: pre;}

a:link, a:visited {color: #666; text-decoration: none;}
	
a:hover {color: #333333; text-decoration: line-through;}

img {border:none;}

li{	list-style-image: none;	list-style-type: none;}


#container{width: 1000px; margin:0 auto;  /*     CENTRERING */}


/* ====== header ====== */

#bodywrap{
	float: left;
	width: 250px;
	margin: 50px 0 0 50px;
	}

#brand{
	float: left;
	width: 230px;
	height: 110px;
	background-color:#ddeef1;
	padding: 10px;
	}
	
#nav{
	float: left;
	width: 230px;
	height: 110px;
	background-color: #e0eee1;
	padding: 10px;
	}

#port{
	float: left;
	width: 230px;
	height: 110px;
	background-color: #f1e0ea;
	padding: 10px;
	}
	
#y-block{
	float: left;
	width: 230px;
	height: 110px;
	padding: 10px;
	background-color: #f2f2d6;
	}

#empty{
	float: left;
	width: 530px;
	height: 520px;
	background-color: #ddeef1;
	margin: 50px 0 0 20px;
	}
	
#imagewrap{
	float: left;
	width: 508px;
	background-color: #ddeef1;
	padding: 0 15px 0 15px;
	margin: 50px 0 0 20px;}

#image-nav{
	float: left;
	width: 530px;
	height: 30px;
	background-color: #e0eee1;
	margin: 10px 0 0 20px;}


ul.friends{
		margin: 10px;}
		
ul.friends li{
		line-height: 1.5em;
		}


div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:500px;
	
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 15px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 8px 12px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background:#fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #fff;
	border-color: #ccc;
	color: #fff;
}

