/* GENTON BARTH CSS 
 ***********************************************/

/* Globals */
* { margin: 0; padding: 0; }

html {
	width: 100%;
	height: 100%; }
body {
	height: 100%;
	text-align: center;
	color: #111;
	font-family: Georgia, Times, serif;
	background-color: #FFFEF4; }
h1 { 
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 26px; }
p { 
	font-size: 16px;
	line-height: 22px; }


/* Layout */
#container { 
	width: 100%;
	min-width: 940px;
	width: expression(document.body.clientWidth < 950 ? "940px": "100%" );
	
	height: 100%;
	min-height: 600px;
	height: expression(document.body.clientHeight < 610 ? "600px": "100%" );
	
	margin: 0 auto;
	text-align: left;
	overflow: hidden; }

#noflash {}
#msg { 
	padding: 20px;
	background-color: #eee;
	border-bottom: 5px solid #aaa; }
#details { padding: 20px; }
#details p { 
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px; }
#details p strong {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase; }
