
/*
light	= #fff
medium	= #ccc
dark	= #666

primary		= #7dd
secondary	= #f60
tertiary	= #5bb
*/

html, body { background:#f1f1f1; }

h1,h2 { line-height:1em; margin:.5em 0 0 0; }
p { line-height:1.3em; margin:0 0 .5em 0; }

#site { width:950px; margin:0 auto; background:#cff; }
#head { position:relative; background:#fff url("head-bg.jpg") left top repeat-x; }
#logo { display:block; }
#nav { background:#f60; padding:0 50px; }
#foot { background:#f60; padding:0 50px; font-weight:bold; }

#page { margin:20px 0; }
#main { padding:0 50px; }
#right { width:350px; }

#right-bg { background:transparent url("right-bg.jpg") left top repeat-y; }
#right-top { background:transparent url("right-top.jpg") left top no-repeat; }
#right-bottom { padding:20px; background:transparent url("right-bottom.jpg") left bottom no-repeat; }

#subscribe {}
#subscribe .form-item { margin-bottom:5px; }
#subscribe label { font-style:italic; }


