*
{
padding: 0px;
margin: 0px;
}

body
{
background:#000000;
padding: 35px 0px 35px 0px;
font-size:12px;
font-weight:lighter;

}

p
{
line-height: 20px;
font-weight:lighter;
font-stretch:expanded;
font-family:"Times New Roman", Times, serif;
margin-bottom: 10px;
}

h3
{
font-size:16px;
text-align:center;
font-weight:lighter;

}

h2
{
font-size:16px;
text-align:left;
font-weight:lighter;
}

a
{
color:#E2D9C5;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

img
{
border: 0px;
    margin-left: auto;
    margin-right: auto;
}
img.float-right {
  margin: 5px 0px 10px 10px;
  float:right;
}
img.float-left {
  margin: 5px 10px 10px 0px;
    float:left;

}

#outer
{
z-index: 2;
position: relative;
width: 750px;
background-color:000000;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 9.0em;
background: #2B2B2B url('images/logo.jpg') no repeat;
margin-bottom: 2px;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
color:#A39061;
font-family:"Times New Roman", Times, serif;
}

#contentarea
{
text-align:left;
color:#A39061;
}

#flash
{
padding-left:25px;
}

#footer
{
position: relative;
text-align:center;
clear: both;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

li
{ list-style-type: none;


}
