/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background-color:#EED;
font-size:76.1%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3em;
}

#wrap {
background-image:url(../images/bg-top.png);
background-repeat:repeat-x;
width:100%;
background-color:#EED;
}

#header {
height:100px;
padding-top:10px;
margin-left:200px;
}
#header h1 {
width:210px;
height:50px;
background-image:url(../images/title-gnurf.png);
background-repeat:no-repeat;
}
#header h3 {
width:170px;
height:25px;
background-image:url(../images/we-do-the-graphics.png);
background-repeat:no-repeat;
background-position:right;
}
#header span {
display:none;
}

#main-body {
width:900px;
margin-left:auto;
margin-right:auto;
}

#left-column {
width:150px;
float:left;
margin:5px 10px 0 0;
/* border-right:solid #666 1px; */
text-align:right;
}
#left-column ul {
list-style-type:none;
padding:2em 2em 2.5em 1em;
}
#left-column li {
color:#666;
font-weight:bold;
display:block;
margin:.5em 0;
}
#left-column div {margin:.5em 0;}

.text-left p {
margin-bottom:1em;
text-align:left;
margin-left:0.5em;
}
.text-left h3 {
margin-bottom:1em;
text-align:left;
color:#333;
}
.text-left {
margin:1.5em 0 1.5em 0;
padding:0.5em 0 0.5em 0;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

#content {
line-height:1.3;
margin-left:160px;
/* margin-right:280px; */
border-left:solid #666 1px;
border-bottom:solid #666 1px;
padding-left:2em;
padding-bottom:1em;
}
#content h1 {
color:#666;
margin-top:1em;
}
#content p {
margin-bottom:0.5em;
}
#content img {
padding:.7em;
background-color:#666666;
border:solid 1px #000;
margin:1em 0 0 0;
}

#content h2,#content h3 {
color:#666;
margin:0.5em 0;
}


#footer {
clear:both;
text-align:center;
margin-left:170px;
padding-bottom:1em;
}

#top-image {
float:right;
width:300px;
}

/* Contact Info Table */
#contact table {
width:300px;
}
#contact td.left {
text-align:right;
font-weight:bold;
}
#contact td {
padding:0.5em;
}

/* Text Links In Paragraphs */
a:link {color:#996; text-decoration:none;}
a:visited {color:#996; text-decoration:none;}
a:hover {color:#CCD; text-decoration:underline;}
a:active {color:#CCC; text-decoration:underline;}

.download {
font-size:1em;
font-weight:bold;
text-align:center;
color:#CCC;
}

/* Clipart Archive Links */
.clipart {
width:56px;
height:67px;
background-image:url(../images/icon-small-page.png);
background-repeat:no-repeat;
font-weight:bold;
text-align:center;
padding-top:1.5em;
float:left;
}
.clipart a {
padding:5px;
display:block;
}

/* Text Links In left-column */
#left-column a:link {color:#686; text-decoration:none;}
#left-column a:visited {color:#686; text-decoration:none;}
#left-column a:hover {color:#CCD; text-decoration:underline;}
#left-column a:active {color:#CCC; text-decoration:underline;}

/* clearfix */
.clearfix {clear:both;}

/* important text */
.important {color:#CC0000;}

#merchandise img {padding:0;}
