/* Global Styles */

html { height: 100%; }

body { background: #ff7440 url('../images/bg.jpg') no-repeat bottom left; margin: 20px; padding: 0; height: 100%; }


/* Link Styles */

a, a:visited, a:active { color: yellow; text-decoration: none; }
a:hover { color: white; }
a img { border: 0; }

/* Typographic Styles */

body { font-size: 62.5%; line-height: 2em; font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Sans-serif; color: #fff; }

p, li, dd { font-size: 1.2em; }

p { margin-bottom: 6px; }

dd {  }

ul { margin: 0 0 10px 0; padding: 0; list-style-type: none; }

li { margin-left: 0; padding-left: 0; }

h1, h2 { font-size: 2em; color: #f60; font-style: normal; margin-bottom: 10px; }
h2 { font-size: 1.7em; margin: 30px 0 0 0; }

em { font-style: italic; }

/* Some Default Classes */
  
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.last { margin: 0; }
.hidden { display: none; }
.push { margin-bottom: 12px; }