/* CSS Document */
/*
Colors
Main Gray  777465
Main Tan   c5bda6
Light Tan  e5ddc0
Gold       EAD93C

*/



* {margin:0; padding:0;
outline:none;
}


/************* Typography ************/

body {
margin: 0;
padding: 0;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 100%;
font-size:14px;
color: #fff;
font-weight:normal;
line-height:120%;
background: #777465; 

}


h1, h2, h3, h4, h5, h6 {
font-weight:normal;
line-height: 100%;
color:#fff;
margin:0;
padding:0;
font-weight:bold;
}

h1 {font-size: 1.8em; margin:0 0 5px 0}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em; }
h5 {font-size: 1.1em;}
h6 {font-size: 1.0em; }


p {
margin-bottom:20px; padding:0;
font: 14px/120% Georgia, "Times New Roman", Times, serif;
color:#fff;
font-weight:normal;
}

#content a:link {
text-decoration: none;
font-style:italic;
color: #EAD93C;
cursor:pointer;
}

#content a:visited {
text-decoration: none;
font-style:italic;
color: #EAD93C;
cursor:pointer;
}


#content a:hover {
color: #fa0;
}

#content ul {
padding: 0 0 15px 0;
margin:0 0 10px 0;
padding:0;
font: 14px/150% "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#content li {list-style-type:disc;
margin:0 0 0 25px;
padding:0;}



img {border:none;
outline:none;
outline-style:none;
margin:0; 
padding:0;
}

.landscape-painting {margin: 0 0 10px 0; border:1px solid #000;}


/*** Div Placement ***/

#wrapper {
width: 100%;
border: none;
margin:0 auto;
padding: 0;
text-align: center;
background:url(images/american-landscape-artist_01.gif) repeat-x top;
}

#branding {
margin: 0;
padding: 0;
}

#subwrapper {
width: 800px;
margin:0 auto;
margin-top:-20px
padding:0;
text-align: center;
background:url(images/american-landscape-artist.gif) no-repeat center top;
}

#content {
width:555px;
margin: 0 45px 0 200px;
padding:5px 0 0 0;
text-align:left;
}

#footer{
clear:both;
text-align:center;
width:100%;
background:#c5bda6 url(images/american-landscape-artist_03.gif) repeat-x bottom;
}




/* navigation box*/


#navigation {
width: 190px;
margin: 90px 0 0 0;
padding:0 0 85px 0;
float:left;
text-align:left;
background:url(images/lure-lt.gif) no-repeat center bottom;
}

#navigation ul {
list-style-type: none;
margin: 0 0 0 30px;
font-size:16px;
font-weight:normal;
line-height:220%;
}

#navigation li a:link, #navigation li a:visited {
color: #e5ddc0;
text-decoration: none;
}
#navigation li a:hover {
color: #000;
}

#current a:link, #current a:visited, #current a:hover {
color: #EAD93C !important;
font-weight:bold;
}
