/* CSS Document */


body 
{
background-image: url(images/background.jpg);
background-repeat:repeat-x;
background-color:#9A9B89;
margin-top:10px;
font-family:Trebuchet MS, Arial, Verdana;
font-size:0.8em;
color:#4F4F44;
}

p 
{
text-align:left;
}

h1
{
text-align:left;
font-size: 1.5em;
color: #FF9900;
display:block;
border-bottom:1px dotted #AEAEA2;
padding:10px 0 0 0;
margin:0;
}

h2
{
text-align:left;
color: #8C8C7B;
font-size: 1.1em;
border-bottom:1px dotted #AEAEA2;
}

h3
{
text-align:left;
font-size: 1em;
color: #8C8C7B;
}

H4
{
text-align:left;
color: #8C8C7B;
font-size: 3em;
display:block;
width:90%;
border-bottom: 1px dotted #C0C0C0;
}

td
{
text-align:left;
}

ul
{
text-align:left;
list-style-image:url(images/bullet2.gif);
}


/*link*/
a:link
{
color: #FF9900;
text-decoration:underline;
}

a:visited 
{
color: #8F8F7E;
text-decoration:underline;
}

a:active 
{
color: #777768;
text-decoration:underline;
}

a:hover
{
color: #3D3D34;
text-decoration:underline;
}


/*class*/
.linkstd
{
background-color:#8C8C7B;
}

.bottomtd
{
background-color:#D9D8C3;
vertical-align:top;
}

.bottomtd2
{
background-color:#A2A18D
}

.left_col
{
background-image:url(images/backgound2.gif);
background-repeat:repeat-y;
}

.right_col
{
background-image:url(images/backgound2-2.gif);
background-repeat:repeat-y;
}

.top_col
{
background-image:url(images/backgound3.gif);
background-repeat:repeat-x;
}

.bottomcol
{
background-image:url(images/backgound3-3.gif);
background-repeat:repeat-x;
}

.shadow 
{
background-image:url(images/design-shadow.gif);
background-repeat:repeat-x;
}

.bot_border 
{
border-bottom: 1px dotted #C0C0C0;
}

.left_border 
{
border-left: 1px dotted #C0C0C0;
}

.footer
{
font-family:Trebuchet MS, Arial, Verdana;
font-size:12px;
color:#FFFFFF;
text-align:right
}

.content
{
}


/* id */
#gallery a:link 
{
color:#FF9900;
}

#gallery td {
border-bottom:1px dotted #AEAEA2;
}

#home h1
{
font-size: 1.2em;
color: #FF9900;
padding:0;
margin:0;
display:block;
border-bottom:1px dotted #AEAEA2;
}

#features {
background-color: #D9D8C3;
border-top:1px solid #A2A18D;
color: #FFFFFF;
}

#features h1
{
font-size: 1em;
padding:0;
margin:0;padding:0;
margin:0;
color:#8C8C7B;
border:none;
font-weight:bold;
}