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


#wrapper{
	display: none;
	position: relative;
	height: 100%;
}
h1 {  
    text-align: center;
	
}  
#container {
	width: 770px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	height: 100%;
} 
#object {
	text-align: center;
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	margin-bottom: 100px;
	border-top-color: #F03;
	border-right-color: #F03;
	border-bottom-color: #F03;
	border-left-color: #F03;
	margin-top: 70px;
	height: 530px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;
	color: #999;
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
h2 {
	left: 0px;
	top: 0px;
	margin-bottom: 30px;
	border-top-color: #093;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
}

ul.tab {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 770px;
	text-align: center;
	float: left;
}

ul.tab li {
	display: inline;
	padding-right: 1em;
	text-align: center;
}

.clearLeft { 
clear: left; 
}
#gallery {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0F3;
	border-right-color: #0F3;
	border-bottom-color: #0F3;
	border-left-color: #0F3;
	text-align: center;
}
.pic{
	float: left;
	width: 90px;
	height: 90px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	text-align: center;
	margin: 10px;
}
