/*Charlie Shiner */


/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
* { margin: 0; padding: 0; }
html {overflow-y: scroll;background: #fff url(../images/bg.jpg) repeat;}
body {font-family:"Courier New", Courier, monospace;text-align: center;color:#000;padding:0;margin:0;font-size:15px;}
ul {list-style: none inside;}
a {outline: none;color:#000;}
a:hover {color:#D40000}
a img {border: none;}
p {margin:0;padding:0 0 15px 0;}
hr {color:#999999;border-bottom:1px dotted;border-top:0;height:1px;margin:2px 0 10px 0;}

.bold {font-weight:bold;}
.price {font-size:24px;color:#64951a;font-weight:bold;}
.small {font-size:12px;}

/* HEADINGS/STYLES */
h1 {font-size:21px;line-height:30px;}
h2 {font-size:15px;text-decoration:underline;line-height:30px;}

/* TOOLBOX CSS */
.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;padding:0;margin:0;}
.clear-right {clear: right;}
.clear-left {clear: left;}

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


#leftcol {float:left;width:289px;padding:0;margin:0}
#rightcol {float:right;width:691px;}

#logo {height:190px;}
#photo {height:286px;}
#followme {height:120px;background:url(../images/followme.png) no-repeat;text-align:left;padding:90px 0 0 120px;}
#followme 
#coins {height:99px;}
#header {height:155px;}
#content {width:529px;background: #fff url(../images/pagelines.jpg) repeat-y;text-align:left;padding:0 30px;float:left}
#content p {line-height:30px;padding:0 0 30px 0;}
#pen {height:410px;width:102px;float:right;}

/* List with ticks */
ul.content-list {}
ul.content-list li {background:url(../images/tick.png) no-repeat 2px 3px;padding:0 0 5px 35px;}

/* FOOTER */
#footer {width:589px;margin:0 0 0 289px;color:#fff;padding:20px 0;text-align:left;font-size:12px;}
#footer p {padding:0 0 5px 0;}
#footer a {color:#fff;text-decoration:none;}
#footer a:hover {text-decoration:none;color:#64951a;}
