/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
body{
	background:url(../img/background.png);
	font-family:Trebuchet MS;
	font-size:16px;
	color: #000000;
}
a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.Fleft{float:left;}
.Fright{float:right;}
.clear{clear:both}


/* Structure*/
#header {
	background-image:url(../img/header.png) !important;
	background-image:url(../img/header.gif);
	background-repeat:repeat-x;
	height: 249px;
}

#header h1 {
	background-image:url(../img/logo.png) !important;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	width: 347px;
	height: 92px;
	text-indent: -5000px;

}

#header_contents {
	margin:0px auto; /* center*/
	width: 750px;
}

#container {
	width: 750px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
  	background-image:url(../img/body.png);
  	margin-top: -130px;
  	margin-bottom: -229px;
}

* html #container {
  	height: 100%;
}


#content {
	width: 695px;
	padding: 20px;
}

/*content*/
#about {
	width: 330px;
	padding-bottom: 15px;
	line-height: 22px;
}

#about h2 {
	background-image: url(../img/about.png);
	width: 165px;
	height: 41px;
	text-indent: -1000000px;
}

#contact {
	width: 330px;
}

#contact h2 {
	background-image: url(../img/contact.png);
	width: 195px;
	height: 41px;
	text-indent: -1000000px;
	
}

#portfolio {
	float: right;
	width: 330px;
}

#portfolio h2 {
	background-image: url(../img/portfolio.png);
	width: 148px;
	height: 41px;
	text-indent: -1000000px;
	
}

#portfolio h3 {
	text-indent: -1000000px;
}

p a:link, p a:visited {
	color:#870000;
	border-bottom: dotted 1px #870000;
}

p a:active, p a:hover {
	color:#DD0000;
	border-bottom: dotted 1px #DD0000;
}

.preview img {
	cursor: pointer;
}

/*footer*/
.clearfooter {
   height: 229px;
   clear: both;
}


#footer{
	height: 249px;
   	position: relative;
	background-image:url(../img/footer.png) !important;
	background-image:url(../img/footer.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #cccccc;
	z-index:-500;
}

/*_________________________ Gallery */
.photo:link, .photo:visited {
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #000000;
	float:left;
	height:125px;
	margin:5px;
	width:125px;
	border-bottom:1px solid #000000;
}
.photo:hover, .photo:active {
	background-color:#ffffff;
}
.photo img{visibility: hidden;}


/*_________________________ Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading{background: #fff url(./themes/site_themes/default/loading.gif) 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(./themes/site_themes/default/prevlabel.gif) no-repeat 0% 15%; border: none;}
#lbNextLink{right: 0;}
#lbNextLink:hover{background: transparent url(./themes/site_themes/default/nextlabel.gif) no-repeat 100% 15%; border: none;}
#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: 66px;
	height: 22px;
	background: transparent url(./themes/site_themes/default/closelabel.gif) no-repeat center;
	margin: 5px 0;
	border: none;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}