/*
----------------------------------
Impressions CSS File
Designed by: Vanessa
----------------------------------
*/

* { margin: 0; padding: 0; }

/*
----------------------------------
Basics and Essentials
----------------------------------
*/

body {
background: #FFF;
margin: 0 auto;
font-family: Helvetica, "Trebuchet MS", sans-serif;
font-size: 12px;
text-align: center;
color: #000; }

#container {
background: #FFF;
margin: auto;
width: 905px;
padding-top: 10px;
position: relative;
text-align: left; }

#header {
background: #000;
border-bottom: 10px solid #E0DD98;
height: 50px;
margin: 0 auto; }

 #header h1 { margin: 0; font-size: 50px; color: #FFF; font-family: Arial; text-transform: lowercase; font-variant: normal; }

#content {
background: #FFF;
margin-left: 12px;
padding-bottom: 10px;
width: 900px;
text-align: justify; }

#footer {
background: #415272;
height: 42px;
text-align: center;
padding-top: 15px;
clear: both; }

#footer { background: transparent; height: 1px; }

/*
----------------------------------
Typography
----------------------------------
*/

a:link,
a:visited,
a:active {
    background: none;
    text-decoration: none;
    border-bottom: 1px dashed #729F9F;
    color: #618989; }

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

blockquote {
border-left: 5px solid #DDD;
margin: 10px 70px 0 70px;
padding: 0 7px 0 10px;
font-family: Verdana;
line-height: 2em;
text-align: justify; }

img, a:link img, a:visited img { border: 3px solid #60847A; margin-bottom: 5px; }
a:hover img { border: 3px solid #FFF; }

.left { margin: 2px 7px 2px 0; }

p { line-height: 1.7em; }
em { color: #4F6346; }
strong { color: #215925; }

h1 {
font-family: Trebuchet MS,  "Arial", sans-serif;
font-size: 30px;
font-variant: small-caps;
text-align: center;
letter-spacing: 2px;
margin-top: 10px;
margin-bottom: 10px;
clear: both;
color: #000; }

h2 { 
font-family: Georgia, "Verdana", sans-serif;
font-size: 17px;
font-variant: italics;
color: #000; }

/*
----------------------------------
Boxes
----------------------------------
*/

.jamesfull, .michaelfull {
background: #99B08F;
border-right: 3px solid #819578;
width: 300px;
padding: 7px;
margin: 0 15px 15px 130px;
float: left; }

.michaelfull { 
background: #8FAAB0;
border-right: 3px solid #60847A;
margin-left: 0;
margin-right: 0; }

.art, .jamesart, .michaelart {
background: #DDD;
width: 125px;
padding: 10px 0 10px 0;
margin-right: 15px; 
margin-bottom: 20px;
text-align: center;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-family: Georgia, "Palatino Linotype";
float: left; }

.jamesart { background: #99B08F; border-right: 1px solid #819578; border-bottom: 1px solid #819578; }
.michaelart { background: #8FAAB0; border-right: 1px solid #60847A; border-bottom: 1px solid #60847A; }

.center { margin-left: 175px; clear: both; }