body {
    background: url(style_images/bg2.jpg);
	background-repeat: repeat-x;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
div#container {
    position: relative;
    min-height: 400px;
    border: 0px solid gray;
    background: white;
    max-width: 994px;
    min-width: 750px;
    margin: auto;
	}
	
div#container2 {
    position: relative;
    min-height: 400px;
    border: 0px solid gray;
    background: white;
    max-width: 994px;
    min-width: 750px;
    margin: auto;
}
div#first-column,
div#third-column {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0px solid gray;
    background: rgb(250, 250, 250);
    width: 200px;
    margin: 0px;
}
div#first-column {
    left: 0;
}
div#third-column {
    right: 0;
}
div#content {
    margin: 0px 220px 0px 220px;
    background: rgb(250, 250, 250);
    border: 0px solid gray;
    min-height: 392px;
	}
div#header {
    background: rgb(9, 9, 162);
	background-image:url('style_images/photos_that_click.jpg');
background-repeat:no-repeat;
background-position:top right;
    padding: 0px;
    border: 0px;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
	}
div#footer {
    background: rgb(144, 214, 250);
    padding: 3px;
    border: 0px solid gray;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}


div#header {
    border-bottom: none;
}
div#footer {
    border-top: none;
}
p.bullet50 {
padding: 55px;
size: 80%;
}

img
{  border-style: none;
}

td.gps{
background-image: url(content_images/garmin_gps.jpg);
background-repeat: no-repeat;
}

img.border{
border-style:solid; 
border: 2px;
}


