/* General settings */

body
{
font-family: 'Arial', 'Verdana', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
font-size: 62.5%;
background-color: #f4f3df;
color: black;
width: 100%;
border: 0px solid #c9c8b6;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

h2
{
font-weight: bold;
font-size: 1.6em;
}

h3
{
font-weight: bold;
font-size: 1.4em;
}

.left
{
float: left;
border: 0px solid green;
}

.right
{
float: right;
border: 0px solid green;
margin: 0% 0% 0% 5%;
}

.clear
{
clear: both;
}

.center
{
text-align: center;
}

.center img
{
border: 1px solid #3c2525;
margin: 3px;
}

img
{
vertical-align: bottom;
border-style: none;
}

a
{
text-decoration: none;
border: none;
font-weight: bold;
}

a:link
{
color: #0c509d;
}


a:visited
{
color: #0c509d;
}

a:hover
{
color: #d61f27;
}


#container
{
border: 0px solid green;
min-width: 760px;
}

#header
{
border: 0px solid black;
margin-top: 0px;
background: url(../images/grfx/holdstone-down-background.jpg) repeat-x;
height: 96px;
}

#headertopbox #mcc
{
float: right; 
position:relative; top: 0px;
}

#headerbottombox
{
position:relative; top: -39px;
border-bottom: 3px solid #3c2525;
}

#headertopbox .left img 
{
margin: 10px 0px 0px 10px;
}

#headertopbox .right img 
{
margin: 0px 5px 0px 0px;
}
#headerbottombox img
{
margin: 0px -1px 0px 0px;
}

/* FOOTER */

#footer
{
margin-top: 5px;
border-top: 3px solid #3c2525;
text-align: center;
}

#footer img
{
margin: 5px 0px 5px 0px;
}
