body {
   width: 700px /* suitable width to hold the layout */;
   margin: 0 auto 0 auto /* auto-centering */;
   position: relative /* makes AP relate to body */;
   background-color: #7fd3ff;
   font-family: Tahoma, "Sans Serif";
   font-size: 0.8em;

}

#header {
	padding-top:5px;
	text-align: center;
}

#strap {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
	margin-bottom: 5px;
}

#thumbnails {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 0.6em;
	margin-top: 10px;
	padding: 3px;
	padding-top: 8px;
	background-color: #cccccc;
}

#description {
	text-align: justify;
	font-family: Tahoma, "Sans Serif";
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 10px;
}

#pricing {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 0.9em;
	color: #ff0000;
}

#mailinglist {
	text-align: justify;
	font-family: Tahoma, "Sans Serif";
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 15px;
	background-color: #eeeeee;
	margin-bottom: 15px;
}

#mailinglist_title {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 1em;
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #cccccc;
}

#copyright {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#error {
	text-align: center;
	font-family: Tahoma, "Sans Serif";
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	color: #ff0000;
	margin-left: 5px;
	margin-right: 5px;
}

a {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #888888;
}