* { padding: 0; margin: 0; }

p { 
	font-weight: bold;
	font: 8pt/16pt georgia; 
	line-height: 100%;

	}
	
p.small {

text-indent: 12px;
font-size: 7pt;
line-height: 80%;

}

p.big {

font-size: 14pt;
line-height: 150%;

display: block;
padding-bottom: 20px;



}
	
h1 {
	font: 16pt georgia; 
	letter-spacing:20px;
	}
	
a:link { 
 	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
	}
	
img {border-width: 0px;}

p.button {

	font-weight: bold;
	font: 20pt georgia; 
	line-height: 100%;
	text-align:center;


}

#wrapper { 
 margin: 0 auto;
 width: 100%;

}

#leftcol{
 float: left;
 width: 620px;
 margin: 10px 10px 10px 10px;
 position: fixed;
 float: left;

 
}

#header {
 height: 20px;
}

#viewer { 
 padding: 0px;
 width: 600px;
 height: 600px;
 text-align: center;


}

#grid { 
 margin: 0px 0px 0px 620px;
 min-height: 600px;
 overflow: auto;
 height:100%;
 float: left;
 text-align: center;


}

#box {
 margin: 0px;
 padding: 5px;
 height: 200px;
 width: 200px;
 float: left;
 text-align: center;
 display: inline-block;
  vertical-align: middle;
}

