* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
}

.page-title {
	font-size:131%;
	font-weight:bold;
}
.page-subtitle {
	font-size:100%;
}

#about-body {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:6px;
}

#about-iphone-body {
	margin-right:7px;
	margin-bottom:6px;
}

#about-doc {
	text-align: left;	/* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	display:block;
	max-width:750px;
}

#about-background {
	background: white url("/WebMedia/img/v001/top_background_282.jpg");
	background-repeat: repeat-x;
	position:absolute;
	width:100%;
	height:282px;
	left:0px;
	top:0px;
	z-index:-1000;
}

.about-head td {
	border:none;
	vertical-align:middle;
}

#about-doc h1 {
	margin:0;
	margin-top:10px;
	margin-bottom:2px;
}

.yui-button {
	font-size:131%;
	font-style:bold;
}

a:link, a:visited {
	color:#12F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color : #12F;
	color:#FFFFFF
}

.header {
	font-size:108%;
	font-weight:bold;
}
