body {
margin: 0 0 1em 0;
padding: 0;
color: black;
background-color: #cccccc;
line-height: 130%;
font-family: helvetica, verdana, sans-serif;
text-align: center;
}

#conash3D0
{
display:none;
}

#wrapper-header {	background: #222; }

#header {
background: #222 url('images/banner.jpg') right no-repeat;
width: 85%;
height: 125px;
line-height: 125px;
margin: 0 auto;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
text-align: left;
}

#header h1 {
margin: 0;
padding: 0;
color: #cccccc;
font-size: 50%;
padding-left: 10px;
letter-spacing: -1px;
}

#wrapper-menu {
background: #666666 url('images/menuback.gif') top left repeat-x;
float: left;
width: 100%;
}

#menu {
width: 75%;
margin: 0 auto;
font-size: 95%;
font-family: arial, sans-serif;
white-space: nowrap;
padding-right: 2px;
}

* html #menu { padding-right: 0; } /* This re-adjusts IE to the above padding */

#menu ul {
margin: 0;
padding: 0;
list-style: none;
float: left;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
padding: 0.25em 1em;
background: transparent;
color: #000;
text-decoration: none;
float: left;
border-right: 1px solid #333333;
}

#menu a:hover {
background: #ffffff url('images/menu.gif') repeat-x;
color: #fff;
}


#home a#homenav, #projects a#projectsnav, #contribute a#contributenav, #contact a#contactnav { 
color:#fff;
font-weight: bold;
}



#content {
width: 73%;
margin: 0 auto;
padding: 3.5em 1% 20px 1%;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
background: #e6e6e6;
font-size: 90%;
font-family: arial, sans-serif;
text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
margin: 0 auto;
padding: 2px 1%;
width: 73%;
text-align: center;
color: white;
letter-spacing: 0.15em;
background: #ccc;
font-size: 50%;
}


#address {
margin: 0 auto;
padding: 2px 1%;
width: 73%;
text-align: center;
letter-spacing: 0.15em;
border: 1px solid #bbb;
font-size: 70%;
font-family: arial, sans-serif;
}


h2 {
color: #d26800;
padding-bottom: 3px;
font-size: 175%;
letter-spacing: -1px;
}

h3 {
color: #000000;
padding-bottom: 3px;
font-size: 120%;
font-weight: normal;
border-bottom: 1px solid #333333;
letter-spacing: -1px;
}


h4 {

color: #000000;
font-size: 100%;
letter-spacing: -1px;
text-align: center;
}


a:link, a:visited {
color: #d26800;
text-decoration: none;
outline:none; 
}

a:hover {
color: #a32e00;
}

a.external
{
background: url(images/external.gif) center right no-repeat;
padding-right: 13px;
outline:none;
border:none;
}


p {
font-family: arial, sans-serif;
margin-left: 1em;
}

p.center {

font-family: arial, sans-serif;
text-align: center;
font-size: 12px;
font-weight: bold;
}

#contactform, input#name, input#email
{
color:#000;
font-size: 12px;
font-style: italic;
font-family: arial, sans-serif;
}

.spacer
{
margin: 10px 0 0 0px;
}

.spacer2
{
margin: 20px 0 0 0;
}


