@charset "utf-8";
/* Web Site for Don L'Heueux by Michael Pratt (c) 2009 - prattm@paranoidstudios.com */

/* Reset CSS by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; text-align:inherit;}

body { background: #300; font-family: Arial, Helvetica, sans-serif; font-size:13px}
#header { background: url(./img/header.jpg); height: 30px; padding: 10px 50px; color: #FFF; font-size: larger }
#container { width: 700px; position: relative; background: #FFF url(./img/temphouse.jpg) 175px top no-repeat; margin: 0px auto; border: 1px solid #000;}

#sidebar { width: 175px; background: #B50000; height: 100%}
#portrait { text-align: center; background: url(./img/contact.jpg) center 5px no-repeat;}
#portrait h1 { color: #FFF; padding-top: 110px; font-size: large}
#portrait h2 { color: #CCC; font-style: italic; margin-bottom: 15px}

#overlay { top: 30px; left: 210px; width: 475px; position: absolute; text-indent: -9999px; line-height: 1.5em }
#overlay ul {text-indent: 0px; }

#contact { position: absolute; top: 400px; left: 200px; }
#contact ul { list-style-type: none; }

#plug { margin: 10px; text-align: center; color: #966; font-size: smaller}
#plug a { color: #977;}
#plug a:hover { color: #B99;}
