*
{
padding: 0;
margin: 0;
border: 0;
}


body 
{ 
text-align: center;
font: 71% arial,sans-serif;
}

h1
{
font: 107% arial,sans-serif;
font-weight: bold;
color: #524c42;
}

h2
{
font: 100% arial,sans-serif;
font-weight: bold;
color: #524c42;
}

p
{ 
line-height: 150%
} 

a
{
display:block;
outline: none; /* Removes dotted borders around links in Firefox*/
text-decoration:none;
color: #887f71; 
}

a.nav:link {color: #887f71; text-decoration: none; padding-left:5px;}
a.nav:visited {color: #887f71; text-decoration: none; padding-left:5px;}
a.nav:hover {color: #524c42; text-decoration: none; font-weight: bold;padding-left:5px;}
a.nav:active {color: #524c42; padding-left:5px;}


a.maintext:link {color: #5b6d95; text-decoration: none; display: inline;}
a.maintext:visited {color: #5b6d95; text-decoration: none; display: inline;}
a.maintext:hover {color: #7b92c6; text-decoration: none; display: inline;}
a.maintext:active {color: #7b92c6; text-decoration: none; display: inline;}


 /* Remove borders from image links */
a img
{ 
border:none; 
}

img.content {
margin: 0px 0px 0px 75px;
}


object.content {
margin: 0px 0px 0px 10px;
}

#mainContainer {
width: 680px;
margin: 0 auto; 
text-align: left;
}


#header {
background: #ffffff;
margin-top: 50px;
margin-bottom: 5px;
margin-left: -10px;
color: #000;
}


#content {
margin-top: -103px;
float: right;
width: 480px;
background: #ffffff;
color: #887f71;
text-align: justify;	
}


#column {
float: left;
width: 200px; 
background: #ffffff;
/*background-image: url('../images/left_column_bg.jpg');
background-repeat: repeat-y;*/
}


#footer {
clear: both; 
width: 680px; 
margin: 0 auto; 
padding-top:30px;
background: #ffffff;
color: #887f71;
text-align: right;
}
