@charset "UTF-8";
/* CSS Document */

.column { background-color:#92C348; height:400px; float:left; margin-top:20px; }
.gutter { background-color:#BCDA86; height:400px; float:left; margin-top:20px; }
.gutter_outer { background-color:#56644A; height:400px; float:left; margin-top:20px; }

input.text { width:40px; }

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg_lines.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

label.fix_width_check { font-size:11px; }
#content_width, #full_width, #full_width_text { font-size:40px; font-family:Georgia, "Times New Roman", Times, serif;  }
p { line-height:22px; }
a { text-decoration:none; color:#56644A; }
a img { border:none; float:left; display:inline; margin-right:10px; }

#preview_grid, #download_css { margin-bottom:30px; display:block; }
#preview_grid p, #download_css p { margin-top:5px;  }
#footer p { font-size:12px;  }
div {overflow: visible; }
.hidden { display:none ; } 

body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.container { background-color:#333; }
div p { padding:10px; }
h2 { color:#fff; }


