* {
	margin: 0;
	padding: 0;
	outline: none;
	}

strong {
	font-weight: bold;
}

p {
	margin: 1em 0;
	}
	
a {
	text-decoration: none;
	color: inherit;
	}

img {
	border: none;
	}

ul {
	list-style:none;
	}

.cat {
	cursor:pointer;
	}

.link:hover {
	cursor: pointer;
	text-decoration: underline;
	}
	
.thumbstrip {	
	width: 500px;
	height: 280px;
	padding-left: 30px;
	overflow: auto;
	}

.thumbholder {
	position: relative;
	display: inline;
	}

.thumb {
	margin: 15px;
	cursor: pointer;
	/* border: 5px solid #aaa; */
	}
	
#site {
	position: relative;
	width: 875px;
	margin: 8px auto;
	}

#logo {
	position: absolute;
	top: 8px;
	left: 28px;
	z-index: 100;
	}
	
#stamp {
	position: absolute;
	top: 140px;
	left: 30px;
	z-index: -1;
	}

#links {
	position: absolute;
	top: 8px;
	right: 33px;
	}

#blog {
	padding-top: -2px;
	}

#links li {
	display: inline;
	}

#langs {
	position: absolute;
	top: 33px;
	right: 32px;
	z-index: 100;
	}

#langs li {
	line-height: 10px; /* avoid ie6,7 bug */
	text-align: right;
	}

#langs li a {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	cursor: pointer;
}

#stay_tuned_link {
	position: absolute;
	top: 80px;
	right: 32px;
	z-index: 100;
	}

#menu {
	position: absolute;
	top: 120px;
	margin-left: 240px;
	width: 550px;
	}
	
#menu ul {
	margin-bottom: 15px;
	}

#menu li {
	padding-bottom: 8px;
	}

#menu p {
	margin: 10px 0;
	font: 12px Arial, Helvetica, sans-serif;
	}

#text {
	position: absolute;
	top: 80px;
	margin-left: 240px;
	width: 450px;
	font: 13px Arial, Helvetica, sans-serif;
	}

img.caption {
	margin: 0 15px;
	}

#links_text {
	margin-top: 60px;
	}

#links_text a:hover {
	color: #666;
	}

#text #contact_text {
	margin: 100px 0 50px 0;
	}

#contact_text #portrait {
	position: absolute;
	top: 85px;
	left: 250px;
	}

#back {
	margin-top: 10px;
	margin-left: 200px;
	}

#contact td {
	padding-right: 10px;
	}

#contact img {
	margin-left: 20px;
	}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	bottom: 0px;
}
