body {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 ;
	padding: 0;
	font-size: 0.6em;
	background: #e3ecf7;

}

.header {
-webkit-box-sizing: border-box;
    margin: 0;
    padding: 20px;
    line-height: 18px;
    font-size: 17px;
    font-weight: bold;
	width:100%;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    background: url(../images/iPhoneToolbar.png) repeat-x;
	color: #FFFFFF;

}

.button {
	position: absolute;
	top: 8px;
	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;
	z-index: 10;
}

.backButton {
	position: absolute;
	top: 8px;
	left: 6px;
	-webkit-border-image: url(../images/iPhoneBackButton.png) 0 8 0 14;
	-webkit-border-radius: 0;
	border-width: 0 8px 0 14px;
	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;
	z-index: 10;
}

.logo {
	position: absolute;
	background-image: url(../images/ppmg_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 0 8px 0 14px;
	height: 40px;
	width: 100%;
	top: 8px;
	z-index: 1;
	left:0px;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
