/*
CSS for Chris's camera pages site
*/
html {
	height:auto !important;
}

body {
font-family: Arial, Helvetica, Verdana sans-serif;
background-color: #e0eee0
}

h1 {
color: #008000;
font-size: 300%;
text-shadow:2px 2px 2px #000;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
padding-top: .2em;
padding-bottom: .2em;
Padding-left: .4em;
margin: 0;
background: white url(backgrounds/background.jpg);
}

h2 {
color: #008000;
text-shadow:1px 1px 1px #000;
}

#greeting {
font-size: 125%;
}

#picture {
float: left;
width: 230px;
height: 241px;
}


img {
border: 1px;
}

#text { text-align: right }

