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

body{
	background-color:#EEEEEE;
}

h1{
	font-size:36px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
}
img{
border:none;
}
a:link{
text-decoration:none;
color:#999999;
}
 a:hover{
text-decoration:none;
color:#999999;
}
 a:visited{
text-decoration:none;
color:#999999;
}
a:active{
text-decoration:none;
color:#999999;
}

#container{
	width:800px;
	background-color:#EEEEEE;
	font-family: Arial;
	color:#999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* :::::::::::::::::::::::::::::::: header start ::::::::::::::::::::::::::::::::::: */

#header{
	background-color:#EEEEEE;
	width:800px;
	height: 59px;
}
#logo{
	float:left;
}

#headtitlebar{
	background-color:#CCCCCC;
	height: 59px;
	margin-left: 223px;
	text-align:right;
}


/* :::::::::::::::::::::::::::::::: header end ::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::: content1 start ::::::::::::::::::::::::::::::::::: */
#mainContent{
	
/*	padding-top:62px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width: 760px;
*/
}

.titlebar{
	color:#CCCCCC;
	margin-left: 223px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight:bold;
}

.leftbox{
	float:left;
	padding: 0px;
}
/* :::::::::::::::::::::::::::::::: nav start ::::::::::::::::::::::::::::::::::: */
.nav{
	float:left;
	width: auto;
	padding-left: 10px;
	background-color: #FFFFFF;
	color:#CCCCCC;
	font-weight:bolder;
	font-size:10px;
	padding-right: 55px;
	height: 450px;
}
.nav a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:18px;
}
.nav a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:18px;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:18px;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:18px;
}


.about{
	width: 565px;
	background-color:#FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	min-height:440px;
    _height:440px;


}

#instruction{
	padding-left: 25px;
	padding-top: 30px;
	float:left;
	width:220px;
	z-index:3;
}
.imageInfoContainer{
	width: 250px;
	height: auto;
	list-style-type: none;
	float: right;
	margin-top: 15px;
}

.imageContainer{
	float:left;
	margin-top: 15px;
	margin-left: 15px;
	
}

.rightbox{
	margin-left: 223px;
	background-color: #FFFFFF;
}
/* :::::::::::::::::::::::::::::::: gallery start ::::::::::::::::::::::::::::::::::: */


.gallery{
	position:absolute;
	color:#999999;
	top: 476px;
	
}
a:links{
color:#999999;
}
a:active{
color:#999999;
}
a:visited{
color:#999999;
}
a:hover{
color:#999999;
}



.gallerycontainer{
	position: relative;
	margin-top:20px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}



.thumbnail span{ 
position: absolute;
background-color: C1FFC1;
padding: 5px;
top:0px;
left: -1000px;
visibility: hidden;
color: 0A500C;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
text-decoration: none;
}

.thumbnail:hover span{ 
visibility: visible;
top:-350px;
left: 0px; 
z-index: 50;
text-decoration: none;
}













/* :::::::::::::::::::::::::::::::: gallery end ::::::::::::::::::::::::::::::::::: */
.homeImg{
	width:574px;
	text-align:center;
}



/* :::::::::::::::::::::::::::::::: content1 end ::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::: footer start ::::::::::::::::::::::::::::::::::: */
#footer{
	clear: both;
	background-color:#CCCCCC;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 70px;
	font-size:11px;
	color: #999999;
	font-family: Arial;
	padding-left: 20px;
	margin-top: 10px;
	border:none;
}
#footer #center{
	padding-left: 15px;
	padding-top: 22px;
	line-height: 14px;
	border-left: 1px solid #cccccc;
	float: left;
	height: 26px;
}
#footer #right {
	padding-top: 25px;
	float: right;
	vertical-align: center;
	height: 30px;
	padding-right: 20px;
}
#footer #left {
	padding-top:3px;
	border:none;
	float:left;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
/* :::::::::::::::::::::::::::::::: footer end ::::::::::::::::::::::::::::::::::: */

