a:link { text-decoration: none; color: #999;}
a:visited { text-decoration: none; color: #333366;}
a:hover { text-decoration: underline; color: #999;}
a:active { text-decoration: underline; color: #333366;}
a:focus { outline:none; }

a.close:link { text-decoration: none; color: #999999;}
a.close:active { text-decoration: none; color: #999;}
a.close:hover { text-decoration: none; color: #999;}

a.navbutton {text-decoration: none;}
img {border: 0;}
body {
	background-image: url(bg.jpg); 
	background-repeat:repeat-x repeat-y;
	font: normal 12px Verdana,Arial,helvetica,sans-serif;
	color: #fff;
}

td {
	
	font: normal 10px  Verdana,Arial,helvetica,sans-serif;
	color: #fff;
}

h3 {
	font: bold 14px Verdana,Arial,helvetica,sans-serif;
	color: #333366;
}
#Container {
 	position: absolute;
 	top: 400px;
 	left: 0px;
	width: 100%;
	height: 502px;
	margin: 0 auto;
	padding:0px;
	overflow: hidden; 
}
#portContainer {
 	position: relative;
 	top: 0px;
 	left: 0px;
	width: 100%;
	margin: 0 auto; 
}
#Contact{
 	width: 0px;
	height: 150px;
	background-color: #333366;
	font: #fff;
	padding: 0px;
	
}
thumb {
 	height: 100px;
}
#mask{
	position: absolute;
	cursor: default;
	top: 260px;
	left:100px;
	background-color: #fff;
	width: 300px;
	height: 320px;
	
}
#imgGallery{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#imageContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:0px;
	z-index: 100;
	border: solid #000 0px;
}
#banner {
	position: relative;
	background-color: #000;
	text-align: left;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:0px;
	z-index: 100;
}
img.thumb {
	border: solid #000 1px;
}

input.contact {
	width: 250px;
	color: #ffffff;
	background: #555555;
	border: 1px solid #cccccc;
}
textarea.contact {
	width: 250px;
	height: 100px;
	color: #ffffff;
	background: #555555;
	border: 1px solid #cccccc;
	
}
#Jerror{
 	position: absolute;
 	top: 450px;
 	left: 35%;
 	width: 400px;
	height: 120px;
	background-color: #333366;
	font: #fff;
	text-align: left;
	padding: 0px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}