@charset "UTF-8";
/* crimson leaf styles */

/* Normalizing styles for layout */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes spacing between tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/*Removes quotation marks from q */
q:before, q:after
{ content: ''; }

html {
background: #000 url(/images/background_pattern.jpg) repeat;
}

body {
background: transparent url(/images/background.jpg) no-repeat;
color: #333;
font: 1em/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
min-height: 878px;
width: 100%;
}

* html body {
height: 878px;
}

/* Header and navigation */

div#logo {
position: absolute;
margin: 136px 0 0 70px;
width: 394px;
}

div#nav {
position: absolute;
margin: 198px 0 0 620px;
width: 200px;
}

div#recentwork {
position: relative;
margin: 0 0 0 40px;
width: 134px;
}

div#ourservices {
position: relative;
margin: 0 0 0 55px;
width: 128px;
}

div#homeabout {
position: relative;
margin: 0;
width: 198px;
}

.aboutus {
padding-left: 30px;
}

/* Content */

div#container {
color: #666;
position: absolute;
margin: 300px 0 0 150px;
min-height: 440px;
width: 580px;
}

div#aff {
margin: 50px 0 0;
}

div#contact {
clear: both;
position: relative;
float: right;
margin: 20px 0;
width: 160px;
}
 
/* Text */

h1 {
color: #600;
font: 2em Georgia, "Times New Roman", Times, serif;
padding-bottom: 10px;
text-transform: lowercase;
}

h2 {
color: #333;
font-size: .9em;
font-weight: bold;
padding-bottom: 6px;
}

p {
font-size: .8em;
padding-bottom: 6px;
}

ul.bullet {
list-style-type: disc;
margin-left: 2em;
padding-bottom: 6px;
}

li {
font-size: .8em;
}

a:link {
color: #960;
text-decoration: none;
}

a:visited {
color: #600;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

strong {
font-weight: bold;
}

.small {
font-size: .8em;
}

/* Book */

div#book {
position: absolute;
margin: 220px 0 0 895px;
width: 208px;
}

div#grid {
background: transparent url(/images/work_grid.png) no-repeat;
height: 230px;
position: relative;
width: 202px;
}

div#artgrid {
background: transparent url(/images/art_grid.png) no-repeat;
height: 230px;
position: relative;
width: 208px;
}

div#grid ul, div#artgrid ul {
list-style-type: none;
width: 170px;
padding: 16px 0 0 19px;
}

div#grid li, div#artgrid li {
float: left;
width: 62px;
}

div#grid li.p1, div#artgrid li.p1 {
margin-top: 8px;
margin-left: 2px;
}

div#grid li.p2, div#artgrid li.p2 {
margin-left: -1px;
}

div#grid li.p3, div#artgrid li.p3 {
clear: left;
margin-top: -7px;
margin-left: 10px;
}

div#grid li.p4, div#grid li.p6, div#artgrid li.p4, div#artgrid li.p6 {
margin-top: -14px;
margin-left: -2px;
}

div#grid li.p5, div#artgrid li.p5 {
clear: left;
margin-top: -6px;
margin-left: 18px;
}

/* Footer */

div#footer {
position: absolute;
margin: 850px 0 0 150px;
width: 580px;
}

div#footer p {
color: #fff;
font-size: .7em;
text-align: center;
}

div#footer a:link, div#footer a:visited {
color: #fff;
text-decoration: none;
}

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

div#footerad {
position: absolute;
margin: 860px 0 0 730px;
width: 88px;
}