body {
	font-family: Lucida Grande, Helvetica, Arial;
	font-size: 13px;
	color: rgb(80,80,80);
	background: url(images/background-gradient.png) repeat-x rgb(80,80,80);
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
	-webkit-user-drag: none;

}
a {
	text-decoration: none;
	color: rgb(17,85,153);
}

.text a b {
	color: rgb(80,80,80);
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

#main {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.15);
	background-color: white;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 620px;
}

#header {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	background-color: rgb(225,225,225);
	background-image: url("images/header.png");
}

#logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 15px 0 15px 0;
}

#content {
	margin: 25px;
}

.object, .page {
	width: 240px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 64px;
	line-height: 1.2em;
}

.object.large {
	width: 370px;
}

.page {
	width: 100%;
	line-height: 1.5em !important;
	height: 130px;
}

.page .text {
	font-size: 110%;
	line-height: 1.4em;
}

.object b {
	font-size: 100%;
}

.info {
	color: gray;
}

#footer {
	text-align: center;
	color: white;
	margin-top: 5px;
	font-family: Lucida Grande;
	font-size: 12px
	display: none;
	height: 30px;
}

#footer a {
	color: white;
}

.img-64 {
	float: left;
	padding-right: 12px;
	width: 64px;
	height: 64px;
}

.img-128 {
	float: left;
	padding-right: 17px;
	width: 128px;
	height: 128px;
}

h2, h3 {
	clear: both;
	font-size: 20px;
	padding-top: 15px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
}

.page h2 {
	clear: right;
	padding-top: inherit;
	display: inline;
}

h2:first-child {
	padding-top: 0;
}

ul {
	line-heigt: 1.5em;
	list-style: square;
}

#images img {
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px;
	margin: 7px;
}

#images img:not(.landscape):not(.small) {
	width: 245px;
	height: 352px;
}

#images img.landscape {
	height: 246px;
	width: 393px;
}

#images img.small {
	height: 246px;
	width: 171px;
}

#images.ipad img:not(.landscape):not(.small) {
	width: 245px;
	height: 320px;
}

#images.ipad img.landscape {
	height: 275px;
	width: 377px;
}

#images.ipad img.small {
	height: 223px;
	width: 171px;
}

.page .new {
	margin: 0 0 4px 8px;
}

.object.large .new {
	margin: 0 0 1px 2px;
}

li {
	line-height: 1.5em;
	margin-left: 0;
}

.liheader {
	margin: 5px 0 0px -16px;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
}

.smallimage {
	display: block;
	width: 60px;
	height: 92px;
	margin-left: 15px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px;
}