@charset "utf-8";

/*#### ERIC MEYER RESET ####*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, font, img, 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-size:100%; vertical-align:baseline; background:transparent; }
html { background:#330710; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }


/*#### SITE STYLES ####*/
body { text-align:center; background:#330710; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#FFF; line-height:1.5; }
#wrapper { text-align:left; width:660px; margin:0 auto; }
#content { background:url(../images/middle.jpg); width:660px; height:703px; text-align:center;}
#header { margin-top:50px; }
#header p { margin-top:10px; font-size:15px; }
#spacer { width:660px; height:320px; }
#projects { margin-bottom:20px; font-size:18px; }
a { color:#FFF; }
a:hover { text-decoration:none; }
.links { float:left; text-align:center; }
.links p { margin: 10px 0 30px 0; }
.rightMargin { margin-right:30px; }
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }


