/* Modified (with permission) from Mitch Wand's csg111.css */

body,td        { background-color: #e8eaec; 
		  font-family:  "Times New Roman", Times, Georgia, serif; 
		           font-size: 11pt;
			            margin: 3%;
                 }

body {min-width:640px}

/* alternative fonts */
/* Verdana, Arial, sans-serif; */
/* Georgia, "Times New Roman", Times, serif; */

tt,kbd,code {font-size: 9pt;}

/* code blocks have a slightly darker background */

.top    { margin-top: 0px; }

pre     {font-size: 11pt; background-color: #e0e2e4;}

address {font-size: 10pt;}

/* put some padding after each li */
/* no, let's not */
/* li {padding-bottom: 10pt} */


/* class */

#banner {padding: 0px; text-align: center;}
#menu { float:left; width:15%; margin-top: 0px; }
#content {float:right; width:80%}

#quotation {padding: 10px;
            margin-left: 20px;
            width:80%;
            background-color: #e0e2e4}

#footer {clear:both}
