* {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #bbbbbb;
	padding: 0 0 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #a0a0a0;
}

a:link,
a:visited,
a:active {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0 0 18px;
}


/* start header */
#header {
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	margin: 0 0 20px;
}

#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #header {
	height: 1px;
}

#logo {
	margin: 0;
	padding: 0 0 0 169px;
	float: left;
}

#logo a {
	display: block;
	overflow: hidden;
	width: 699px;
	height: 513px;
	position: relative;
	top: 0;
	left: 0;
}

#logo a span {
	width: 699px;
	height: 1026px;
	text-indent: -3000px;
	overflow: hidden;
	background:url(layout/logo_h1.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#logo a span:hover {
	top: -513px;
	left: 0;
}
/* end header */


/* start content */
#content {
	width: 660px;
	margin: 0 auto;
}

.links_list {
	width: 592px;
	margin:  0 0 0 120px;
}

.links_list .columns .left {
	width: 273px;
}

.links_list .columns .right {
	width: 273px;
}

.friends_list {
	height: 50px;
	background:url(layout/dots.gif) repeat-x 34px bottom;
	margin: 0 0 20px 120px;
	position: relative;
	top: 0;
	left: 0;
}

.sites_list {
	height: 228px;
	background:url(layout/dots.gif) repeat-x 34px bottom;
	margin: 0 0 20px 120px;
	position: relative;
	top: 0;
	left: 0;
}

.sites_list a:link,
.sites_list a:visited,
.sites_list a:hover,
.sites_list a:active

 {
	display: block;
	overflow: hidden;
	position: absolute;
	
}

.sites_list a span {
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

#mata {
	width: 170px;
	height: 176px;
	left: 9px;
	top: 10px;
}

#mata span {
	width: 170px;
	height: 352px;
	background-image:url(layout/mata.png);
}

#mata span:hover {
	top: -176px;
}

#flickr {
	width: 249px;
	height: 76px;
	top: 10px;
	left: 250px;
}

#flickr span {
	width: 249px;
	height: 152px;
	background-image:url(layout/flickr.png);
}

#flickr span:hover {
	top: -76px;
}

#panoramio {
	width: 249px;
	height: 45px;
	top: 144px;
	left: 250px;
}

#panoramio span {
	width: 249px;
	height: 90px;
	background-image:url(layout/panoramio.png);
}

#panoramio span:hover {
	top: -45px;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #a0a0a0;
	font-weight: bold;
}

h3  {
	font-weight: normal;
}


.columns {
	min-height: 1px;
}

* html .columns {
	height: 1px;
}

.columns:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.columns .left {
	width: 321px;
	float: left;
}

.columns .right {
	width: 289px;
	float: right;
}


/* end content */
