body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-left: 30px;
	width: 710px;
}

a {
	color: green;
	text-decoration: none;
}

h1#heading {
	float: left;
        padding-top: 10px;
        margin-top: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}

p#subheading {
	padding-top: 65px;
        font-size: 14px;
	font-weight: bold;
}

#header hr, #footer hr {
	border: 1px solid white;
	border-bottom: 1px dashed black;
	clear: both;
        display: block;
}

#header img {
	border: 0px;
}

#minilinks {
	text-align: right;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

#minilinks a {
	font-weight: bold;
}

ul li {
	padding-bottom: 10px;
}

p.subexplanation {
	margin: 0px;
	font-size: small;
	font-style: italic;
}

#footer {
	font-size: 11px;
	color: gray;
	text-align: right;
}

#footer a{
	color: gray;
}

#footer a:hover {
	text-decoration: underline;
}

table.howto td {
	vertical-align: top;
	text-align: center;
}

p.right {
	text-align: right;
	font-weight: bold;
}

p.notice { 
           background-color: #FEE;
           border: 1px solid gray;
           padding: 10px;
           font-size: small;
}

p.notice .heavy { 
                  color: black;
                  font-weight: bold;
}

p .small {
	font-size: 11px;
}

ul .lesser {
	font-size: smaller;
	color: #888;
}

h2 .subtle { 
             color: gray;
             font-size: 18px;
}

h2, h3 {
	clear: both;
}

#sidebar h2 {
  clear: none;
}

ul.instructions {
	padding-left: 160px;
}

ul.sizes {
	padding-left: 240px;
}

ul.sizes.nofloat { 
                   padding-left: 30px;
 }

img.instructions, img.thumb {
	float: left;
	margin-bottom: 20px;
}

img.thumb {
	border: 1px solid black;
}

div.design {
  float: left;
  width: 220px;
  margin-right: 10px;
}

div.design img.thumb {
  float: none;
}

div.design ul.sizes {
  padding-left: 20px;
}

li.hint {
	font-size: smaller;
	font-style: italic;
	list-style-type: none;
}

label { 
        font-weight: bold;
}

label .big { 
        font-size: xx-large;
}

form { 
       border: 1px gray dashed;
       padding: 20px;
       background-color: #FFFADD;
}

div.standout {
	padding-left: 10px;
	padding-right: 10px;
	border: 2px dotted #d77;
	background-color: #fee;
}

.clear {
  clear: both;
}