/*----- WHITESPACE RESET & DEFAULT CLASSES -----*/
html, body { margin: 0; padding: 0; }
body { background: #fff url(../images/body-bg.gif) repeat-y 50px 0; color: #000; font: 62.5% Arial, Helvetica, sans-serif; }

/* Baseline values for browser consistency */
p, div, h1, h2, h3, h4, h5, ul, li, ol, img, fieldset { margin: 0; padding: 0; }
img { border: 0; }

/* Element Default Classes */
ul, ol { list-style-position: inside; margin: 0 0 1em; }
ul li, ol li { font-size: 1.2em; margin: 0; }
hr { background: #000; color: #000; border: 0; height: 1px; margin: 20px 0; }
a:link, a:visited, a:active { 	color:#009cea; text-decoration: underline; outline: 0; outline:none !important; }
a:hover { text-decoration: none; }

/* Global classes */
.clear { clear: both; height: 0px; }
.left { float: left; }
.right { float: right; }

img { display:block; }