#rosette,
#nav,
#frame,
#updates,
#links,
#contact_me,
#contact,
footer-wrapper,
#footer li,
.notice,
#standards,
#badges,
.hidden,
.widecolumn #middle,
#comment_form,
div.navigation {
    display:none;
}

body {
  margin:0;
  padding:10px;
  background-color:#FFF;
  font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
  font-size:62.5%;

}

h1,h2,h3,h4,h5,h6 {
    color:#BE6550;
    font-weight:normal;
}

h2 {
    font-size:1.8em;
}

h3 {
    font-size:1.4em;
}

h4 {
    font-size:1.2em;
}

h5 {
    font-size:1.1em;
}

h6 {
    font-size:1.1em;
}

h1,h2,h3,h4,h5,h6,p,ul {
    margin-top:10px;
    margin-bottom:12px;
    padding:0;
}

ul {
    margin-left:30px;
}

a img {
    border:none;
}

#content {
    font-size:1.3em;
    line-height:1.6;
}

#content .column {
    clear:both;
    width:80%;
    background-color:transparent;
    background-image:none;
}

.box {
    background-color:transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding:5px 15px 15px 15px;
	margin:15px 0;
	border:none;
}

#right ul {
    display:none;
}

#right h3 {
    padding:0 15px;
}

#right ol {
	margin:15px 0;
	padding:5px 15px 30px 15px;
    clear:both;
}

#right ol li {
    display:block;
}

#content ul {
    list-style-type: square
}

#content .thumbnail img:after {
   content: ".";
   display:block;
   clear:both;
}

#content a:link:after, #content a:visited:after {
   white-space: pre;
   content: "\A (" attr(href) ") ";
   font-size: 90%;
}

#footer,
#footer ul,
#footer li {
    margin:0;
}


#footer li.copy {
    display:inline;
}

#contact-form {
    margin-bottom:10px;
}

