/*   
Description: The Morgan
Author: James Thomson
Author URI: www.cowieandfox.com

--------------------------------------------------------------------------------
RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin:0;padding:0;vertical-align:top;}
table { border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr {border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i,b { font-style:normal;font-weight:normal; }
caption,th { text-align:left; }
a,u { text-decoration:none; }
ul, ol { margin-bottom:1.0em; }
p { margin: 0 0 1.0em 0; }

li {list-style:none;}

/*------------------------------------------------------------------------------
#w=wrap, #h=header, .c=content, .cc=content column, .nc=nested column, #f=footer
--------------------------------------------------------------------------------
OVERALL LAYOUT
------------------------------------------------------------------------------*/
html { height: 99%; margin-bottom:0.1em; }
body { font: .8em/1.4em Arial, Verdana, Helvetica, sans-serif; color:#868686; background:#ffdb6b url(images/html/bg.jpg) repeat-x; }
	
#w,#f { width: 1000px; margin:0 auto; }
#w, #h, #banner, .c, #f { position:relative; text-align:left; }
#w { background: #ffffff; }

body { margin: 0; padding: 0; width: 100%; text-align: center; background: #ffffff;	}

/*
------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/

#noScript { width: 550px; margin: 10px auto; background: #f00; border: 1px dotted #fff; text-align: center; }

#noScript p { color: #fff; font-weight: bold; padding: 5px 20px; text-align: center; }