@charset "utf-8";
/* CSS Document */

body { background-color:#FFFFFF;

margin:0px;
	}

#background {
position: fixed;
top: 0px;
left: 0px;
width: 873px;
height: 800px;
margin-left: 0px;
border: 0px;
z-index:100;
}

#top {
position: fixed;
top: 0px;
left: 0px;
width: 800px;
height: 124px;
margin-left: 0px;
border: 0px;
z-index:100;
}

#side {
position: fixed;
top: 124px;
left: 0px;
width: 204px;
height: 426px;
margin-left: 0px;
border: 0px;
z-index:100;
}

#content {
	position: absolute;
	left: 220px;
	top: 130px;
	width: 480px;

}

#footer {
	position: absolute;
	width: 480px;
	bottom: -25px;
	right: 0px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	color: #959595;
	font-size: 12px;
	font-weight:lighter;
	text-transform:uppercase;
	line-height: 20px;
}

p { font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	text-align:justify;
	}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #d77000;
	font-weight:lighter;
	text-transform: capitalize;
	line-height: 20px;
	}

h2 { 	font-family: Tahoma, Geneva, sans-serif;
	color: #7e1900;
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
	}
	
	h3 { 	font-family: Tahoma, Geneva, sans-serif;
	color: #7e1900;
	font-size: 14px;
	font-weight: lighter;
	text-transform:uppercase;
	line-height: 20px;
	}
	
		h4 { 	font-family: Tahoma, Geneva, sans-serif;
	color: #d77000;
	font-size: 12px;
	font-weight:lighter;
		text-transform:uppercase;
	line-height: 20px;
	}
	
			h5 { 	font-family: Tahoma, Geneva, sans-serif;
	color: #7e1900;
	font-size: 12px;
	font-weight:lighter;
		text-transform:uppercase;
	line-height: 20px;
	}
	
hr {border: none 0; 
	border-top: 3px double #e1e1e1;
	width: 100%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: center;
	clear: both;
	}	


b { font-family: Tahoma, Geneva, sans-serif;
	font-weight:700;
	}

i { font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	}

li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type:circle;
	}

em {
	font-family: Tahoma, Geneva, sans-serif;
	color: #d77000;
	font-size: 12px;
	font-weight:lighter;
	text-transform:uppercase;
	line-height: 20px;
	font-style: normal;
	}
	
a:link {
 color: #6d8412;
 font-weight: bolder;
 text-decoration: none; }
a:visited {
 color: #6d8412;
  font-weight: bolder;
  font-style: italic;
 text-decoration: none; }
 a:hover {
 color: #6d8412; 
 text-decoration:line-through;}
 a:active {
 color: #c83521; }

#heading {
	}
	
#subheading {
	}

#title {
	}

#content {
	}

#navigation {
	position: absolute;
	top: 0px;
	left: 50%;
	}
	
#portfolio {
margin-bottom: 20px;
margin-top: 20px;
float: left;

}	

	.photo {
	margin: 5px;
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.thumb span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/thumbnail.png) no-repeat;
}
.thumb img {
	border: none;
	padding: 0;
}

	
#extra1 { }
#extra2 { }
#extra3 { }
#extra4 { }

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.png) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/previous.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 69px;
	height: 15px;
	background: transparent url(images/closex.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
