/* clientstyles.css */

/* Block all default margins and padding */
* {
  margin:0;
  padding:0;
}

 /* Level 1 headings */h1 { font-family: "Georgia", "Curlz MT", "Juice ITC", Algerian, fantasy; font-weight: bold; text-align:center;  color: #1F2159;font-size: 2em;}
 /* Level 2 headings */h2 { font-family: "Arial Black", Impact, Charcoal, fantasy; color: #1F2159;font-size: 1em;}
 /* Level 3 headings */h3 { font-family: Georgia, Helvetica, sans-serif; font-style:italic; color: #ffffff;margin-left:6px;margin-right:3px;margin-top: 20px;}
 /* Level 4 headings */h4 { font-family: Comic Sans MS, Helvetica, sans-serif; font-style:italic; color: #000000;margin-left:6px;margin-right:3px;font-size: 1em;}
/* Level 5 headings */h5 { font-family: Georgia, Helvetica, sans-serif; font-style:italic; color: #ffffff;margin-left:6px;margin-right:3px;margin-top: 20px;font-size:4em;}

/* paragraph fonts */p { font-family: Comic Sans MS, Helvetica, sans-serif; font-style:italic; color: #000000;margin-left:6px;margin-right:3px;font-size: 18pt;}

 /* Generic style class for highlighting text */.hilite{ background-color:#ffff00;}
body{
  background-color:#ff6e;
}

/* Wrapper contains the layout */
#wrapper{
  width:70em;
  margin: 20px auto 0 auto;
  background-color:#E2E6E0; 
}

#branding{width:70em;background-color:#000;}

#content{width:50em;text-align:center;background-color:#ffff3a;margin-left:10em;margin-right=10em}

#leftcolumn{width:5em; float:left;}

#rightcolumn{width:10em;float:right;} 

#footer{clear:both;width:100%;background-color:#000;}

div.center{width:100%;text-align: center}

/* Style for tables of thumbnail images */
table.thumbs{text-align: center;
border-collapse: collapse;}
/* Style for table cells that contain thumbnails */
td.thumbs {border: solid 8px #74000d; padding: 1px;}
/* Style for thumbnail images */
img.thumbs {width:750px;height:425px;}

/* paragraphs in a colored box */
p.tip { background-color:#ACD095; margin-left:100px; margin-right:100px; padding:10px; border:solid thin #000000;}

