body{
	padding:2;
	margin:2;
    font-family: Helvetica;
    -webkit-text-size-adjust: none;
}
h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
	width: 300px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}
img{
	border:0;
}
.button {
    position: absolute;
    top: 6px;
    right: 6px;
    -webkit-border-image: url(images/iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}
#backButton {
    left: 6px;
    right: auto;
    -webkit-border-image: url(images/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}
#menu{
	position:absolute;
	top: 0;
	left: 0;
	height:40px;
	width:320px;
}
#canvas{
	width: 320px;
	height: 376px;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 0px;
	background-color: #000000;
}
#inside{
	width:1000px;
}
#left, #right{
	display: block;
	position: absolute;
	height: 376px;
	width: 60px;
	top:40px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#left{
	left:0;
}
#right{
	left:260px;
}
#right img{
	position: absolute;
	top: 180px;
	right: 15px;
}
#left img{
	position: absolute;
	top: 180px;
	left: 15px;
}
.imgHolder{
	position: relative;
	height:376px;
	width:320px;
	padding:0;
	margin:0;
	float:left;
	/*text-align: center;*/
	overflow: hidden;		
}
.imgHolder img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* INTRO */
#canvas.intro{
	height: inherit;
}
.intro h2{
	margin: 4px;
}
.intro h3{
	margin: -29px 0 0 180px;
}
.intro p{
	margin: 5px 0 20px 4px;;
}
#enter{
	display: block;
	color: #324F85;
	font-weight: bold;
	text-decoration:none;
	font-size: 1.2em;
	text-align: right;
	margin-top: -15px;
	margin-right: 10px;
}
/* INDEX */
.galleryHolder{
	background-color: black;
	position: relative;
	height:386px;
	width:320px;
	padding:0;
	margin:0;
	float:left;
}
.galleryHolder ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.galleryHolder ul li{
	margin: 11px;
	float: left;
}
#leftGalleries, #video{
	display: block;
	position: absolute;
	height: 376px;
	width: 160px;
	top:48px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}
#leftGalleries{
	left: 0;
	width: 30px;
	height: 31px;
}
#video{
	left:15px;
	width: 284px;
	height: 243px;
}
#rightGalleries img{
	position: absolute;
	right: 1px;
	top: -190px;
}
#leftGalleries img{
	position: absolute;
	left: 0;
}
/* LIST */
#canvas.list{
	height: inherit;
	min-height: 376px;
}
a{
    color: white;
    font-size: 10px;
    font-weight: bold;
}
a.intro{
    color: black;
    font-size: inherit;
    font-weight: bold;
}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
}
.quoter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	color: #CCCCCC;
}
