body {
	padding:0px;
	margin:0px;
	background:#ffffff url("../img/body_bg.gif") no-repeat 160px 209px;
	font-family:Geneva, Arial;
	color:#33331F;
}

a,
a:active {
	outline:none;
}
a img {
	border-style:none;
}

#top {
	padding-top:20px;
	margin-bottom:20px;
	height:40px;
	width:100%;
	text-align:center;
}
#top form {
	margin:0px;
	padding:0px;
}
#pagemenu {
	margin-top:0px;
	margin-left:445px;
	height:29px;
}
#logobar {
	margin-top:0px;
	width:100%;
	height:133px;
	background:url("../img/logobg.gif") repeat-x;
}
#logo {
	display:block;
	width:500px;
	height:133px;
}


.pm_begin {
	width:32px;
	height:29px;
	background:url("../img/pm_left.gif") no-repeat;
}
.pm_inside {
	width:42px;
	height:29px;
	background:url("../img/pm_mid.gif") no-repeat;
}
.pm_end {
	width:32px;
	height:29px;
	background:url("../img/pm_right.gif") no-repeat;
}

.pm_item {
	height:29px;
	width:80px;
	text-align:center;
	vertical-align:middle;
	background:url("../img/pm_item.gif") repeat-x;
	font-size:10px;
	line-height:11px;
}
.pm_item a {
	font-family:Geneva, Arial;
	color:#B32D02;
	text-decoration:none;
}
.pm_item a:hover,
.pm_item a.selected {
	color:#B32D02;
}




#langs {
	position:absolute;
	left:67px;
	top:250px;
	font-size:10px;
	color:#C0C8C8;
}
#langs a {
	text-transform:lowercase;
	color:#C0C8C8;
	text-decoration:none;
}
#langs a.selected {
	color:#33331F;
}




#imgtag {
	position:absolute;
	left:655px;
	top:213px;
	right:0px;
}


#images {
	background-color:#C0C8C8;
	padding:4px 0px 4px 6px;
}
#images a {
	display:block;
	float:left;
	border:1px solid #ffffff;
	margin-right:2px;
	margin-bottom:2px;
	width:35px;
	height:25px;
}
#images a:hover,
#images a.selected {
	border-color:#B32D02;
}



#tags {
	height:40px;
	font-size:10px;
}
#tags a:hover,
#tags a.selected {
	border-bottom:1px solid #B32D02;
}
#tags .onimage {
	border-bottom:1px dashed #d89881;
}

/*
#tags .t0 {
	font-size:9px;
}
#tags .t1 {
	font-size:10px;
}
#tags .t2 {
	font-size:11px;
}
#tags .t3 {
	font-size:12px;
}
#tags .t4 {
	font-size:13px;
}
#tags .t5 {
	font-size:14px;
}
*/


#projects {
	position:absolute;
	left:67px;
	top:375px;
}
// hide position:fixed from IE <= 6
body>#projects {
	position:fixed;
}
.navi h1 {
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:25px;
}
.navi a {
	color:#33331F;
	text-decoration:none;
}
#projects a {
	display:block;
	height:24px;
	font-size:12px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:1px;
}
#projects a:hover,
#projects a.selected {
	padding-top:1px;
	padding-bottom:2px;
	font-size:14px;
}





/*   Content   */

#content {
	margin-left:250px;
	width:400px;
}

.result,
#imagesO {
	width:400px;
	background-color:#c0c8c8;
	padding:10px 0px 5px 10px;
}
.result a,
#imagesO a {
	display:block;
	float:left;
	height:50px;
	width:70px;
	border:2px solid #ffffff;
	margin-right:5px;
	margin-bottom:5px;
}
.result a:hover,
.result a.selected,
#imagesO a:hover,
#imagesO a.selected {
	border-color:#B32D02;
}
.result img,
#imagesO img {
	margin:0px;
	padding:0px;
	height:50px;
	width:70px;
}
.thumbsmall,
.result img.thumbsmall {
	height:25px;
	width:35px;
}
.result a {
	text-align:center;
	text-decoration:none;
	color:#33331f;
}
.result a.page {
	height:33px;
	padding-top:17px;
}

#content {
	font-family:Geneva, Arial;
	font-size:11px;
	line-height:15px;
	padding-top:75px;
}

#content.page {
	padding-top:99px;
}
#content.overview {
	padding-top:135px;
}

#content p {
	margin-top:10px;
	margin-bottom:10px;
}
#content h1 {
	font-size:17px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}
#content h2 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
}
#content h3 {
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
