body {
    background: #fff;
    color: #000;
    line-height: 18px;
    font: 12px verdana,sans-serif;
    margin: 0px;
    padding: 0px; /* Opera correction */
}

h1 {
    border-bottom: 1px solid #000;
    font: bold 1.3em georgia,sans-serif;
    font-style: italic;    
}

div.main {
    background: #fff url(/images/frame.png) scroll top left no-repeat;
    color: inherit;
    height: 600px;
    width: 750px;
    position: absolute;
    left: 50%;
    margin: 15px 0 0 -375px;
    padding: 0px;
}

div.header {
    font-size: 1.2em;
    font-weight: bold;
    height: 20px;
    width: auto;
    margin: 107px 50px 0px 250px;
    padding: 0px;
}

div.header a:link {
    background: inherit;
    color: #000;
    text-decoration: none;
} 

div.header a:visited {
    background: inherit;
    color: #000;
    text-decoration: none;
} 

div.header a:hover {
    background: inherit;
    color: #fff;
    text-decoration: underline;
}

div.header a:active {
    background: inherit;
    color: #000;
    text-decoration: none;
} 

div.wrapper {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.tagline {
    font-style: italic;
    font-weight: bold;
    width: auto;
    height: auto;
    margin: 20px 0 0 280px;
    padding: 0px;
}

div.right {
    float: right;
    height: auto;
    width: 535px;
    margin: 0px;
    padding: 0px;
}

div.left {
    height: auto;
    width: 140px;
    margin: 120px 0 0 60px;
    padding: 5px;
}

div.a {
    margin: 0 60px 0 0;
    padding: 0px;
    text-align: justify;
}

div.car {
    float: right;
    width: 50%;
    height: auto;
}

div.footer {
    clear: both;
    width: 650px;;
    height: 20px;
    margin: 15px 50px 0 50px;
    padding: 5px 0 0 0;
}

div.footlinks {   
    text-align: center;
}

dt {
    font-weight: bold;
}

dd {
     margin: 0 0 5px -1px;
      
}

ul.none {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.column {
    list-style-image: url(/images/bullet1.gif);
    list-style-position: inside;
    margin: 0 0 0 -1px;
    padding: 0px;
}

li.bullet1 {
    margin: 0 0 5px 0;
    padding: 0px;
}

li.inline {
    display: inline;
    margin: 0px;
    padding: 0px;
}

li.nav {
    display: inline;
    margin: 0 20px 0 0;
    padding: 0px;
}

li.navcurr {
    background: inherit;
    color: #fff;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0px;
}

img.couple {
    border: 0px;
    height: 90px;
    width: 135px;
}

img.group {
    border: 0px;
    height: 50px;
    width: 138px;
    margin: 0 0 0 142px;
    padding: 0px;
}

img.intech {
    border: 0px;
    height: 30px;
    width: 150px;
}

img.review {
    border: 0px;
    height: 100px;
    width: 150px;
}

a:link {
    background: inherit;
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    background: inherit;
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    background: inherit;
    color: #ff9900;
    text-decoration: underline;
}

a:active {
    background: inherit;
    color: #0000ff;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.gold {
    background: inherit;
    color: #ff9900;
}

.input {
    background: #ffffa0;
    color: inherit;
}

.italic {
    font-style: italic;
}

.red {
    background: inherit;
    color: #ff0000;
}

.small {
    font-size: 0.8em;
}