/*--------------------------------------------------------
Kramer Publishing Interactive Style Sheet

version:   1.0
author:    Kristin Kramer for Kramer Publishing Interactive
----------------------------------------------------------*/
/* = Globals = */

/* Remove padding and margin on IE*/
* {margin: 0; padding: 0;}

/* = Global Image Settings = */

/* get rid of borders on images */
img {border: 0;}

/* = Global FLOATS = */

/* Class for clearing floats */
.clear {clear: both;}

/* = Global COLORS=  */

/* blue: #0068b3; tan: #c2ad78; pink #f87cf4; green: #6cc156; */

/* = Global Links =   */

a:link {color: #6cc156; text-decoration: none;}
a:visited {color: #6cc156; text-decoration: none;}
a:hover {color: #f87cf4; text-decoration: underline;}
a:active {color: #f87cf4; text-decoration: none;}

body {font: 500 12px "Century Gothic", Verdana, Arial, Helvetica, sans-serif; color: #c2ad78; text-align: center; background-color: #000;}

#wrapper {position: relative; margin: auto; padding: 0; text-align: left; width: 790px;}
#header {position: relative; width: 790px; height: 48px; margin-top: 20px;}
#content{position: relative; margin-top: 10px; padding: 10px; width: 790px; height: 500px; border: 1px solid #c2ad78; font-size: 17px; line-height: 28px; z-index: 0;}
#copyright {position: relative; margin-top: 10px; width: 790px; height: 30px; text-align: center;}

.date {font-size: 20px; font-weight: 700;}
