body {
	background-color: #E9E9E9;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {		font-size: 1.2em; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 155%; }
			
h2 {		font-size: 1em; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 155%; }

h3 {		font-size: 1em;
			font-weight: normal;
			font-style: italic;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 155%; }

p { 		font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 155%; }
			

#main { margin-top: 0; width: 99%; float: left; padding: 0 10; text-align: center }
#main h1 { background: #ccc; width: 90%;
           border-top: 2px solid #eee;
           border-left: 2px solid #eee;
           border-right: 2px solid #333;
           border-bottom: 2px solid #333;
           margin: 0; clear: both}
#bottom {
	margin-top: 0;
	width: 90%;
	float: left;
	text-align: left;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}
#bottom h1 { background: #ccc; width: 90%;
           border-top: 2px solid #eee;
           border-left: 2px solid #eee;
           border-right: 2px solid #333;
           border-bottom: 2px solid #333;
           margin: 1; clear: both}

#model    { width: 145px; margin: 0; float: left; margin: 5 5 0 0; }

#model    p { background: #FFFFFF;
          border-top: 2px solid #f3f3f3;
          border-left: 2px solid #f3f3f3;
          border-right: 2px solid #ccc;
          border-bottom: 2px solid #ccc;
          font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 155%;
          float: left;
          margin: 0;
          text-align: center;
          width: 140px;
          }
          
#model    img { border: 2px solid #000 }  
#model    a       {font-weight: bold; }
          a:hover {text-decoration: none }

