body{ 
	position:relative;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:660px;
	padding:0px;
	overflow-y:hidden;
}

a{
	text-decoration:none;

}

a:hover{
	text-decoration:underline;
}

#content{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	height:660px;
}

#logo{
	position:relative;
	top:22%;
	left:2%;
}

#side_nav{
	position:relative;
	top:23%;
	left:2%;
	width:200px;
	-webkit-box-shadow: 5px 5px 3px #0F0F0F; /* Safari and Chrome */
	box-shadow:rgba(1,1,1,1.5) 3px 3px 14px;
	border-radius:20px;
}

.nav_link{
	position:relative;
	top:20%;
	font-family:Calibri;
	color:black;
	font-size:14px;
	opacity:1;
	letter-spacing: 0em;
}

a:hover {
	text-decoration: none; 
}

.nav_button_1{
	position:relative;
	width:200px;
	height:40px;
	background-image:url(images/nav_button_bg_1.jpg);
	opacity:0.7;
	text-align:center;
	border-bottom:dotted gray;
	border-bottom-width:1px;
	cursor:pointer;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}


.nav_button_2{
	position:relative;
	width:200px;
	height:40px;
	background-image:url(images/nav_button_bg_2.jpg);
	opacity:0.7;
	text-align:center;
	border-bottom:dotted gray;
	border-bottom-width:1px;
	cursor:pointer;
}

.nav_button_3{
	position:relative;
	width:200px;
	height:40px;
	background-image:url(images/nav_button_bg_3.jpg);
	opacity:0.7;
	text-align:center;
	border-bottom:dotted gray;
	border-bottom-width:1px;
	cursor:pointer;
}

.nav_button_4{
	position:relative;
	width:200px;
	height:40px;
	background-image:url(images/nav_button_bg_4.jpg);
	opacity:0.7;
	text-align:center;
	border-bottom:dotted black;
	border-bottom-width:0px;
	cursor:pointer;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

#categories{
	position:relative;
	top:-22%;
}

.category {
	position:relative;
	left:31%;
	height:110px;
	width:110px;
	opacity:1;
	float:left;
	text-align:center;
	color:#454545;
	font-family:Lucida Sans Unicode;
	font-size:9px;
	letter-spacing: -.04em;
	cursor:hand;
	cursor:pointer;
	/* -moz-border-radius: 20px 20px / 20px 20px;
	border-radius: 20px 20px / 20px 20px;
	-webkit-box-shadow: 5px 5px 3px #0F0F0F; /* Safari and Chrome */
	/* box-shadow:rgba(1,1,1,1.5) 3px 3px 14px; */
}

#information{
	position:absolute;
	top:35%;
	bottom:40%;
	left:32%;
	right:-8px;
	background-color:#101010 ;
	-webkit-box-shadow: 5px 5px 3px #0F0F0F; /* Safari and Chrome */
	box-shadow:rgba(1,1,1,1.5) 3px 3px 14px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding-left:20px;
	color:#F0F0F0 ;
	font-family:Verdana;
	font-size:13px;
	z-index:999;
	
}

#photos{
	visibility:hidden;
	position:absolute;
	top:65%;
	bottom:14%;
	left:42%;
	right:-8px;
	background-color:#101010 ;
	-webkit-box-shadow: 5px 5px 3px #0F0F0F; /* Safari and Chrome */
	box-shadow:rgba(1,1,1,1.5) 3px 3px 14px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding-left:20px;
	color:#F0F0F0 ;
	font-family:Calibri;
	z-index:998;
}

.photo{
	position:relative;
	top:-13px;
	cursor:hand;
	cursor:pointer;
}

#cte{
	position:relative;
	top:-13px;
	font-family:Calibri;
	font-size:9px;
	color:gray;
}

#lightbox{
	visibility:hidden;
	position:absolute;
	z-index:1000;
	height:108.4%;
	width:101.18%;
	top:-8px;
	left:-8px;
	background-color:black;
	opacity:0.8;
	cursor:hand;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	
}

#lightbox_frame{
	visibility:hidden;
	position:absolute;
	height:500px;
	width:750px;
	z-index:1001;
	left:20%;
	top:15%;
	background-color:black;
	-webkit-box-shadow: 5px 5px 3px #0F0F0F; /* Safari and Chrome */
	box-shadow:rgba(1,1,1,1.5) 3px 3px 14px;
	/* -moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px; */
}

#lightbox_image{
	visibility:hidden;
}

#lightbox_text{
	position:relative;
	top:101%;
	width:740px;
	height:12px;
	background-color:black;
	opacity:100%;
	color:white;
	font-family:verdana;
	font-size:10px;
	padding:5px;
}








