body {
padding: 0;
margin: 20px 0;
background-image: url('body_bkg.gif');
background-repeat: repeat-x;
text-align: center;
}

img {
border: 0;
}

ul {
list-style-type: square;
}

li {
color: #AE141E;
margin-bottom: 15px;
}

li span {
color: black;
}

div, td, th {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

div#wrapper {
width: 770px;
margin: 0 auto;
}

div#topheader {
width: 770px;
height: 65px;
background-image: url('top_header_bkg.gif');
}

div#nav {
width: 770px;
height: 26px;
}

div#bottomheader {
width: 770px;
height: 238px;
background-image: url('bottom_header_bkg.gif');
}

div#bottomheaderphotos {
width: 770px;
height: 238px;
background-image: url('photo_bottom_header_bkg.gif');
}

div#contentwrap {
width: 770px;
height: 300px;
background-image: url('content_bkg.gif');
}

html>body div#contentwrap {
height: auto;
min-height: 300px;
}

div#photocontentwrap {
width: 770px;
height: 500px;
background-image: url('photo_content_bkg.gif');
}

html>body div#photocontentwrap {
height: auto;
min-height: 500px;
}

div#leftcol {
float: left;
width: 480px;
padding: 0 20px;
margin: 0 15px 0 0;
}

div#rightcol {
float: left;
width: 205px;
padding: 10px;
}

div#testimony {
width: 204px;
height: 150px;
background-image: url('testimonial_bkg.gif');
}

div#footer {
width: 770px;
padding: 20px 0 0 0;
background-image: url('footer_bkg.gif');
background-repeat: no-repeat;
text-align: center;
color: #AAA;
font-size: 11px;
}

div#footer a {
color: white;
}

div#footer a:hover {
color: #BE1E2D;
}
