/* If you can see this then you must be wishing you stayed on the grind.  */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
/* No list-markers by default - must redefine bullets w/ bg graphics */

ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */

a img,:link img,:visited img,fieldset { border:none; }

span {display:none;}

/* global elements
 * ------------------------------------------------------------------------- */

body { 
	background: #fafafa url("images/bg-body.jpg") left top repeat-x;
	margin:0;
	font:11px/18px  "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	color:#666666; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }


a:link,a:visited	{ color:#3F3F3E; text-decoration:underline; }
a:hover,a:active	{ color:#494C31; text-decoration:underline; }


/* main framework
 * ------------------------------------------------------------------------- */

#wrap { background-color:#fafafa; width:624px; margin:0; text-align:left;}

#container { width:624px; float:left; }
	.logo { margin:140px 0 0 70px; }
	.contact { margin:140px 0 0 70px; }
