        body {
			margin: 0;
		}

        .fixedwidth {
            width: 1100px;
            margin: 0 auto;
        }
        
        #container {
            margin: 0;
        }
        
            #topbar {
                position: fixed;
                background-color: #FFFFFF;
                width: 100%;
                height: 70px;
                color: white;
                font-family: calibri, courier, helvetica;
                border-bottom: 5px solid #d9d9d9;
            }

                #logodiv {
                    float: left;
                    height: 100%;
                    padding-top: 15px;
                    font-size: 35px;
                    color: #0F3E60;
                }

                #topmenudiv {
                    float: right;
                    height: 100%;
                }

                    #topmenudiv ul {
                        margin: 0;
                        padding-top: 25px;
                    }

                    #topmenudiv li {
                        float: left;
                        padding-left: 30px;
                        list-style: none;
                        font-size: 25px;
                    }

                         a:link {
                             text-decoration: none;
                             color: #0F3E60;
                        }

                        a:visited {
                            text-decoration: none;
                            color: #0F3E60;
                        }

                        a:hover {
                            text-decoration: underline;
                        }

                        a:active {
                            text-decoration: underline;
                        }

        
                #intro {
                    background-image: url(tile.jpg);
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 70px;
                    height: 590px;
                }
        
                    #introcontent {
                        margin: 0 auto;
                        width: 95%;
                        padding-top: 50px;
                    }

                        #introcontent h1 {
                            color: #00334C;
                        }

                        #introcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 22px;
                            line-height: 2.0;
                            margin-top: 0;
                            color: #646465;
                        }

        
                #services {
                    background-color: #00334C;
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 730px;
                }

                    #servicescontent {
                        margin: 0 auto;
                        width: 95%;
                        padding-top: 50px;
                    }

                        #servicescontent h1 {
                            color: #ffffff;
                        }

                        #servicescontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 22px;
                            line-height: 2.0;
                            margin-top: 0;
                            color: #ffffff;
                        }

        
                #about {
                    background-image: url(f80desktop.jpg);
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 630px;
                }

                    #aboutcontent {
                        margin: 0 auto;
                        width: 95%;
                        padding-top: 50px;
                    }

                        #aboutcontent h1 {
                            color: #00334C;
                        }

                        #aboutcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 22px;
                            line-height: 1.3;
                            margin-top: 0;
                            color: #00334C;

                        }

        
                #contact {
                    background-image: url(bluelake.jpg);
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 870px;
                }

                    #contactcontent {
                        margin: 0 auto;
                        width: 95%;
                        text-align: center;
                    }

                        #contactcontent h1 {
                            padding-top: 340px;
                            color: #FFFFFF;
                        }

                        #contactcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 30px;
                            line-height: 2.0;
                            margin-top: 0;
                            color: #FFFFFF;
                        }