/*=============================================================
	Print style for Hobbyg
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body { font: normal 62.5%/18px "Arial", Helvetica, sans-serif;  color: #333; background: #fff; }
ul.list { margin-left: 25px; }

/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 73px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#mainpage { width: 750px; height: auto; clear: both; display: block; float: left; padding: 20px 0; }
.contents { width: 750px; height: auto; clear: both; display: block; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/*=============================================================
	Extras
=============================================================*/

ul.cta2 { width: 220px; height: 280px; border: 1px solid #d4d4a8; padding: 10px; float: right; display: bock;}
ul.cta2 li {  margin-left: 15px; list-style: square;  font-size:1.3em; font-weight: bold; margin-bottom;: 5px; } 
ul.left { width: 328px; height: 172px; border: 1px solid #d4d4a8; padding: 10px; float: left; display: bock; list-style: square; }
ul.left li {margin-left: 15px; list-style: square; font-weight: bold;  } 
