/* CSS Document */

* {
          padding: 0;
          margin: 0;
}

.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }

body {
          background: url(../img/background.gif) repeat-x #fff;
          font-family: Verdana, Tahoma, Arial;
          }
          
#container {
          width: 788px;
          margin: auto;
          }
          
#top {
          background: url(../img/top.jpg) no-repeat 0 0;
          width: 788px;
          height: 181px;
          float: left;
          }
          #top h1 {
                    width: 788px;
                    float: right;
                    margin: 30px 20px 0 0;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              float: right;
                              }
          #top ul {
                    float: right;
                    margin: 15px 20px 0 0;
                    display: inline;
                    }
                    #top ul li {        
                              display: inline;
                              float: left;
                              padding: 0 0 0 10px;
                              }
                              #top ul li a {
                                        font-size: 11px;
                                        color: #ccc;
                                        text-decoration: none;
                                        padding: 15px 0 0 0;
                                        float: left;
                                        }
                                        #top ul li a.start {
                                                  background: url(../img/start.gif) no-repeat top center;
                                                  }
                                        #top ul li a.contact {
                                                  background: url(../img/contact.gif) no-repeat top center;
                                                  }
          
#content {
          background: url(../img/content.gif) repeat-y;
          width: 788px;
          float: left;
          }
          #content .up {
                    background: url(../img/up-content.gif) no-repeat top;
                    width: 788px;
                    float: left;
                    }
          #content .left {
                    width: 505px;
                    float: left;
                    margin: 0 0 0 10px;
                    padding: 10px;
                    display: inline;
                    }
                    #content .left h2 {
                              width: 450px;
                              float: left;
                              margin: 30px 0 10px 10px;
                              display: inline;
                              font-size: 16px;
                              color: #B91413;
                              }
                    #content .left p {
	width: 420px;
	float: left;
	margin: 20px 0px 0px 30px;
	display: inline;
	font-size: 12px;
	color: #5B5252;
	font-weight: bolder;
	line-height: 17px;
                              }
                    #content .left .photos {
                              width: 460px;
                              float: left;
                              margin: 0 0 0 10px;
                              display: inline;
                              }
                              #content .left .photos .line {
                                        width: 480px;
                                        float: left;
                                        margin: 0 0 0 0;
                                        text-align: center;
                                        }
                                        #content .left .photos .line img {
                                                  border: 0;
                                                  float: left;
                                                  margin: 10px 5px 0 12px;
                                                  display: inline;
                                                  }
          #content .right {
                    width: 232px;
                    float: right;
                    margin: 0 9px 0 0;
                    display: inline;
                    }
                    #content .right h2 {
                              width: 200px;
                              float: left;
                              margin: 30px 0 10px 15px;
                              display: inline;
                              font-size: 16px;
                              color: #B91413;
                              }
                    #content .right ul {
                              width: 200px;
                              float: left;
                              margin: 0 0 0 15px;
                              display: inline;
                              }
                              #content .right ul li {
                                        background: url(../img/menu-li.gif) no-repeat 0 5px;
                                        list-style-type: none;
                                        width: 185px;
                                        padding: 0 0 5px 15px;
                                        float: left;
                                        font-size: 13px;
                                        font-weight: bold;
                                        }
                                        #content .right ul li a {
                                                  color: #B91413;
                                                  text-decoration: none;
                                                  }
                                                  #content .right ul li a:hover {
                                                            color: #333;
                                                            }
                    
#footer {
          background: url(../img/footer.gif) no-repeat top;
          width: 788px;
          float: left;
          height: 200px;
          }
          #footer .brown {
                    width: 788px;
                    height: 130px;
                    float: left;
                    }
                    #footer .brown p.left {
	float: left;
	margin: 33px 0 0 50px;
	display: inline;
	color: #F7F6F7;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
                              }
                    #footer .brown p.right {
	float: right;
	margin: 33px 45px 0 0;
	display: inline;
	color: #F7F6F7;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
                              }
          #footer .cop {
                    width: 788px;
                    float: left;
                    color: #535353;
                    padding: 0 0 10px 0;
                    }
                    #footer .cop p.left {
                              font-size: 11px;
                              float: left;
                              }
                              #footer .cop p.left a {
                                        color: #535353;
                                        }
                    #footer .cop p.right {
                              font-size: 10px;
                              float: right;
                              }
                    

