@charset "UTF-8";
/* CSS Document */

body {
width:0 auto;
margin:0 auto;
width:770px;
background-image: url(../assets/newmans_bg.jpg);
background-repeat: repeat;
color:#105b28;
font-size:75%;
_font-size:12px;
font-family:georgia, goudy, times;
}
#content {
	
width:770px;
}
#header img {
background-color:#FFFFFF;
}
#footer{
background-image: url(../assets/footer_image.jpg);
background-repeat: no-repeat;
padding-left:25px;
padding-right:35px;
}
#footer2{
width:770px;
}
#footer h4 {
text-align:center;
_font-size:14px;
padding-top:15px;
}

#content h3 {
padding-left:200px;
padding-right:30px;
_font-size:14px;
}

.leftImage{
float:left;
padding-right:5px;
}


#rightImage{
padding-left:10px;
padding-right:60px;
float:right;
}

p {
padding-left:200px;
padding-right:30px;
}

#video{
paddiing-left:100px;
}

a:link{
	color:#003300;
	text-decoration:underline;
	}

a:visited{
	color:#006600;
	text-decoration:underline;
	}
	
a:hover{
	color:#006600;
	text-decoration:none;
	}	
a:active{
	color:#003300;
	text-decoration:underline;
	}	