/*
    AUTHOR: YOUR NAME HERE

*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; margin: 0px auto;}
body { font: 62.5% Helvetica, sans-serif; text-align:center;}
ul { list-style: none inside; }
p, p a{ font-family:Arial, Helvetica, sans-serif; color:#CCCCCC; font-size:10px; text-decoration:none; padding:5px; }
p a:hover {color:#cccc00; text-decoration:underline;}
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(); }
.smallprint, .smallprint a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#CCCCCC;}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 1000px;
	margin: 0 auto;
}
/* END STRUCTURE */
