/*
 * core HTML setup stuff
 */

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
    background: white;
    color: #333;
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
    min-width: 980px;
    padding: 0;
}

p {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: justify;
}

/*
 * template specific layout elements
 */
#page {
    background: white;
}

div#wrapper {
    background: white;
    width: 946px;
    margin: 0 auto;
    padding: 0;
}

div#top {
    background: url('../images/logo.png') top center no-repeat;
    border-top: 6px solid #dedede;
    height: 90px;
    margin: 0;
    padding: 0;
}

div#nav {
    border-bottom: 6px solid white;
    float: left;
    width: 946px;
}

div#left {
    border-right: 0 solid red;
    float: left;
    width: 470px;
}

div#right {
    border-left: 0 solid red;
    float: right;
    width: 470px;
}

a.image {
    border-bottom: 6px solid white;
    display: block;
    height: 353px;
    outline: none;
    width: 470px;
}

a.label:link,
a.label:visited {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 470px;
}

a.label:hover,
a.label:active {
    text-decoration: underline;
}

div#left a.label {
    background: #dd127b;
}

div#right a.label {
    background: #999;
}

div#left a.image {
    background: transparent url('../images/family.jpg') no-repeat;
}

div#right a.image {
    background: transparent url('../images/doctor.jpg') no-repeat;
}

div.intro {
    height: 60px;
    padding: 20px;
    text-align: justify;
    width: 430px;
}

div#left div.intro {
    background: #fff0f7;
}

div#right div.intro {
    background: #eee;
}

/*
 * page footer
 */
div#bottom {
    border-top: 6px solid #dedede;
    color: #333;
    clear: both;
    font-weight: bold;
    padding: 5px 0;
    text-align: right;
}

/* end-of-file */
