body, table {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ee1144;
	border: 1px solid #666;
	text-align: right;
	padding: 15px;
	margin-top: 30px;
}

a:link, a:visited { text-decoration: none; color: #e14; }
a:hover, a:active { text-decoration: none; color: #999; }

a.sel:link, a.sel:visited { text-decoration: none; color: #999; }
a.sel:hover, a.sel:active { text-decoration: none; color: #666; }

.nav {
	font-size: 10px;
	color: #999;
}
.nav a:link, .nav a:visited { color: #666; }
.nav a:hover, .nav a:active { color: #999; }

.hotspot {
	color: #e14;
	cursor: default;
}
.hotspot:hover { color: #999; }

.container {
	margin-top: 30px;
	margin-left: 50px;
	background-color: #fff;
	width: 600px;
	padding: 0px;
	border: 0px;
}

img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.pictures {
	margin-top: 20px;
	margin-bottom: 8px;
	line-height: 0px;
/*	width: 600px;
	height: 210px;*/
}
.pictures img {
	margin-left: 12px;
	margin-bottom: 12px;
	cursor: default;
}

#mobile {
	float: left;
	width: 190px;
	height: 210px;
	margin-left: 0px;
	margin-right: 2px;
}
