/* Background centering solution (hack): the background image's width must be an odd number of 
pixels while any superimposed image or div must be an even number of pixels. Then, the margin hack below must be implemented */

body {
		margin: 0 0 0 0px !important;  /* Firefox(0px works better) and Safari(-1px works better) */
        margin: 0 0 0 0px; /* IE 5.5 */
		padding: 0;
		background: url(../images/bg.png) #633A11 center repeat-y;
        font-family: "Arial", Helvetica, Trebuchet MS, sans-serif;
		color:#111111;
		font-size:12px;
}

a {color:#633A11; text-decoration:underline;}
a:hover {text-decoration:none}
a:visited {color:#633A11; text-decoration:underline;}
a:visited:hover {color:#633A11; text-decoration:none;}

#logo_home { padding: 24px 0 22px 0;}

/* ------------------------____________ inside pages _____________-----------------------------*/ 
h2 {
        text-align:right;
        margin:0
        padding:0
        color:#633A11;
        font-family: "Arial", Helvetica, Trebuchet MS, sans-serif;
        font-size: 13px;
        font-weight: normal;
        }

h3 {
        margin:0;
        padding:0 0 10px 0;
        color:#633A11;
        font-family: "Arial", Helvetica, Trebuchet MS, sans-serif;
        font-weight: bold;
        font-size: 14px;
        }
h4 {
        margin:0;
        padding:0;
        color:#633A11;
        font-weight: bold;
        font-size: 12px;
        }



p {
	    margin-top:0;
	    margin-bottom:10px;
        padding:0;
	    text-align:left;
        }

ul {
	    list-style-image: url(../images/bullet.png);
	    line-height:1.5em;
        }

li {
        margin-left:5px;
        }

ul.bridgepage {
	    list-style-image: url(../images/bullet.png);
	    font-size:12px;
	    line-height:1.5em;
        }        

ul.bridgepage li {
	    padding-bottom: 8px;
        }

ul.content 
{
    list-style-image: url(../images/bullet.png);
    line-height:1.5em;
}
ul.content li 
{
	padding-bottom: 10px;
}


#content {
        position:relative; 
        width:550px; 
        margin-top:4px;
        padding-top:24; 
        vertical-align:top; 
        text-align:left; 
        line-height: 1.5em;
        }
        
.biophoto {
margin:0 0 10px 20px;
}

/* ------------------------____________footer styles_____________-----------------------------*/ 

#copyright {
        padding:40px 65px 0 0; 
		font-size:10px; 
		color:#666666;
		text-align:right;
}				

#copyright a {
		color:#666666;
		text-decoration:underline;
}

#copyright a:hover {
		color:#666666;
		text-decoration:none;
}

#copyright a:visited {
		color:#666666;
		text-decoration:underline;
}

