h1, h2, h3, h4, h5, h6 {
margin: 0;
}

body {
color: #000;
background: #eec;
font: 62.5% verdana, arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}

/* header */

#header {
height: 70px;
background: #fff;
border-bottom: double 3px #bb9;
}

#header-inner {
max-width: 960px;
margin: 0 auto;
}

h1 {
float: left;
text-indent: -9999px;
height: 50px;
width: 100px;
margin: 10px 0 10px 10px;
}

h1 a {
display: block;
height: 50px;
background: #fff url(naganaga.gif) left top no-repeat;
}

h1 a:hover {
background: #fff url(naganaga.gif) 0 -50px no-repeat;
}

#sub-header {
text-align: right;
color: #900;
padding: 20px 10px 0 0;
}


/* wrapper */

#wrapper {
max-width: 960px;
margin: 20px auto;
border: solid 2px #bb9;
font-size: 1.25em;
clear: both;
background: #fff;
padding: 20px 0;
text-align: left;
}

/*main */

#primary {
float: left;
width: 440px;
margin: 0 20px;
background: #fff;
}

h2{
font: 2em times, serif;
color: #900;
margin-bottom: 0.5em;
border-bottom: solid 1px #cca;
}

h3 {
color: #900;
border-bottom: solid 1px #cca;
font: 1.5em georgia, serif;
margin: 1em 0;
}

h4 {
color: #900;
}

#secondary, #tertiary {
float: left;
width: 200px;
margin: 0 20px;
background: #fff;
}

/* links and linked images */

a {
color: #700;
}

a:hover {
color: #c00;
text-decoration: none;
}

img {
border: none;
}

a img {
border: solid 1px #700;
}

a:hover img {
border: solid 1px #c00;
}


/*footer */

#footer {
clear: both;
border-top: double 3px #bb9;
background: #fff;
text-align: center;
padding: 10px 0;
font: 1.25em georgia, serif;
}

#footer ul, #footer ul ul {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}

#footer li, #footer ul {
margin: 0 10px;
display: inline;
}

#footer .fn, #footer .region, #footer .country-name, #footer .adr, #footer .url, #footer org{
display: none;
}

/* misc */

.clear-both {
clear: both;
}

#wrapper li {
margin: 1em 0;
}

#wrapper ul {
margin-bottom: 2em;
}

.divider-webservices, .divider-portfolio, .divider-msofficeservices {
text-align: right;
margin: 2em 0;
padding-bottom: 0.5em;
font: 0.9em georgia, serif;
}

.divider-portfolio {
border-bottom: solid 1px #cca;
}

#portfolio-thumbs {
margin: 0;
padding:0;
list-style: none;
}

.linkout h3{
border-bottom: none;
}

.linkout a {
display: block;
}

blockquote {
margin: 1em 0;
padding: 0.5em;
background: #eec;
border: solid 1px #cca;
}