* { margin: 0; padding: 0; }

body {
font-size: 62.5%;
font-family: 'Verdana', 'Arial', Sans-Serif;
color: #000;
/*background: #ccc url("img/bg-body.gif") repeat-y;*/
background: #ccc;
background-position: 10px 0;
}

#wrap {
/*width: 760px;
margin-left: 15px;*/
width: 90%;
margin: 2%;
}

#content {
display: inline;
float: right;
/*width: 540px;*/
width: 70%;
background: #fff;
/*padding: 0 20px 20px 0;*/
margin: 20px 0;
padding: 0 20px;
}

#content h1 {
padding-top: 10px;
padding-bottom: 4px;
display: block;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 2.7em;
letter-spacing: -1px;
line-height: 1.0em;
color: #c63;
border-bottom: 3px solid #ebebeb;
}

#content h2, h3, h4 {
padding: 10px 0 0 0;
font-size: 1.5em;
line-height: 1.2;
}

#content h5, h6 {
padding: 10px 0 0 0;
font-size: 1.2em;
line-height: 1.2;
}

#content p {
padding: 6px 0 0 0;
font-size: 1.2em;
line-height: 1.6em;
}

#content p#banner {
padding-top: 11px;
color: #999;
font-weight: normal;
font-size: 1.1em;
line-height: 0.9em;
letter-spacing: 3px;
}

#content p img {
float: left;
display: inline;
margin: 4px 12px 10px 0;
}

p#footer {
clear: both;
display: block;
margin-top: 8px;
padding: 6px 0 0 0;
font-size: 1.1em;
color: gray;
border-top: 3px solid #ebebeb;
}

#content p#footer a {
color: gray;
}

#content ul {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
list-style-type: square;
list-style-position: outside;
font-size: 1.2em;
line-height: 1.6em;
}

#content li {
padding: 1px 0 0 0;
}

#content .box {
clear: left;
margin: 10px 0 2px 0;
padding: 2px 10px 10px 10px;
background: #effaf9;
border: 3px solid #ebebeb;
}

#contactform {
margin-bottom: 10px;
}

#contactform input {
margin: 2px 5px 1px 0;
}

#contactform .fixedwidth {
width: 170px;
}

#contactform textarea {
width: 532px;
margin-top: 2px;
padding: 2px;
}

#contactform .submit {
margin-top: 4px;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
}

.response p {
color: #c63;
}

#menu {
display: inline;
float: left;
width: 184px;
padding-bottom: 10px;
background: #fff url("img/la-plume.jpg") no-repeat;
background-position: 8px 6px;
}

#menu ul {
margin: 78px 0 0 0;
padding-top: 2px;
list-style-type: none;
font-size: 1.2em;
text-transform: capitalize;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#menu li {
margin-bottom: 2px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#menu a, #menu strong {
display: block;
width: 170px;
padding: 5px 7px 7px 7px;
background-color: #efefef;
}

#menu a:hover, #menu strong {
color: #000;
background-color: #fff;
text-decoration: none;
}

img {
vertical-align: bottom;
}

a img {
border: none;
}

a {
color: #03f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

span {
color: #c63;
}

div.hr { clear: left;
margin-top: 8px;
height: 3px;
background-color: #ebebeb;
}

div.hr hr {
display: none;
}

/* For code */

code {
font: 1.1em 'Courier New', Courier, Fixed;
color: #609; font-weight: bold;
}

pre {
margin: 6px 0 0 0;
font-size: 12px;
line-height: 1.4em;
color: #609;
}

pre b {
font-weight: normal;
color: #c63;
}

pre em {
font-style: normal;
color: #066;
}